tasks/gem.rake in instrument-0.1.2 vs tasks/gem.rake in instrument-0.1.3
- old
+ new
@@ -27,10 +27,10 @@
Rake::GemPackageTask.new(GEM_SPEC) do |p|
p.gem_spec = GEM_SPEC
p.need_tar = true
p.need_zip = true
end
-
+
desc "Show information about the gem"
task :debug do
puts GEM_SPEC.to_ruby
end