[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Gemify 0.2

Magnus Holm

2/9/2008 5:47:00 PM

= Gemify =
== What ==
I like you. Thanks to
NewGem[http://drnicwilliams.com/2006/10/11/generating...]
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/proje...] 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.

== This document is also availble on http://dojo.rub... ==
--
Magnus Holm
judofyr@gmail.com
http://dojo.rub...

1 Answer

John Joyce

2/9/2008 11:06:00 PM

0


On Feb 9, 2008, at 11:49 AM, Magnus Holm wrote:

> = Gemify =
> == What ==
> I like you. Thanks to NewGem[http://drnicwilliams.com/2...
> generating-new-gems/]
> 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...
> 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.
>
> == This document is also availble on http://dojo.rub... ==
> --
> Magnus Holm
> judofyr@gmail.com
> http://dojo.rub...
>
>
COOL