Sha256: 01851c67e55d4b5e83de3cdf3f166aeed2de5fa6a04dacede98fff6049eb9b31

Contents?: true

Size: 313 Bytes

Versions: 4

Compression:

Stored size: 313 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__)
$:.unshift File.expand_path('../../vendor/chili_social/lib', __FILE__)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chili-0.3.0 spec/dummy/example/config/boot.rb
chili-0.2.2 spec/dummy/example/config/boot.rb
chili-0.2.1 spec/dummy/example/config/boot.rb
chili-0.2.0 spec/dummy/example/config/boot.rb