Sha256: ea0857f3cf88bce62602b4758729447341fb8322fb5ee782bde3d13cb18e807e

Contents?: true

Size: 192 Bytes

Versions: 5

Compression:

Stored size: 192 Bytes

Contents

# frozen_string_literal: true
module Psych
  # The version is Psych you're using
  VERSION = '3.0.0.beta3'

  if RUBY_ENGINE == 'jruby'
    DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
psych-with-location-3.0.0.beta3 lib/psych/versions.rb
psych-3.0.0.beta3-x86-mingw32 lib/psych/versions.rb
psych-3.0.0.beta3-x64-mingw32 lib/psych/versions.rb
psych-3.0.0.beta3-java lib/psych/versions.rb
psych-3.0.0.beta3 lib/psych/versions.rb