Sha256: ba9bf1a6023083d02ac1ebf7eb6c8333fd697fec02dc20ec0e7350f904b210ce

Contents?: true

Size: 294 Bytes

Versions: 2

Compression:

Stored size: 294 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

task :default => 'test:run'
task 'gem:release' => 'test:run'

def ensure_in_path( *args )
  args.each do |path|
    path = File.expand_path(path)
    $:.unshift(path) if test(?d, path) and not $:.include?(path)
  end
end

ensure_in_path 'lib'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongo3-0.1.5 Rakefile
mongo3-0.1.4 Rakefile