Skip to content

Commit 62ac9e0

Browse files
committed
Bump up 1.5.0
1 parent 3913a47 commit 62ac9e0

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.4.1'
9+
VERSION = '1.5.0'
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.4.1"
5+
s.version = "1.5.0"
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)