ruby-changes:41164
From: hsbt <ko1@a...>
Date: Tue, 22 Dec 2015 20:25:55 +0900 (JST)
Subject: [ruby-changes:41164] hsbt:r53237 (trunk): * ext/psych/lib/psych.rb: bump version to 2.0.17
hsbt 2015-12-22 20:25:39 +0900 (Tue, 22 Dec 2015) New Revision: 53237 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53237 Log: * ext/psych/lib/psych.rb: bump version to 2.0.17 * ext/psych/psych.gemspec: ditto. Modified files: trunk/ChangeLog trunk/ext/psych/lib/psych.rb trunk/ext/psych/psych.gemspec Index: ChangeLog =================================================================== --- ChangeLog (revision 53236) +++ ChangeLog (revision 53237) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Dec 22 20:25:33 2015 SHIBATA Hiroshi <hsbt@r...> + + * ext/psych/lib/psych.rb: bump version to 2.0.17 + * ext/psych/psych.gemspec: ditto. + Tue Dec 22 20:14:47 2015 Koichi Sasada <ko1@a...> * vm_insnhelper.c: move vm_callee_setup_block_arg() (and related Index: ext/psych/lib/psych.rb =================================================================== --- ext/psych/lib/psych.rb (revision 53236) +++ ext/psych/lib/psych.rb (revision 53237) @@ -224,7 +224,7 @@ require 'psych/class_loader' https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych.rb#L224 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 '.' Index: ext/psych/psych.gemspec =================================================================== --- ext/psych/psych.gemspec (revision 53236) +++ ext/psych/psych.gemspec (revision 53237) @@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/psych.gemspec#L1 # -*- 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"] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/