Sha256: 425acbbb62219cf3c42e333331faa276c6962aa8ef4908f364246adaa75ef3cb

Contents?: true

Size: 509 Bytes

Versions: 23

Compression:

Stored size: 509 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", __FILE__)
load 'rails/tasks/engine.rake'



Bundler::GemHelper.install_tasks

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
awesome_translations-0.0.25 Rakefile
awesome_translations-0.0.24 Rakefile
awesome_translations-0.0.23 Rakefile
awesome_translations-0.0.22 Rakefile
awesome_translations-0.0.21 Rakefile
awesome_translations-0.0.20 Rakefile
awesome_translations-0.0.19 Rakefile
awesome_translations-0.0.18 Rakefile
awesome_translations-0.0.17 Rakefile
awesome_translations-0.0.16 Rakefile
awesome_translations-0.0.15 Rakefile
awesome_translations-0.0.14 Rakefile
awesome_translations-0.0.13 Rakefile
awesome_translations-0.0.12 Rakefile
awesome_translations-0.0.10 Rakefile
awesome_translations-0.0.9 Rakefile
awesome_translations-0.0.8 Rakefile
awesome_translations-0.0.7 Rakefile
awesome_translations-0.0.6 Rakefile
awesome_translations-0.0.5 Rakefile