psych 3.0.3.pre2-x86-mingw32 → 3.0.3-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46017936189572dce36734000ce8f8a28ba3c048
4
- data.tar.gz: acd9765cc7f1890e0923cdde1f2986e0bd826b0c
3
+ metadata.gz: baf80bc101268d4cea465083169f2348146c1f22
4
+ data.tar.gz: e83d33d62be8c1c7681266a3835cd76aa92e80f8
5
5
  SHA512:
6
- metadata.gz: 0366cf951247e275ea229694b3b85f8c7d5751b973357ee07889477dd36732245db8274911e0a1df701148c7a2a42f86bc4210b162e2863fee3ea221f1250aa4
7
- data.tar.gz: c1449f73af98ec9725c010c76d2f4b12bef4cd27d9526683c1cf0d28a8b91e2474e585042bd6d0da9469097b4cf6ac33f695eb7fffbf033b1b3ab337def040b5
6
+ metadata.gz: 2b2d4e282a637343a16ad804a50549bf16fb21985bbe5805bb6a42c0be2e305840c4d9940985eb343c6a19da2440adb01cffd8e1bb56813ce2f4ff6863355dd9
7
+ data.tar.gz: 69ff9b956b25efb59e435a1e8a7e52468b17c314412c966707e7fb9e460fc58a0ebb4989dba8f40adcf65b06f4a912b826b6f94d3603075cb624e88b44cadaea
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
  module Psych
3
3
  # The version is Psych you're using
4
- VERSION = '3.0.3.pre2'
4
+ VERSION = '3.0.3'
5
5
 
6
6
  if RUBY_ENGINE == 'jruby'
7
7
  DEFAULT_SNAKEYAML_VERSION = '1.23'.freeze
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "psych"
6
- s.version = "3.0.3.pre2"
6
+ s.version = "3.0.3"
7
7
  s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
8
8
  s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
9
9
  s.summary = "Psych is a YAML parser and emitter"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: psych
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3.pre2
4
+ version: 3.0.3
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Aaron Patterson
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-09-28 00:00:00.000000000 Z
13
+ date: 2018-10-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake-compiler