Sha256: 42b3fa3191b0b6fa77bacabea49f357ec9c6d3640b42d96d9fe00994a4a577f0

Contents?: true

Size: 234 Bytes

Versions: 12

Compression:

Stored size: 234 Bytes

Contents

require 'rubygems'
gemfile = File.expand_path('../../../../Gemfile', __FILE__)
if File.exist?(gemfile)
  ENV['BUNDLE_GEMFILE'] = gemfile
  require 'bundler'
  Bundler.setup
end

$:.unshift File.expand_path('../../../../lib', __FILE__)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cohortly-0.0.93 test/dummy/config/boot.rb
cohortly-0.0.92 test/dummy/config/boot.rb
cohortly-0.0.9.1 test/dummy/config/boot.rb
cohortly-0.0.9 test/dummy/config/boot.rb
cohortly-0.0.8 test/dummy/config/boot.rb
cohortly-0.0.7 test/dummy/config/boot.rb
cohortly-0.0.6 test/dummy/config/boot.rb
cohortly-0.0.5 test/dummy/config/boot.rb
cohortly-0.0.4 test/dummy/config/boot.rb
cohortly-0.0.3 test/dummy/config/boot.rb
cohortly-0.0.2 test/dummy/config/boot.rb
cohortly-0.0.1 test/dummy/config/boot.rb