Sha256: ce5855954443cd157c9e82a1d64b4afd5a208786081a4b69b09d8ca8affc0a92

Contents?: true

Size: 589 Bytes

Versions: 17

Compression:

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

Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end


task default: :test

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
comfortable_mexican_loveseat-0.1.1 Rakefile
comfortable_mexican_loveseat-0.1.0 Rakefile
comfortable_mexican_loveseat-0.0.23 Rakefile
comfortable_mexican_loveseat-0.0.22 Rakefile
comfortable_mexican_loveseat-0.0.21 Rakefile
comfortable_mexican_loveseat-0.0.20 Rakefile
comfortable_mexican_loveseat-0.0.19 Rakefile
comfortable_mexican_loveseat-0.0.18 Rakefile
comfortable_mexican_loveseat-0.0.17 Rakefile
comfortable_mexican_loveseat-0.0.16 Rakefile
comfortable_mexican_loveseat-0.0.15 Rakefile
comfortable_mexican_loveseat-0.0.14 Rakefile
comfortable_mexican_loveseat-0.0.13 Rakefile
comfortable_mexican_loveseat-0.0.12 Rakefile
comfortable_mexican_loveseat-0.0.11 Rakefile
comfortable_mexican_loveseat-0.0.10 Rakefile
comfortable_mexican_loveseat-0.0.9 Rakefile