Sha256: 394a760cd25020ec7a6586dfc2b4d8cc4d29ca0358897b8c71ce4047a40cbfcd
Contents?: true
Size: 239 Bytes
Versions: 3
Compression:
Stored size: 239 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stachio-0.2.1 | spec/dummy/config/boot.rb |
stachio-0.2.0 | spec/dummy/config/boot.rb |
stachio-0.1.0 | spec/dummy/config/boot.rb |