Sha256: a078f54b0bab03e03637f0335f836daa9f2a73543002e0d53c92914b02474aa8

Contents?: true

Size: 433 Bytes

Versions: 7

Compression:

Stored size: 433 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 React'
  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

7 entries across 7 versions & 1 rubygems

Version Path
repres-react-2.0 Rakefile
repres-react-1.4.1 Rakefile
repres-react-1.4 Rakefile
repres-react-1.3.1 Rakefile
repres-react-1.3 Rakefile
repres-react-1.2.1 Rakefile
repres-react-1.2 Rakefile