Sha256: 50f43bf027c1e31c4d445448cfacb479b627d4eeabb1d8a0b8fd5c0e03b1fe98

Contents?: true

Size: 691 Bytes

Versions: 74

Compression:

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

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


load 'rails/tasks/statistics.rake'



require 'bundler/gem_tasks'

require 'rake/testtask'

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


task default: :test

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
tramway-event-1.9.19.1 Rakefile
tramway-event-1.9.19 Rakefile
tramway-event-1.9.18.2 Rakefile
tramway-event-1.9.18.1 Rakefile
tramway-event-1.9.18 Rakefile
tramway-event-1.9.17 Rakefile
tramway-event-1.9.16 Rakefile
tramway-event-1.9.15 Rakefile
tramway-event-1.9.14 Rakefile
tramway-event-1.9.13 Rakefile
tramway-event-1.9.12 Rakefile
tramway-event-1.9.11.2 Rakefile
tramway-event-1.9.11.1 Rakefile
tramway-event-1.9.11 Rakefile
tramway-event-1.9.10.1 Rakefile
tramway-event-1.9.10 Rakefile
tramway-event-1.9.9.2 Rakefile
tramway-event-1.9.9.1 Rakefile
tramway-event-1.9.9 Rakefile
tramway-event-1.9.8 Rakefile