Sha256: b73e4a7382226cf3d3cd069bae82850ba5635df43e211b39a81a30f5762a8659
Contents?: true
Size: 444 Bytes
Versions: 5
Compression:
Stored size: 444 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.rdoc') rdoc.rdoc_files.include('lib/**/*.rb') end load 'rails/tasks/statistics.rake' Bundler::GemHelper.install_tasks
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
repres-hyper_text-1.1 | Rakefile |
repres-hyper_text-1.0.3 | Rakefile |
repres-hyper_text-1.0.2 | Rakefile |
repres-hyper_text-1.0.1 | Rakefile |
repres-hyper_text-1.0 | Rakefile |