Sha256: dc884863dd109b399bd38baa79f22a03d144da6e00a579f144da3e237413d56d

Contents?: true

Size: 568 Bytes

Versions: 9

Compression:

Stored size: 568 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    = "AwesomeTranslations"
  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", __dir__)
load "rails/tasks/engine.rake"



Bundler::GemHelper.install_tasks

require "best_practice_project"
BestPracticeProject.load_tasks

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
awesome_translations-0.0.67 Rakefile
awesome_translations-0.0.66 Rakefile
awesome_translations-0.0.65 Rakefile
awesome_translations-0.0.64 Rakefile
awesome_translations-0.0.63 Rakefile
awesome_translations-0.0.62 Rakefile
awesome_translations-0.0.61 Rakefile
awesome_translations-0.0.60 Rakefile
awesome_translations-0.0.59 Rakefile