Rakefile in maintain-0.2.17 vs Rakefile in maintain-0.2.18
- old
+ new
@@ -15,10 +15,10 @@
t.spec_files = FileList['spec/**/*.rb']
t.rcov = true
t.rcov_opts = ['--exclude', 'spec,gem']
end
rescue LoadError
- puts "Could not load Rspec. To run tests, use `gem install rspec`"
+ # puts "Could not load Rspec. To run tests, use `gem install rspec`"
end
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|