From d2c6aa210a8e01db4f95f88dd967383edfe6501a Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 22 Dec 2015 11:25:39 +0000 Subject: * ext/psych/lib/psych.rb: bump version to 2.0.17 * ext/psych/psych.gemspec: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/lib/psych.rb | 2 +- ext/psych/psych.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ext') diff --git a/ext/psych/lib/psych.rb b/ext/psych/lib/psych.rb index 83b5dbba29..f442e544ce 100644 --- a/ext/psych/lib/psych.rb +++ b/ext/psych/lib/psych.rb @@ -224,7 +224,7 @@ require 'psych/class_loader' module Psych # The version is Psych you're using - VERSION = '2.0.16' + VERSION = '2.0.17' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.' diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec index 42a8dd3d4e..70ac510f55 100644 --- a/ext/psych/psych.gemspec +++ b/ext/psych/psych.gemspec @@ -1,10 +1,10 @@ # -*- encoding: utf-8 -*- -# stub: psych 2.0.16 ruby lib +# stub: psych 2.0.17 ruby lib # stub: ext/psych/extconf.rb Gem::Specification.new do |s| s.name = "psych" - s.version = "2.0.16" + s.version = "2.0.17" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] -- cgit v1.2.3