public
Description: An extremely simple way to create a RubyGem
Homepage: http://dojo.rubyforge.org/gemify
Clone URL: git://github.com/judofyr/gemify.git
Cred to the contributors!
judofyr (author)
Fri May 02 07:03:15 -0700 2008
commit  2aba59da8a3cdeb77ebdcd740d7d975f60836e49
tree    6617d442001ff93212e56c48b34caa8c4a3e33a8
parent  c895f045aa266272b0ba85c7e9a2f28e7ed28ffb
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+# Author: David A. Cuadrado
0
 module Gemify
0
   # A simple module to figure out which files that should be included in the
0
   # gem.
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+# Author: Keita Yamaguchi
0
 require "delegate"
0
 require "curses"
0
 

Comments

    No one has commented yet.