Sha256: 60e45655bb3c9f485967f16db6ab1669e4d3ab5a0e1095e4d6d5f51a26fa5010

Contents?: true

Size: 686 Bytes

Versions: 17

Compression:

Stored size: 686 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    = 'Mingle'
  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'

Bundler::GemHelper.install_tasks

require 'rspec/core'
require 'rspec/core/rake_task'

desc 'Run all specs in spec directory (excluding plugin specs)'
RSpec::Core::RakeTask.new spec: 'app:db:test:prepare'

task default: :spec

Version data entries

17 entries across 17 versions & 4 rubygems

Version Path
gamification-1.0.3 Rakefile
gamification-1.0.2 Rakefile
gamification-1.0.1 Rakefile
mingle-0.4.0 Rakefile
gamification-1.0.0 Rakefile
feeder-0.5.1 Rakefile
knowledge_base-0.1.0 Rakefile
feeder-0.3.0 Rakefile
feeder-0.2.0 Rakefile
feeder-0.1.0 Rakefile
gamification-0.0.2 Rakefile
knowledge_base-0.0.3 Rakefile
mingle-0.3.1 Rakefile
mingle-0.3.0 Rakefile
mingle-0.2.0 Rakefile
mingle-0.1.1 Rakefile
mingle-0.1 Rakefile