Skip to content

Commit cbd0030

Browse files
committed
Bump up 1.5.1.1
1 parent 6adceda commit cbd0030

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