Sha256: 88fb2fb7b1a51c60bdbbf3adcd4b8e29da97f96d99e4da76c051da9fbd51a95a

Contents?: true

Size: 672 Bytes

Versions: 21

Compression:

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

APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'



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

21 entries across 21 versions & 2 rubygems

Version Path
leather2-3.5.3 Rakefile
leather-3.5.2 Rakefile
leather-3.5.1 Rakefile
leather-3.5.0 Rakefile
leather-3.3.5 Rakefile
leather-3.3.4.1 Rakefile
leather-3.3.4 Rakefile
leather-3.3.3.4 Rakefile
leather-3.3.3.3 Rakefile
leather-3.3.3.2 Rakefile
leather-3.3.3.1 Rakefile
leather-3.3.2 Rakefile
leather-3.3.1 Rakefile
leather-3.3.0 Rakefile
leather-3.2.0 Rakefile
leather-0.2.29 Rakefile
leather-0.2.27 Rakefile
leather-0.2.26 Rakefile
leather-0.2.25 Rakefile
leather-0.2.24 Rakefile