Skip to content

Commit 278f486

Browse files
committed
Bump version to 1.4.0.
1 parent 7de4691 commit 278f486

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.rdoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== 1.4.0 / 2019-01-04
2+
3+
* Support to build with Ruby 2.6.
4+
15
=== 1.3.0 / 2017-05-02
26

37
Compatibility Changes:

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.0.5'
9+
VERSION = '1.4.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.3.0"
5+
s.version = "1.4.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)