Rakefile in binding_of_caller-0.6.6 vs Rakefile in binding_of_caller-0.6.7

- old
+ new

@@ -81,21 +81,9 @@ f << spec.to_ruby end end end -# namespace :rbx do -# spec = Gem::Specification.new do |s| -# apply_spec_defaults(s) -# s.platform = Gem::Platform::RUBY #.new(["universal", "rubinius"]) -# end - -# Gem::PackageTask.new(spec) do |pkg| -# pkg.need_zip = false -# pkg.need_tar = false -# end -# end - desc "build the binaries" task :compile do chdir "./ext/#{PROJECT_NAME}/" do sh "ruby extconf.rb" sh "make clean"