Sha256: 63305f1372f19db8b5fc77067e4781b89759ded3801f5dda2d23f6f5a996b73c

Contents?: true

Size: 579 Bytes

Versions: 10

Compression:

Stored size: 579 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'rdoc/task'

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'Authorization'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end




Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end


task default: :test

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
arcadex-1.3.1 test/test_app/gems/authorization/Rakefile
arcadex-1.3.0 test/test_app/gems/authorization/Rakefile
arcadex-1.2.3 test/test_app/gems/authorization/Rakefile
arcadex-1.2.1 test/test_app/gems/authorization/Rakefile
arcadex-1.2.0 test/test_app/gems/authorization/Rakefile
json_voorhees-0.2.3 test/test_app/gems/authorization/Rakefile
json_voorhees-0.2.2 test/test_app/gems/authorization/Rakefile
json_voorhees-0.2.1 test/test_app/gems/authorization/Rakefile
json_voorhees-0.2.0 test/test_app/gems/authorization/Rakefile
json_voorhees-0.1.0 test/test_app/gems/authorization/Rakefile