remove make_spec task dup

This commit is contained in:
Doug MacEachern 2010-01-19 15:18:41 -08:00
parent cc52694c7d
commit 0cf7c22d11
1 changed files with 0 additions and 6 deletions

View File

@ -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