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.1.3 Rakefile
brightcontent-pages-2.1.3 Rakefile
brightcontent-core-2.1.3 Rakefile
brightcontent-attachments-2.1.2 Rakefile
brightcontent-pages-2.1.2 Rakefile
brightcontent-core-2.1.2 Rakefile
brightcontent-attachments-2.1.1 Rakefile
brightcontent-pages-2.1.1 Rakefile
brightcontent-core-2.1.1 Rakefile
brightcontent-attachments-2.1.0 Rakefile
brightcontent-pages-2.1.0 Rakefile
brightcontent-core-2.1.0 Rakefile
brightcontent-attachments-2.0.33 Rakefile
brightcontent-pages-2.0.33 Rakefile
brightcontent-core-2.0.33 Rakefile
brightcontent-attachments-2.0.31 Rakefile
brightcontent-pages-2.0.31 Rakefile
brightcontent-core-2.0.31 Rakefile
brightcontent-attachments-2.0.30 Rakefile
brightcontent-pages-2.0.30 Rakefile