Sha256: c05750a9880076639e515cc85b882078f7833286560f93367435d2082f0d8fc4

Contents?: true

Size: 565 Bytes

Versions: 40

Compression:

Stored size: 565 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 = 'Tenpay'
  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

40 entries across 40 versions & 4 rubygems

Version Path
wx_pay-0.21.0 Rakefile
wx_pay-0.20.1 Rakefile
wx_pay-0.20.0 Rakefile
wx_pay-0.19.0 Rakefile
wx_pay-0.18.0 Rakefile
wx_pay-0.17.0 Rakefile
wx_pay-0.16.1 Rakefile
wx_pay-0.16.0 Rakefile
wx_pay-0.15.0 Rakefile
wx_pay-0.14.2 Rakefile
wx_pay-0.14.1 Rakefile
wx_pay-0.14.0 Rakefile
wx_pay-0.13.0 Rakefile
wx_pay-0.12.0 Rakefile
wx_pay-0.11.0 Rakefile
wx_pay-0.10 Rakefile
wx_pay-0.9.1 Rakefile
wx_pay-0.9.0 Rakefile
wx_pay-0.8.1 Rakefile
wx_pay-0.8.0 Rakefile