ruby-changes:33376
From: hsbt <ko1@a...>
Date: Fri, 28 Mar 2014 09:23:17 +0900 (JST)
Subject: [ruby-changes:33376] hsbt:r45455 (trunk): * ext/psych/psych.gemspec: update gemspec for psych-2.0.5
hsbt 2014-03-28 09:23:13 +0900 (Fri, 28 Mar 2014) New Revision: 45455 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45455 Log: * ext/psych/psych.gemspec: update gemspec for psych-2.0.5 Modified files: trunk/ChangeLog trunk/ext/psych/psych.gemspec Index: ChangeLog =================================================================== --- ChangeLog (revision 45454) +++ ChangeLog (revision 45455) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Mar 28 09:21:54 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * ext/psych/psych.gemspec: update gemspec for psych-2.0.5 + Fri Mar 28 09:11:06 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> * ext/psych/lib/psych.rb: Merge psych-2.0.5. bump version to Index: ext/psych/psych.gemspec =================================================================== --- ext/psych/psych.gemspec (revision 45454) +++ ext/psych/psych.gemspec (revision 45455) @@ -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.3" + s.version = "2.0.5" 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-02-04" + s.date = "2014-03-27" 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"] @@ -17,7 +17,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/psych/psych.gemspec#L17 s.rdoc_options = ["--main", "README.rdoc"] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2") s.rubyforge_project = "psych" - s.rubygems_version = "2.2.1" + s.rubygems_version = "2.2.2" s.summary = "Psych is a YAML parser and emitter" s.test_files = ["test/psych/handlers/test_recorder.rb", "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_safe_load.rb", "test/psych/test_scalar.rb", "test/psych/test_scalar_scanner.rb", "test/psych/test_serialize_subclasses.rb", "test/psyc h/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/