Sha256: 50aa1f9e64dfcbb83b62aac9354c9d6d8e35e607f26ba5c3b2777347d4691a69

Contents?: true

Size: 636 Bytes

Versions: 19

Compression:

Stored size: 636 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    = 'Revelry::Core'
  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

Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

require 'tasks/standalone'

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
revelry_core-0.1.24.0 Rakefile
revelry_core-0.1.23.0 Rakefile
revelry_core-0.1.22.0 Rakefile
revelry_core-0.1.21.0 Rakefile
revelry_core-0.1.20.0 Rakefile
revelry_core-0.1.19.0 Rakefile
revelry_core-0.1.18.0 Rakefile
revelry_core-0.1.17.0 Rakefile
revelry_core-0.1.16.0 Rakefile
revelry_core-0.1.15.0 Rakefile
revelry_core-0.1.14.0 Rakefile
revelry_core-0.1.13.0 Rakefile
revelry_core-0.1.12.6 Rakefile
revelry_core-0.1.12.5 Rakefile
revelry_core-0.1.12.4 Rakefile
revelry_core-0.1.12.3 Rakefile
revelry_core-0.1.12.2 Rakefile
revelry_core-0.1.12.0 Rakefile
revelry_core-0.1.11.6 Rakefile