Sha256: 6167eae77d81c6984344b1d63f881bc3534c63b4d59f050af0bc7340c505b8e9

Contents?: true

Size: 437 Bytes

Versions: 6

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 HyperText'
  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

6 entries across 6 versions & 1 rubygems

Version Path
repres-hyper_text-2.0 Rakefile
repres-hyper_text-1.4.1 Rakefile
repres-hyper_text-1.4 Rakefile
repres-hyper_text-1.3 Rakefile
repres-hyper_text-1.2.1 Rakefile
repres-hyper_text-1.2 Rakefile