Sha256: d95c98fdc90dc93a18388fe9f1b572f0ba43716634ab20e18acf16b5c4e9f1db

Contents?: true

Size: 669 Bytes

Versions: 101

Compression:

Stored size: 669 Bytes

Contents

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

require "bundler/gem_tasks"

require "rdoc/task"

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

APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
load "rails/tasks/engine.rake"

load "rails/tasks/statistics.rake"

require "rake/testtask"

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

task default: :test

Version data entries

101 entries across 101 versions & 2 rubygems

Version Path
pay-8.3.0 Rakefile
pay-8.2.2 Rakefile
pay-8.2.1 Rakefile
pay-8.2.0 Rakefile
pay-8.1.3 Rakefile
pay-8.1.2 Rakefile
pay-8.1.1 Rakefile
pay-8.1.0 Rakefile
pay-8.0.0 Rakefile
pay-7.3.0 Rakefile
pay-7.2.1 Rakefile
pay-7.1.1 Rakefile
pay-lago-0.1.1 Rakefile
pay-7.1.0 Rakefile
pay-7.0.0 Rakefile
pay-lago-0.1.0 Rakefile
pay-6.8.1 Rakefile
pay-6.8.0 Rakefile
pay-6.7.2 Rakefile
pay-6.7.1 Rakefile