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.0.33 Rakefile
rack-oauth2-0.13.0 Rakefile
openid_connect-0.0.32 Rakefile
rack-oauth2-0.12.2 Rakefile
rack-oauth2-0.12.1 Rakefile
rack-oauth2-0.12.0 Rakefile
fb_graph-2.3.0 Rakefile
fb_graph-2.2.6 Rakefile
fb_graph-2.2.5 Rakefile
fb_graph-2.2.4 Rakefile
fb_graph-2.2.3 Rakefile
fb_graph-2.2.2 Rakefile
fb_graph-2.2.1 Rakefile
fb_graph-2.2.0 Rakefile
fb_graph-2.2.0.beta Rakefile