Rakefile in amee-data-persistence-1.0.0 vs Rakefile in amee-data-persistence-1.1.0
- old
+ new
@@ -20,11 +20,11 @@
Spec::Rake::SpecTask.new do |t|
t.spec_opts = ['--options', "spec/spec.opts"]
t.spec_files = FileList['spec/**/*_spec.rb']
t.rcov = true
- t.rcov_opts = ['--exclude', 'spec,/*ruby*,']
+ t.rcov_opts = ['--exclude', 'spec,/*ruby*,/*gems*']
end
require 'jeweler'
# Fix for Jeweler to use stable branch
class Jeweler
@@ -97,6 +97,6 @@
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "amee-data-persistence #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
-end
\ No newline at end of file
+end