Skip to content

Commit 6adceda

Browse files
author
KJ Tsanaktsidis
committed
Relesae v1.5.1
This is identical to 1.5.0. The story is that we yanked 1.5.0 a few minutes after releasing it because of some crashes I'd seen, but it turns out the crashes were unrelated and the changes are good. So unyank Syck 1.5.0 by republishing it as 1.5.1.
1 parent 62ac9e0 commit 6adceda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/syck/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Syck
66
#
77
# Constants
88
#
9-
VERSION = '1.5.0'
9+
VERSION = '1.5.1'
1010
SUPPORTED_YAML_VERSIONS = ['1.0']
1111

1212
#

syck.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "syck"
5-
s.version = "1.5.0"
5+
s.version = "1.5.1"
66

77
s.summary = "A gemified version of Syck from Ruby's stdlib"
88
s.description = "A gemified version of Syck from Ruby's stdlib. Syck has been removed from\nRuby's stdlib, and this gem is meant to bridge the gap for people that haven't\nupdated their YAML yet."

0 commit comments

Comments
 (0)