judofyr / gemify

An extremely simple way to create a RubyGem

This URL has Read+Write access

judofyr (author)
Sun Mar 23 11:13:28 -0700 2008
commit  31affa541a5bf8a2711048e20c2572834d181939
tree    bb2acba35c328c4779482144e9df7c778203bc23
parent  7bb2796ebe58669b39d2cae4849649e669a82d6f
gemify /
name age message
file .gemified Loading commit data...
file .gitignore
file README
directory bin/
directory lib/
README
== What
I like you. Thanks to NewGem you have finally learned to share code. By simply
running a command you'll get a filled up directory with lots of goodies. But
sometimes you don't need all this awesome stuff. Sometimes you don't want your
project to be filled up with unneeded stuff, when all you want to do is
building a gem. And that's when you should use Gemify!

== How
Gemify gives you one single executable you should run: gemify. It does
one thing and, hopefully, it does it well. All you need to do is to run that
command in your project-folder. All your files in the lib-folder will be
requirable and all your files in the bin-folder will be executable.

When you run gemify it will asks you some questions, and give you the option
to save your settings (in the file .gemified). So you should never need to
re-enter anything.

== Install
sudo gem install gemify

== Contribute
The source is availble at Gitorious[http://gitorious.org/projects/gemify] and
if you want to improve it, simply fork it and implement your awesome ideas
there. You can also send your patches by email to judofyr@gmail.com.