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.7 Rakefile
tramway-event-1.9.6 Rakefile
tramway-event-1.9.5 Rakefile
tramway-event-1.9.4 Rakefile
tramway-event-1.9.3 Rakefile
tramway-event-1.9.2 Rakefile
tramway-event-1.9.1 Rakefile
tramway-event-1.9 Rakefile
tramway-event-1.8.10 Rakefile
tramway-event-1.8.9 Rakefile
tramway-event-1.8.8 Rakefile
tramway-event-1.8.7 Rakefile
tramway-event-1.8.6 Rakefile
tramway-event-1.8.5 Rakefile
tramway-event-1.8.4 Rakefile
tramway-event-1.8.3 Rakefile
tramway-event-1.8.2 Rakefile
tramway-event-1.8.1.1 Rakefile
tramway-event-1.8.1 Rakefile
tramway-event-1.8 Rakefile