We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec44a9 commit 034771bCopy full SHA for 034771b
2 files changed
lib/syck/constants.rb
@@ -6,7 +6,7 @@ module Syck
6
#
7
# Constants
8
9
- VERSION = '1.0.3'
+ VERSION = '1.0.4'
10
SUPPORTED_YAML_VERSIONS = ['1.0']
11
12
syck.gemspec
@@ -3,7 +3,7 @@
3
require 'time'
4
Gem::Specification.new do |s|
5
s.name = "syck"
- s.version = "1.0.2"
+ s.version = "1.0.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Patterson", "Mat Brown"]
0 commit comments