Sha256: 56eff2b2c1916361a328a4ab09381a36b7c8393872aed9127c0b501c29da6655
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
require 'rbconfig' # ruby 1.8.7 doesn't define RUBY_ENGINE ruby_engine = defined?(RUBY_ENGINE) ? RUBY_ENGINE : 'ruby' ruby_version = RbConfig::CONFIG["ruby_version"] path = File.expand_path('..', __FILE__) $:.unshift File.expand_path("#{path}/../#{ruby_engine}/#{ruby_version}/gems/rake-10.1.1/lib") $:.unshift File.expand_path("#{path}/../#{ruby_engine}/#{ruby_version}/gems/mini_portile-0.5.2/lib") $:.unshift File.expand_path("#{path}/../#{ruby_engine}/#{ruby_version}/gems/nokogiri-1.6.1-java/lib") $:.unshift File.expand_path("#{path}/../#{ruby_engine}/#{ruby_version}/gems/shoulda-context-1.1.6/lib") $:.unshift File.expand_path("#{path}/../../lib")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vtd_xml-0.0.3-java | bundle/bundler/setup.rb |