RubyGems Navigation menu

tinygem 1.0.0

# TinyGem: A tiny gem build tool Version 1.0.0 Home: https://github.com/gabrielg/tinygem `tinygem` is a tool to build a RubyGem from a single file. `tinygem` itself is built using `tinygem`. ## Dependencies `tinygem` has no library dependencies. It requires Ruby 1.9. ## Install `gem install tinygem` ## Examples Here's an example file to create a gem from: =begin author: Gabriel Gironda email: gabriel@gironda.org version: 1.0.0 summary: A tinygem example description: Example gem created using tinygem homepage: http://www.example.com/ executable: puts(ARGV.inspect) --- # Example gem ## TOODLES - Write README =end class ExampleGem # Do something end Save this in `example.rb`, then run `tinygem example.rb`. ## TOODLES * Add support for specifying runtime dependencies * Write better docs

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.0.1 - May 10, 2012 (6.5 KB)
  2. 1.0.0 - May 10, 2012 (7 KB)

Owners:

Authors:

  • Gabriel Gironda

SHA 256 checksum:

= Copy to clipboard Copied!

Total downloads 6,890

For this version 2,888

Licenses:

N/A

Required Ruby Version: None

Links: