Sha256: ef7d6694ae89ea23b796aa3da301891791249f294b253c98c70b4e1422726d55

Contents?: true

Size: 236 Bytes

Versions: 5

Compression:

Stored size: 236 Bytes

Contents

require "bundler"
require 'rake'
Bundler.setup
Bundler::GemHelper.install_tasks

def cmd(command)
  puts command
  raise unless system command
end

# Import all our rake tasks
FileList['lib/tasks/**/*.rake'].each { |task| import task }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
favourite_object-0.1.1 Rakefile
favourite_object-0.1.0 Rakefile
favourite_object-0.0.3 Rakefile
favourite_object-0.0.2 Rakefile
favourite_object-0.0.1 Rakefile