Sha256: a1c3f715f3b0035c9f12408fbada4c260565e09722bfdd5a5c8ea8cb338d96f7

Contents?: true

Size: 440 Bytes

Versions: 7

Compression:

Stored size: 440 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.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end



load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
repres-react-1.1.1 Rakefile
repres-react-1.1 Rakefile
repres-react-1.0.4 Rakefile
repres-react-1.0.3 Rakefile
repres-react-1.0.2 Rakefile
repres-react-1.0.1 Rakefile
repres-react-1.0 Rakefile