Sha256: 9c2e7b578e90926d30a4ced686f378286f0d966993928b134b263089e0f5a1ee

Contents?: true

Size: 545 Bytes

Versions: 24

Compression:

Stored size: 545 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    = 'IntrospectiveGrape'
  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

24 entries across 24 versions & 1 rubygems

Version Path
introspective_grape-0.4.3 Rakefile
introspective_grape-0.4.2 Rakefile
introspective_grape-0.4.1 Rakefile
introspective_grape-0.4.0 Rakefile
introspective_grape-0.3.9 Rakefile
introspective_grape-0.3.7 Rakefile
introspective_grape-0.3.6 Rakefile
introspective_grape-0.3.5 Rakefile
introspective_grape-0.3.3 Rakefile
introspective_grape-0.3.2 Rakefile
introspective_grape-0.3.1 Rakefile
introspective_grape-0.3.0 Rakefile
introspective_grape-0.2.9 Rakefile
introspective_grape-0.2.8 Rakefile
introspective_grape-0.2.7 Rakefile
introspective_grape-0.2.6 Rakefile
introspective_grape-0.2.5 Rakefile
introspective_grape-0.2.4 Rakefile
introspective_grape-0.2.3 Rakefile
introspective_grape-0.2.2 Rakefile