Sha256: 25ba3f0bd7a16e057040ebeb3445564a6d54996035703f4e24eddce265284bf3

Contents?: true

Size: 538 Bytes

Versions: 17

Compression:

Stored size: 538 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    = 'JobNotifier'
  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'


load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
job_notifier-3.0.0 Rakefile
job_notifier-2.0.0 Rakefile
job_notifier-1.5.0 Rakefile
job_notifier-1.4.0 Rakefile
job_notifier-1.3.0 Rakefile
job_notifier-1.2.4 Rakefile
job_notifier-1.2.3 Rakefile
job_notifier-1.2.2 Rakefile
job_notifier-1.2.1 Rakefile
job_notifier-1.2.0 Rakefile
job_notifier-1.1.1 Rakefile
job_notifier-1.1.0 Rakefile
job_notifier-1.0.0 Rakefile
job_notifier-0.2.1 Rakefile
job_notifier-0.2.0 Rakefile
job_notifier-0.1.1 Rakefile
job_notifier-0.1.0 Rakefile