Sha256: 074ebedde4fe0c4bfbb9d38fa2f65dc288394a81a21b96af812d950bd40f0b65

Contents?: true

Size: 236 Bytes

Versions: 30

Compression:

Stored size: 236 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

30 entries across 30 versions & 3 rubygems

Version Path
ros-apartment-2.3.0 spec/dummy/config/boot.rb
ros-apartment-2.3.0.alpha2 spec/dummy/config/boot.rb
ros-apartment-2.3.0.alpha1 spec/dummy/config/boot.rb
innkeeper-0.1.0 test/dummy/config/boot.rb
apartment-2.2.1 spec/dummy/config/boot.rb
apartment-2.2.0 spec/dummy/config/boot.rb
apartment-2.1.0 spec/dummy/config/boot.rb
apartment-2.0.0 spec/dummy/config/boot.rb
apartment-1.2.0 spec/dummy/config/boot.rb
apartment-1.1.0 spec/dummy/config/boot.rb
apartment-1.0.2 spec/dummy/config/boot.rb
apartment-1.0.1 spec/dummy/config/boot.rb
apartment-1.0.0 spec/dummy/config/boot.rb
apartment-0.26.1 spec/dummy/config/boot.rb
apartment-0.26.0 spec/dummy/config/boot.rb
apartment-0.25.2 spec/dummy/config/boot.rb
apartment-0.25.1 spec/dummy/config/boot.rb
apartment-0.25.0 spec/dummy/config/boot.rb
apartment-0.24.3 spec/dummy/config/boot.rb
apartment-0.24.2 spec/dummy/config/boot.rb