Sha256: becad3e49c558f29b8838ac87e048815c17dd6de9c6c0498f451faf18c923354

Contents?: true

Size: 437 Bytes

Versions: 13

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    = 'Repres Bootstrap'
  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

13 entries across 13 versions & 1 rubygems

Version Path
repres-bootstrap-2.0 Rakefile
repres-bootstrap-1.11 Rakefile
repres-bootstrap-1.10.2 Rakefile
repres-bootstrap-1.10.1 Rakefile
repres-bootstrap-1.10 Rakefile
repres-bootstrap-1.9 Rakefile
repres-bootstrap-1.8 Rakefile
repres-bootstrap-1.7 Rakefile
repres-bootstrap-1.6 Rakefile
repres-bootstrap-1.5.2 Rakefile
repres-bootstrap-1.5.1 Rakefile
repres-bootstrap-1.5 Rakefile
repres-bootstrap-1.4 Rakefile