public
Description: An extremely simple way to create a RubyGem
Homepage: http://dojo.rubyforge.org/gemify
Clone URL: git://github.com/judofyr/gemify.git
Finished with the spec for the specification :-O
judofyr (author)
Thu Apr 10 13:28:20 -0700 2008
commit  5ce25b45148acd84a3316f14f83d4c608a4882f5
tree    6bd8747157ba5691ee230a650aac5ef82c6c1ca8
parent  6f9999fd1b6c9e0d779ad4132668df949af66911
...
118
119
120
 
 
 
 
121
122
123
...
118
119
120
121
122
123
124
125
126
127
0
@@ -118,5 +118,9 @@ describe Gemify::Base do
0
     end
0
     spec.extensions.should == ["lib/extconf.rb"]
0
     spec.executables.should == ["program"]
0
+ spec.files.should == @files
0
+ spec.bindir.should == "bin"
0
+ spec.require_path.should == "lib"
0
+ spec.platform.should == Gem::Platform::RUBY
0
   end
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.