[前][次][番号順一覧][スレッド一覧]

ruby-changes:37196

From: tenderlove <ko1@a...>
Date: Fri, 16 Jan 2015 15:43:16 +0900 (JST)
Subject: [ruby-changes:37196] tenderlove:r49277 (trunk): * ext/psych/lib/psych.rb: bump version

tenderlove	2015-01-16 15:43:08 +0900 (Fri, 16 Jan 2015)

  New Revision: 49277

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49277

  Log:
    * ext/psych/lib/psych.rb: bump version
    
    * ext/psych/psych.gemspec: ditto

  Modified files:
    trunk/ChangeLog
    trunk/ext/psych/lib/psych.rb
    trunk/ext/psych/psych.gemspec
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 49276)
+++ ChangeLog	(revision 49277)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Jan 16 15:41:21 2015  Aaron Patterson <aaron@t...>
+
+	* ext/psych/lib/psych.rb: bump version
+
+	* ext/psych/psych.gemspec: ditto
+
 Fri Jan 16 15:37:49 2015  Aaron Patterson <aaron@t...>
 
 	* ext/psych/lib/psych/visitors/yaml_tree.rb: only dump hash
Index: ext/psych/lib/psych.rb
===================================================================
--- ext/psych/lib/psych.rb	(revision 49276)
+++ ext/psych/lib/psych.rb	(revision 49277)
@@ -217,7 +217,7 @@ require 'psych/class_loader' https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych.rb#L217
 
 module Psych
   # The version is Psych you're using
-  VERSION         = '2.0.9'
+  VERSION         = '2.0.10'
 
   # The version of libyaml Psych is using
   LIBYAML_VERSION = Psych.libyaml_version.join '.'
Index: ext/psych/psych.gemspec
===================================================================
--- ext/psych/psych.gemspec	(revision 49276)
+++ ext/psych/psych.gemspec	(revision 49277)
@@ -2,12 +2,12 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/psych.gemspec#L2
 
 Gem::Specification.new do |s|
   s.name = "psych"
-  s.version = "2.0.8"
+  s.version = "2.0.10"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.require_paths = ["lib"]
   s.authors = ["Aaron Patterson"]
-  s.date = "2014-12-05"
+  s.date = "2015-01-16"
   s.description = "Psych is a YAML parser and emitter.  Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]\nfor its YAML parsing and emitting capabilities.  In addition to wrapping\nlibyaml, Psych also knows how to serialize and de-serialize most Ruby objects\nto and from the YAML format."
   s.email = ["aaron@t..."]
   s.extensions = ["ext/psych/extconf.rb"]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]