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:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

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

Besitzer:

Autoren:

  • Gabriel Gironda

SHA 256-Prüfsumme:

= In die Zwischenablage kopieren Kopiert!

Downloads insgesamt 6.894

Für diese Version 2.890

Lizenzen:

k.A.

Erforderliche Ruby-Version: None

Links: