Sha256: f116fbdbdd689127e8ac463942bccf36fc08a86e6c326b84fc330d39360fcdbf

Contents?: true

Size: 642 Bytes

Versions: 15

Compression:

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

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

load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
revelry_data-0.1.6 Rakefile
revelry_data-0.0.15 Rakefile
revelry_data-0.1.5 Rakefile
revelry_data-0.1.4 Rakefile
revelry_data-0.0.14 Rakefile
revelry_data-0.0.8.1 Rakefile
revelry_data-0.0.13 Rakefile
revelry_data-0.1.3 Rakefile
revelry_data-0.0.12 Rakefile
revelry_data-0.1.2 Rakefile
revelry_data-0.1.1 Rakefile
revelry_data-0.0.10 Rakefile
revelry_data-0.1.0 Rakefile
revelry_data-0.0.8 Rakefile
revelry_data-0.0.7 Rakefile