Rakefile in relevance-castronaut-0.3.6 vs Rakefile in relevance-castronaut-0.4.1
- old
+ new
@@ -9,11 +9,11 @@
require 'spec/rake/verify_rcov'
require "fileutils"
gem :flog
-CURRENT_VERSION = '0.1.0'
+CURRENT_VERSION = '0.4.1'
$package_version = CURRENT_VERSION
desc "Run all examples with RCov"
Spec::Rake::SpecTask.new('specs_with_rcov') do |t|
ENV["test"] = "true"
@@ -29,10 +29,10 @@
t.rcov = false
t.spec_opts = ['-cfn']
end
RCov::VerifyTask.new(:verify_coverage => :specs_with_rcov) do |t|
- t.threshold = 99.2
+ t.threshold = 97.4
t.index_html = 'coverage/index.html'
end
namespace :ssl do