Sha256: 50c2e8306f5d5d22450cc884d3b857bce454200f03825e5b5ffc4a5d701ea66a
Contents?: true
Size: 397 Bytes
Versions: 2
Compression:
Stored size: 397 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 = 'Webgit' rdoc.options << '--line-numbers' rdoc.rdoc_files.include('README.rdoc') rdoc.rdoc_files.include('lib/**/*.rb') end Bundler::GemHelper.install_tasks
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webgit-0.0.2 | Rakefile |
webgit-0.0.1 | Rakefile |