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.3.3 Rakefile
hyrax-2.3.2 Rakefile
hyrax-2.3.1 Rakefile
hyrax-1.1.1 Rakefile
hyrax-2.3.0 Rakefile
hyrax-2.0.3 Rakefile
hyrax-2.2.4 Rakefile
hyrax-2.2.3 Rakefile
hyrax-2.2.2 Rakefile
hyrax-2.2.1 Rakefile
hyrax-2.2.0 Rakefile
hyrax-2.1.0 Rakefile
hyrax-2.1.0.rc4 Rakefile
hyrax-2.1.0.rc3 Rakefile
hyrax-2.1.0.rc2 Rakefile
hyrax-2.1.0.rc1 Rakefile
hyrax-1.1.0 Rakefile
hyrax-2.1.0.beta2 Rakefile
hyrax-2.0.2 Rakefile
hyrax-2.1.0.beta1 Rakefile