public
Description: An extremely simple way to create a RubyGem
Homepage: http://dojo.rubyforge.org/gemify
Clone URL: git://github.com/judofyr/gemify.git
Search Repo:
Simple fix to add Rubinius-support
judofyr (author)
Fri Apr 04 14:55:29 -0700 2008
commit  3e1eaec92d4355543a551fda96a5d74bf62e59f9
tree    8df422300b22e33faf4cfc3536ed1ce7798ae53c
parent  a88fc647e8de2cb12a963933a402c8cbda7039a7
...
1
2
 
 
...
 
1
2
3
0
@@ -1 +1,2 @@
0
-*.gem
0
\ No newline at end of file
0
+*.gem
0
+*.rbc
...
50
51
52
53
 
54
55
56
...
50
51
52
 
53
54
55
56
0
@@ -50,7 +50,7 @@ class VCS
0
     when :cvs
0
       get_files_from_command("cvs ls")
0
     when :unknown
0
- Dir['bin/*', 'lib/**/**']
0
+ Dir['bin/*'] + Dir['lib/**/**']
0
     end
0
   end
0
 end

Comments

    No one has commented yet.