Sha256: 3a82492893591ac7327a6a7d4fe5830fafb33546cec886a167cd409c03f3bce0
Contents?: true
Size: 624 Bytes
Versions: 4
Compression:
Stored size: 624 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' require 'rails/mongoid' RDoc::Task.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc' rdoc.title = 'Helena' 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 require 'rspec/core' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task default: :spec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
helena-1.1.0 | Rakefile |
helena-1.0.3 | Rakefile |
helena-1.0.2 | Rakefile |
helena-1.0.1 | Rakefile |