Sha256: b68194f6e124fd4ee79814efd1da2b65674db93802377143aad0ddd9e26a0fd0

Contents?: true

Size: 400 Bytes

Versions: 77

Compression:

Stored size: 400 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

namespace :coverage do
  desc "Open coverage report"
  task :report do
    require 'simplecov'
    `open "#{File.join SimpleCov.coverage_path, 'index.html'}"`
  end
end

task :spec do
  Rake::Task[:'coverage:report'].invoke unless ENV['TRAVIS_RUBY_VERSION']
end

task default: :spec

Version data entries

77 entries across 77 versions & 3 rubygems

Version Path
web_authn-0.7.0 Rakefile
rack-oauth2-2.2.1 Rakefile
rack-oauth2-2.2.0 Rakefile
rack-oauth2-2.1.0 Rakefile
rack-oauth2-2.0.1 Rakefile
rack-oauth2-2.0.0 Rakefile
rack-oauth2-2.0.0.rc3 Rakefile
rack-oauth2-2.0.0.rc2 Rakefile
rack-oauth2-2.0.0.rc1 Rakefile
cose-key-0.3.0 Rakefile
web_authn-0.6.3 Rakefile
rack-oauth2-1.21.3 Rakefile
rack-oauth2-1.21.2 Rakefile
rack-oauth2-1.21.1 Rakefile
rack-oauth2-1.21.0 Rakefile
rack-oauth2-1.20.0 Rakefile
rack-oauth2-1.19.0 Rakefile
web_authn-0.6.2 Rakefile
rack-oauth2-1.18.0 Rakefile
rack-oauth2-1.17.0 Rakefile