Sha256: 70213b80fea10d78fc39c94dfa782bdaf4adcccaff465d35e914c3958af13936
Contents?: true
Size: 511 Bytes
Versions: 5
Compression:
Stored size: 511 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 = 'Mtwarden' rdoc.options << '--line-numbers' rdoc.rdoc_files.include('README.rdoc') rdoc.rdoc_files.include('lib/**/*.rb') end APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' Bundler::GemHelper.install_tasks task :default => :spec
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mtwarden-2.2.7 | Rakefile |
mtwarden-2.2.6 | Rakefile |
mtwarden-2.2.5 | Rakefile |
mtwarden-2.2.0 | Rakefile |
mtwarden-2.1.0 | Rakefile |