Sha256: 70efcdea41fa56568ad70fcc04ecb7ef116c9b27bd32cdc31a50135eea42a57b
Contents?: true
Size: 347 Bytes
Versions: 7
Compression:
Stored size: 347 Bytes
Contents
# encoding: utf-8 require 'rubygems' require 'bundler' begin Bundler.setup(:default, :development) rescue Bundler::BundlerError => e $stderr.puts e.message $stderr.puts 'Run `bundle install` to install missing gems' exit e.status_code end $:.unshift(File.dirname(__FILE__) + '/lib') Dir['tasks/**/*.rake'].sort.each { |path| load path }
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
cute_print-1.1.0 | Rakefile |
cute_print-1.0.1 | Rakefile |
cute_print-1.0.0 | Rakefile |
cute_print-0.4.0 | Rakefile |
cute_print-0.3.0 | Rakefile |
cute_print-0.2.0 | Rakefile |
cute_print-0.1.0 | Rakefile |