Sha256: c5b36e926d04b2911e5c5d000e86267d4aeb8854c5235b40d51e5c4625212e5f
Contents?: true
Size: 385 Bytes
Versions: 8
Compression:
Stored size: 385 Bytes
Contents
# -*- mode: ruby; -*- require 'rubygems' begin require 'bundler' rescue LoadError raise '[FAIL] Bundler not found! Install it with `gem install bundler; bundle install`.' end if ENV['TEST'] Bundler.require(:default, :testing) else Bundler.require(:default, :deploy, :testing) end Dir.glob(File.join('tasks', '**', '*.rake')).sort.each { |rake| load File.expand_path(rake) }
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
mongo-1.8.5 | Rakefile |
mongo-1.8.4 | Rakefile |
mongo-1.8.4.rc0 | Rakefile |
mongo-1.8.3 | Rakefile |
mongo-1.8.3.rc1 | Rakefile |
mongo-1.8.3.rc0 | Rakefile |
mongo-1.8.2 | Rakefile |
mongo-1.8.0 | Rakefile |