Sha256: 7dc70e6a5d901c835d3eb9a8aab92ade57d51188ae56f44f86e84477bf2ab9b8

Contents?: true

Size: 436 Bytes

Versions: 16

Compression:

Stored size: 436 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    = 'Unidom Shopping'
  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

16 entries across 16 versions & 1 rubygems

Version Path
unidom-shopping-2.0.1 Rakefile
unidom-shopping-2.0 Rakefile
unidom-shopping-1.7.8 Rakefile
unidom-shopping-1.7.7 Rakefile
unidom-shopping-1.7.6 Rakefile
unidom-shopping-1.7.5 Rakefile
unidom-shopping-1.7.4 Rakefile
unidom-shopping-1.7.3 Rakefile
unidom-shopping-1.7.2 Rakefile
unidom-shopping-1.7.1 Rakefile
unidom-shopping-1.7 Rakefile
unidom-shopping-1.6.5 Rakefile
unidom-shopping-1.6.4 Rakefile
unidom-shopping-1.6.3 Rakefile
unidom-shopping-1.6.2 Rakefile
unidom-shopping-1.6.1 Rakefile