Sha256: 57e21d779e2d040586e1905f1d8ef07b86e501f60a836c425082e8cf29ed0780

Contents?: true

Size: 477 Bytes

Versions: 31

Compression:

Stored size: 477 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_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

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "rack-oauth2 #{File.read('VERSION')}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
restclient_with_cert-0.0.8 Rakefile
rack-oauth2-0.8.1 Rakefile
rack-oauth2-0.8.0 Rakefile
rack-oauth2-0.8.0.alpha Rakefile
rack-oauth2-0.7.0 Rakefile
rack-oauth2-0.6.9 Rakefile
rack-oauth2-0.6.8 Rakefile
rack-oauth2-0.6.7 Rakefile
restclient_with_cert-0.0.7 Rakefile
rack-oauth2-0.6.6 Rakefile
restclient_with_cert-0.0.6 Rakefile
rack-oauth2-0.6.5 Rakefile
rack-oauth2-0.6.4 Rakefile
rack-oauth2-0.6.3 Rakefile
rack-oauth2-0.6.2 Rakefile
rack-oauth2-0.6.1 Rakefile
rack-oauth2-0.6.0 Rakefile
rack-oauth2-0.6.0.alpha Rakefile
rack-oauth2-0.5.1 Rakefile
rack-oauth2-0.5.0 Rakefile