Sha256: 2509210bcab94dfba1954366a8ed4869abe7e64675969035ea00222a84117b59

Contents?: true

Size: 192 Bytes

Versions: 2

Compression:

Stored size: 192 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
psych-3.0.0.beta2-x64-mingw32 lib/psych/versions.rb
psych-3.0.0.beta2-x86-mingw32 lib/psych/versions.rb