remove make_spec task dup
This commit is contained in:
parent
cc52694c7d
commit
0cf7c22d11
6
Rakefile
6
Rakefile
|
@ -46,12 +46,6 @@ end
|
||||||
|
|
||||||
task :default => :test
|
task :default => :test
|
||||||
|
|
||||||
task :make_spec do
|
|
||||||
File.open("#{GEM}.gemspec", "w") do |file|
|
|
||||||
file.puts spec.to_ruby
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
def in_ext()
|
def in_ext()
|
||||||
ext = 'bindings/ruby'
|
ext = 'bindings/ruby'
|
||||||
Dir.chdir(ext) if File.directory? ext
|
Dir.chdir(ext) if File.directory? ext
|
||||||
|
|
Loading…
Reference in New Issue