Sha256: 50e104d5cf5fae3357664bdca520e6ed0cedc152947b79de23dd34410eb5295d

Contents?: true

Size: 354 Bytes

Versions: 178

Compression:

Stored size: 354 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

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

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

Bundler::GemHelper.install_tasks

Version data entries

178 entries across 176 versions & 5 rubygems

Version Path
brightcontent-attachments-2.6.0 Rakefile
brightcontent-pages-2.6.0 Rakefile
brightcontent-core-2.6.0 Rakefile
brightcontent-attachments-2.5.1 Rakefile
brightcontent-pages-2.5.1 Rakefile
brightcontent-core-2.5.1 Rakefile
brightcontent-attachments-2.5.0 Rakefile
brightcontent-pages-2.5.0 Rakefile
brightcontent-core-2.5.0 Rakefile
brightcontent-attachments-2.4.6 Rakefile
brightcontent-pages-2.4.6 Rakefile
brightcontent-core-2.4.6 Rakefile
brightcontent-attachments-2.4.5 Rakefile
brightcontent-pages-2.4.5 Rakefile
brightcontent-core-2.4.5 Rakefile
brightcontent-attachments-2.4.4 Rakefile
brightcontent-pages-2.4.4 Rakefile
brightcontent-core-2.4.4 Rakefile
brightcontent-pages-2.4.3 Rakefile
brightcontent-attachments-2.4.3 Rakefile