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.7.1 Rakefile
wx_pay-0.7.0 Rakefile
wx_pay-0.6.0 Rakefile
wx_pay-0.5.0 Rakefile
wx_pay_api-0.2.1 Rakefile
wx_pay-0.4.1 Rakefile
wx_pay-0.4.0 Rakefile
weixin_pay-0.2.0 Rakefile
wx_pay-0.2.0 Rakefile
wx_pay-0.1.0 Rakefile
wx_pay-0.0.4 Rakefile
wx_pay-0.0.3 Rakefile
wx_pay-0.0.2 Rakefile
wx_pay-0.0.1 Rakefile
jasl_tenpay-1.1.1 Rakefile
jasl_tenpay-1.1.0 Rakefile
jasl_tenpay-1.0.2 Rakefile
jasl_tenpay-1.0.1 Rakefile
jasl_tenpay-1.0.0 Rakefile
jasl_tenpay-0.0.2 Rakefile