Sha256: 57ea6221b608d192a7aa63460a5b0c484a50eab95d327f428c16ac3ee4d1a9b0

Contents?: true

Size: 258 Bytes

Versions: 25

Compression:

Stored size: 258 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

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

task :default => [:ci]

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
hydra-collections-8.2.0 Rakefile
hydra-collections-8.1.1 Rakefile
hydra-collections-8.1.0 Rakefile
hydra-collections-8.0.0 Rakefile
hydra-collections-7.0.0 Rakefile
hydra-collections-5.0.4 Rakefile
hydra-collections-6.0.0 Rakefile
hydra-collections-6.0.0.rc2 Rakefile
hydra-collections-6.0.0.rc1 Rakefile
hydra-collections-5.0.3 Rakefile
hydra-collections-6.0.0.alpha Rakefile
hydra-collections-5.0.2 Rakefile
hydra-collections-5.0.1 Rakefile
hydra-collections-5.0.0 Rakefile
hydra-collections-4.0.0 Rakefile
hydra-collections-4.0.0.rc3 Rakefile
hydra-collections-4.0.0.rc2 Rakefile
hydra-collections-4.0.0.rc1 Rakefile
hydra-collections-4.0.0.beta4 Rakefile
hydra-collections-4.0.0.beta3 Rakefile