Sha256: b6588b860ca321c3a662176f67df79c931bc732e1ed3644712a27097c59eecfb

Contents?: true

Size: 271 Bytes

Versions: 19

Compression:

Stored size: 271 Bytes

Contents

# Psych could be a gem
begin
  gem 'psych'
rescue Gem::LoadError
end if defined?(Gem)

# Psych could be a stdlib
begin
  # it's too late if Syck is already loaded
  require 'psych' unless defined?(Syck)
rescue LoadError
end

# Psych might NOT EXIST AT ALL
require 'yaml'

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
bundler-1.2.1 lib/bundler/psyched_yaml.rb
bundler-1.2.0 lib/bundler/psyched_yaml.rb
bundler-1.2.0.rc.2 lib/bundler/psyched_yaml.rb
bundler-1.2.0.rc lib/bundler/psyched_yaml.rb
bundler-1.1.5 lib/bundler/psyched_yaml.rb
bundler-1.2.0.pre.1 lib/bundler/psyched_yaml.rb
bundler-1.1.4 lib/bundler/psyched_yaml.rb
rkh-bundler-1.2.0.pre lib/bundler/psyched_yaml.rb
bundler-1.2.0.pre lib/bundler/psyched_yaml.rb
bundler-1.1.3 lib/bundler/psyched_yaml.rb
bundler-1.1.2 lib/bundler/psyched_yaml.rb
bundler-1.1.1 lib/bundler/psyched_yaml.rb
bundler-1.1.0 lib/bundler/psyched_yaml.rb
bundler-1.1.rc.8 lib/bundler/psyched_yaml.rb
bundler-1.1.rc.7 lib/bundler/psyched_yaml.rb
bundler-1.1.rc.6 lib/bundler/psyched_yaml.rb
bundler-1.1.rc.5 lib/bundler/psyched_yaml.rb
bundler-1.1.rc.3 lib/bundler/psyched_yaml.rb
bundler-1.1.rc.2 lib/bundler/psyched_yaml.rb