Sha256: f8768b102e72cc73d868102b6fa808c123ae1c1904e715c70e90ab59fd5a0a8e

Contents?: true

Size: 536 Bytes

Versions: 7

Compression:

Stored size: 536 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', __dir__)
load 'rails/tasks/engine.rake'
load 'rails/tasks/statistics.rake'

Bundler::GemHelper.install_tasks

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
introspective_grape-0.6.1 Rakefile
introspective_grape-0.5.7 Rakefile
introspective_grape-0.5.6 Rakefile
introspective_grape-0.5.5 Rakefile
introspective_grape-0.5.4 Rakefile
introspective_grape-0.5.2 Rakefile
introspective_grape-0.5.0 Rakefile