Sha256: d8da26d9662e6c4be5f4b7f708c8fd0a11c9f38b93a8351e7f7a6943f05a4bde

Contents?: true

Size: 520 Bytes

Versions: 18

Compression:

Stored size: 520 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    = 'Plug'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.md')
  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'

require 'bundler/gem_tasks'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
plug-0.1.23 Rakefile
plug-0.1.22 Rakefile
plug-0.1.21 Rakefile
plug-0.1.19 Rakefile
plug-0.1.18 Rakefile
plug-0.1.16 Rakefile
plug-0.1.15 Rakefile
plug-0.1.14 Rakefile
plug-0.1.12 Rakefile
plug-0.1.11 Rakefile
plug-0.1.9 Rakefile
plug-0.1.8 Rakefile
plug-0.1.7 Rakefile
plug-0.1.6 Rakefile
plug-0.1.5 Rakefile
plug-0.1.3 Rakefile
plug-0.1.2 Rakefile
plug-0.1.1 Rakefile