Sha256: 2edc3c4f21e49dacc26018f9c0356d1b003a5e090800d46c3df964dc192edbea

Contents?: true

Size: 530 Bytes

Versions: 16

Compression:

Stored size: 530 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    = 'Phcmemberspro'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.md')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

APP_RAKEFILE = File.expand_path("../spec/testapp/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'
load 'rails/tasks/statistics.rake'
require 'bundler/gem_tasks'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
phcmemberspro-49.0.0 Rakefile
phcmemberspro-48.0.0 Rakefile
phcmemberspro-47.1.0 Rakefile
phcmemberspro-46.0.0 Rakefile
phcmemberspro-45.0.1 Rakefile
phcmemberspro-45.0.0 Rakefile
phcmemberspro-44.1.0 Rakefile
phcmemberspro-44.0.0 Rakefile
phcmemberspro-43.0.0 Rakefile
phcmemberspro-42.1.0 Rakefile
phcmemberspro-42.0.0 Rakefile
phcmemberspro-41.0.1 Rakefile
phcmemberspro-41.0.0 Rakefile
phcmemberspro-40.1.0 Rakefile
phcmemberspro-40.0.0 Rakefile
phcmemberspro-39.0.0 Rakefile