diff --git a/Rakefile b/Rakefile index 24f9c60f..cbaaa4c9 100644 --- a/Rakefile +++ b/Rakefile @@ -46,12 +46,6 @@ end task :default => :test -task :make_spec do - File.open("#{GEM}.gemspec", "w") do |file| - file.puts spec.to_ruby - end -end - def in_ext() ext = 'bindings/ruby' Dir.chdir(ext) if File.directory? ext