Sha256: c60566b43fbea33a80798d5d735963db3dd83d718ae6c867a4399de9991d1dde

Contents?: true

Size: 437 Bytes

Versions: 3

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    = 'ProviderTaxonomy'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.md')
  rdoc.rdoc_files.include('lib/**/*.rb')
end



load 'rails/tasks/statistics.rake'



require 'bundler/gem_tasks'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
provider_taxonomy-0.1.2 Rakefile
provider_taxonomy-0.1.1 Rakefile
provider_taxonomy-0.1.0 Rakefile