Sha256: b68788aa480daea350eda49e397933653dcb110aafdefcbb98335a7ea782b00e

Contents?: true

Size: 437 Bytes

Versions: 5

Compression:

Stored size: 437 Bytes

Contents

require "bundler/gem_tasks"

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    = 'grape-transformations'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Bundler::GemHelper.install_tasks

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
grape-transformations-0.0.5 Rakefile
grape-transformations-0.0.4 Rakefile
grape-transformations-0.0.3 Rakefile
grape-transformations-0.0.2 Rakefile
grape-transformations-0.0.1 Rakefile