lib/rake_ext/project.rb in ruby_ext-0.5.9 vs lib/rake_ext/project.rb in ruby_ext-0.5.10

- old
+ new

@@ -5,21 +5,20 @@ # # Helper for releasing gem, add following code to Your Rakefile: # -# project( +# project \ # name: "fake_gem", # gem: true, # summary: "Makes any directory looks like Ruby Gem", # # bin: 'bin', # executables: ['fake_gem'], # dirs: %w(bin), # # author: "Alexey Petrushin", # homepage: "http://github.com/alexeypetrushin/fake_gem" -# ) # # use "rake gem" to release gem # require 'rubygems/specification' \ No newline at end of file