ruby-changes:24532
From: tenderlove <ko1@a...>
Date: Tue, 31 Jul 2012 10:38:08 +0900 (JST)
Subject: [ruby-changes:24532] tenderlove:r36583 (trunk): * ext/psych/lib/psych.rb: updated to released version.
tenderlove 2012-07-31 10:37:06 +0900 (Tue, 31 Jul 2012) New Revision: 36583 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36583 Log: * ext/psych/lib/psych.rb: updated to released 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 36582) +++ ChangeLog (revision 36583) @@ -1,3 +1,9 @@ +Tue Jul 31 10:36:12 2012 Aaron Patterson <aaron@t...> + + * ext/psych/lib/psych.rb: updated to released version. + + * ext/psych/psych.gemspec: ditto + Tue Jul 31 06:18:06 2012 Eric Hodel <drbrain@s...> * time.c (time_sec): Remove extra wording about leap seconds and refer Index: ext/psych/lib/psych.rb =================================================================== --- ext/psych/lib/psych.rb (revision 36582) +++ ext/psych/lib/psych.rb (revision 36583) @@ -93,7 +93,7 @@ module Psych # The version is Psych you're using - VERSION = '1.3.3' + VERSION = '1.3.4' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.' Index: ext/psych/psych.gemspec =================================================================== --- ext/psych/psych.gemspec (revision 36582) +++ ext/psych/psych.gemspec (revision 36583) @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = "psych" - s.version = "1.3.3" + s.version = "1.3.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Aaron Patterson"] - s.date = "2012-06-15" + s.date = "2012-07-31" 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/