Sha256: ea6bd14c1ed4a4d3be765e7483c1604748f24f120deafcade0fe3b099015a60b

Contents?: true

Size: 534 Bytes

Versions: 74

Compression:

Stored size: 534 Bytes

Contents

#!/usr/bin/env rake

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

Bundler::GemHelper.install_tasks

import "#{Gem.loaded_specs['jasmine'].full_gem_path}/lib/jasmine/tasks/jasmine.rake"

# Set up the test application prior to running jasmine tasks.
task 'jasmine:require' => :setup_test_server
task :setup_test_server do
  require 'engine_cart'
  EngineCart.load_application!
end

Dir.glob('tasks/*.rake').each { |r| import r }

task default: :ci

Version data entries

74 entries across 74 versions & 3 rubygems

Version Path
hyrax-2.9.6 Rakefile
hyrax-2.9.5 Rakefile
hyrax-2.9.4 Rakefile
hyrax-2.9.3 Rakefile
hyrax-2.9.2 Rakefile
hyrax-2.9.1 Rakefile
hyrax-2.9.0 Rakefile
hyrax-2.8.0 Rakefile
hyrax-2.7.2 Rakefile
hyrax-2.7.1 Rakefile
hyrax-2.7.0 Rakefile
hyrax-2.6.0 Rakefile
hyrax-3.0.0.pre.rc1 Rakefile
hyrax-3.0.0.pre.beta3 Rakefile
hyrax-2.5.1 Rakefile
hyrax-2.5.0 Rakefile
hyrax-3.0.0.pre.beta2 Rakefile
hyrax-2.4.1 Rakefile
hyrax-3.0.0.pre.beta1 Rakefile
hyrax-2.4.0 Rakefile