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

ruby-changes:23198

From: tenderlove <ko1@a...>
Date: Sat, 7 Apr 2012 10:29:40 +0900 (JST)
Subject: [ruby-changes:23198] tenderlove:r35248 (trunk): * ext/psych/lib/psych.rb: bumping up psych version to match release.

tenderlove	2012-04-07 10:29:29 +0900 (Sat, 07 Apr 2012)

  New Revision: 35248

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

  Log:
    * ext/psych/lib/psych.rb: bumping up psych version to match release.
    * ext/psych/psych.gemspec: ditto

  Modified files:
    trunk/ChangeLog
    trunk/ext/psych/lib/psych.rb
    trunk/ext/psych/psych.gemspec

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 35247)
+++ ChangeLog	(revision 35248)
@@ -1,3 +1,8 @@
+Sat Apr  7 10:28:40 2012  Aaron Patterson <aaron@t...>
+
+	* ext/psych/lib/psych.rb: bumping up psych version to match release.
+	* ext/psych/psych.gemspec: ditto
+
 Sat Apr  7 02:07:00 2012  Aaron Patterson <aaron@t...>
 
 	* ext/psych/parser.c: fall back to any encoding if the external
Index: ext/psych/lib/psych.rb
===================================================================
--- ext/psych/lib/psych.rb	(revision 35247)
+++ ext/psych/lib/psych.rb	(revision 35248)
@@ -93,7 +93,7 @@
 
 module Psych
   # The version is Psych you're using
-  VERSION         = '1.3.1'
+  VERSION         = '1.3.2'
 
   # The version of libyaml Psych is using
   LIBYAML_VERSION = Psych.libyaml_version.join '.'
Index: ext/psych/psych.gemspec
===================================================================
--- ext/psych/psych.gemspec	(revision 35247)
+++ ext/psych/psych.gemspec	(revision 35248)
@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = "psych"
-  s.version = "1.3.1"
+  s.version = "1.3.2"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Aaron Patterson"]
-  s.date = "2012-03-27"
+  s.date = "2012-04-07"
   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"]
@@ -20,4 +20,5 @@
   s.rubygems_version = "1.8.17"
   s.summary = "Psych is a YAML parser and emitter"
   s.test_files = ["test/psych/json/test_stream.rb", "test/psych/nodes/test_enumerable.rb", "test/psych/test_alias_and_anchor.rb", "test/psych/test_array.rb", "test/psych/test_boolean.rb", "test/psych/test_class.rb", "test/psych/test_coder.rb", "test/psych/test_date_time.rb", "test/psych/test_deprecated.rb", "test/psych/test_document.rb", "test/psych/test_emitter.rb", "test/psych/test_encoding.rb", "test/psych/test_engine_manager.rb", "test/psych/test_exception.rb", "test/psych/test_hash.rb", "test/psych/test_json_tree.rb", "test/psych/test_merge_keys.rb", "test/psych/test_nil.rb", "test/psych/test_null.rb", "test/psych/test_numeric.rb", "test/psych/test_object.rb", "test/psych/test_object_references.rb", "test/psych/test_omap.rb", "test/psych/test_parser.rb", "test/psych/test_psych.rb", "test/psych/test_scalar.rb", "test/psych/test_scalar_scanner.rb", "test/psych/test_serialize_subclasses.rb", "test/psych/test_set.rb", "test/psych/test_stream.rb", "test/psych/test_string.rb"
 , "test/psych/test_struct.rb", "test/psych/test_symbol.rb", "test/psych/test_tainted.rb", "test/psych/test_to_yaml_properties.rb", "test/psych/test_tree_builder.rb", "test/psych/test_yaml.rb", "test/psych/test_yamldbm.rb", "test/psych/test_yamlstore.rb", "test/psych/visitors/test_depth_first.rb", "test/psych/visitors/test_emitter.rb", "test/psych/visitors/test_to_ruby.rb", "test/psych/visitors/test_yaml_tree.rb"]
+
 end

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

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