Sha256: 62e3aadb90c515407e76fcaa14e606469342730034774c2eae4251544982bb02

Contents?: true

Size: 437 Bytes

Versions: 4

Compression:

Stored size: 437 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    = 'Validator'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end



load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wechat-validator-0.3.1 Rakefile
wechat-validator-0.3 Rakefile
wechat-validator-0.2 Rakefile
wechat-validator-0.1 Rakefile