Sha256: 664d49cd226eb9db6270873dc4b69f08070113bc53482b9bebde15f01a5aedda

Contents?: true

Size: 425 Bytes

Versions: 35

Compression:

Stored size: 425 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

if RUBY_VERSION >= '1.9'
  require 'cover_me'
  CoverMe.config do |c|
    c.file_pattern = /(#{CoverMe.config.project.root}\/lib\/.+\.rb)/i
  end
else
  RSpec::Core::RakeTask.new(:rcov) do |spec|
    spec.rcov = true
    spec.rcov_opts = ['-Ilib -Ispec --exclude spec,gems']
  end
end

task :default => :spec

Version data entries

35 entries across 35 versions & 7 rubygems

Version Path
openid_connect-0.1.4 Rakefile
openid_connect-0.1.3 Rakefile
openid_connect-0.1.2 Rakefile
rack-oauth2-0.14.2 Rakefile
paypal-express-0.4.4 Rakefile
activitystreams-0.0.4 Rakefile
swd-0.1.2 Rakefile
rack-oauth2-0.14.1 Rakefile
json-jwt-0.0.7 Rakefile
json-jwt-0.0.6 Rakefile
fb_graph-2.4.0 Rakefile
fb_graph-2.3.2 Rakefile
openid_connect-0.1.1 Rakefile
openid_connect-0.1.0 Rakefile
swd-0.1.1 Rakefile
rack-oauth2-0.14.0 Rakefile
swd-0.1.0 Rakefile
swd-0.0.9 Rakefile
swd-0.0.8 Rakefile
fb_graph-2.3.1 Rakefile