Sha256: 12b6c69b99cc1d16f4174a1f191ab790188b1c85dbe70108ecf9c01d0fc0865c

Contents?: true

Size: 239 Bytes

Versions: 49

Compression:

Stored size: 239 Bytes

Contents

require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

RSpec::Core::RakeTask.new(:rcov) do |spec|
  spec.rcov = true
  spec.rcov_opts = ['-Ilib -Ispec --exclude spec,gems']
end

task :default => :spec

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
json-jwt-0.0.5 Rakefile
json-jwt-0.0.4 Rakefile
openid_connect-0.0.31 Rakefile
openid_connect-0.0.30 Rakefile
openid_connect-0.0.29 Rakefile
json-jwt-0.0.3 Rakefile
json-jwt-0.0.2 Rakefile
openid_connect-0.0.28 Rakefile
openid_connect-0.0.27 Rakefile
json-jwt-0.0.1 Rakefile
json-jwt-0.0.0 Rakefile
swd-0.0.7 Rakefile
openid_connect-0.0.26 Rakefile
openid_connect-0.0.25 Rakefile
openid_connect-0.0.24 Rakefile
openid_connect-0.0.23 Rakefile
openid_connect-0.0.22 Rakefile
openid_connect-0.0.21 Rakefile
swd-0.0.6 Rakefile
swd-0.0.5 Rakefile