Rakefile in relevance-castronaut-0.5.3 vs Rakefile in relevance-castronaut-0.5.4

- old
+ new

@@ -9,11 +9,11 @@ require 'spec/rake/verify_rcov' require "fileutils" gem :flog -CURRENT_VERSION = '0.5.3' +CURRENT_VERSION = '0.5.4' $package_version = CURRENT_VERSION desc "Run all examples with RCov" Spec::Rake::SpecTask.new('specs_with_rcov') do |t| ENV["test"] = "true" @@ -28,10 +28,10 @@ t.rcov = false t.spec_opts = ['-cfn'] end RCov::VerifyTask.new(:verify_coverage => :specs_with_rcov) do |t| - t.threshold = 98.5 + t.threshold = 97.0 t.index_html = 'coverage/index.html' end namespace :ssl do