Sha256: 915936282252d8e16385f797ca63e74dbb5137321406eff9c91991ea7bccf211

Contents?: true

Size: 567 Bytes

Versions: 16

Compression:

Stored size: 567 Bytes

Contents

# Prefer gems to the bundled libs.
require 'rubygems'

begin
  gem 'builder', '~> 2.1.2'
rescue Gem::LoadError
  $:.unshift "#{File.dirname(__FILE__)}/vendor/builder-2.1.2"
end

begin
  gem 'xml-simple', '~> 1.0.11'
rescue Gem::LoadError
  $:.unshift "#{File.dirname(__FILE__)}/vendor/xml-simple-1.0.11"
end

begin
  gem 'memcache-client', '~> 1.5.0'
rescue Gem::LoadError
  $:.unshift "#{File.dirname(__FILE__)}/vendor/memcache-client-1.5.0"
end

begin
  gem 'tzinfo', '~> 0.3.9'
rescue Gem::LoadError
  $:.unshift "#{File.dirname(__FILE__)}/vendor/tzinfo-0.3.9"
end

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
3mix-castronaut-0.5.0.2 vendor/activesupport/lib/active_support/vendor.rb
masover-castronaut-0.4.4.4 vendor/activesupport/lib/active_support/vendor.rb
masover-castronaut-0.4.4.5 vendor/activesupport/lib/active_support/vendor.rb
masover-castronaut-0.5.0.1 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.4.1 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.4.2 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.4.3 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.4.4 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.4.5 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.4.6 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.5.0 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.5.1 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.5.2 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.5.3 vendor/activesupport/lib/active_support/vendor.rb
relevance-castronaut-0.5.4 vendor/activesupport/lib/active_support/vendor.rb
activesupport-2.1.1 lib/active_support/vendor.rb