Changelog for
ruby2.3-rubygem-psych-3.0.0-1.1.x86_64.rpm :
Sun Dec 3 13:00:00 2017 cooloAATTsuse.com
- updated to version 3.0.0
see installed CHANGELOG.rdoc
Thu Mar 16 13:00:00 2017 cooloAATTsuse.com
- updated to version 2.2.4
see installed CHANGELOG.rdoc
Fri Feb 24 13:00:00 2017 cooloAATTsuse.com
- updated to version 2.2.3
see installed CHANGELOG.rdoc
Wed Dec 21 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.2.2
see installed CHANGELOG.rdoc
Fri Dec 9 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.2.1
see installed CHANGELOG.rdoc
Mon Nov 14 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.2.0
see installed CHANGELOG.rdoc
Wed Sep 7 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.1.1
see installed CHANGELOG.rdoc
Sat Jun 25 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.1.0
see installed CHANGELOG.rdoc
Thu Jan 21 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.0.17
see installed CHANGELOG.rdoc
Tue Dec 8 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.0.16
see installed CHANGELOG.rdoc
Sat Aug 22 14:00:00 2015 cooloAATTsuse.com
- updated to version 2.0.15
see installed CHANGELOG.rdoc
Wed Feb 18 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.0.13
Mon Feb 9 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.0.12
* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes with
instance variables when it is referenced multiple times.
* ext/psych/lib/psych.rb: bump version
* ext/psych/psych.gemspec: bump version
* test/psych/test_hash.rb: test for fix
Fri Jan 9 07:13:55 2015 Aaron Patterson
* ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hash
subclasses. Fixes github.com/tenderlove/psych/issues/196
* test/psych/test_hash.rb: test for change
Fri Jan 9 06:58:43 2015 Aaron Patterson
* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivars
* ext/psych/lib/psych/visitors/yaml_tree.rb: dump hashes with ivars.
Fixes github.com/psych/issues/43
* test/psych/test_hash.rb: test for change
Sun Nov 23 13:11:24 2014 Sean Griffin
* lib/psych/visitors/to_ruby.rb: Allow loading any BasicObject that
defines #marshal_load, fixes #100
* lib/psych/visitors/yaml_tree.rb: Allow dumping any BasicObject that
defines #marshal_dump
Mon Sep 29 14:00:00 2014 mrueckertAATTsuse.de
- update to version 2.0.6
* ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError
dumping and loading. Fixes GH #85. Thanks AATTbrentdax for the
patch! fixes #85
* ext/psych/lib/psych/scalar_scanner.rb: fix loading strings that
look like integers but have a newline. Fixes GH #189
* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hash
should merge the hash in to the parent. Fixes GH #202
* ext/psych/lib/psych/visitors/to_ruby.rb: quoted \"<<\" strings
should not be treated as merge keys.
* ext/psych/lib/psych/visitors/yaml_tree.rb: hashes with keys
containing \"<<\" should roundtrip. Fixes GH #203
* Retain reference to target in Registrar so a GC run can\'t
confuse ongoing serialization.
* ext/psych/lib/psych/visitors/to_ruby.rb: backwards
compatibility for hashes emitted by Syck. Github #198
* ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols
with a tag so that they can be parsed on input. [Bug #9873]
[ruby-core:62825]
* Revert \"YAML::ENGINE was removed in [Bug #8344]\"
- update to new packaging scheme and add gem2rpm.yml
- added rpmlintrc to surpress devel-file-in-non-devel warnings.
Sun Apr 6 14:00:00 2014 cooloAATTsuse.com
- updated to version 2.0.5
* ext/psych/yaml/scanner.c: merge libyaml 0.1.6
* ext/psych/yaml/yaml_private.h: ditto
* ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encoding
objects.
* ext/psych/lib/psych/visitors/to_ruby.rb: support loading Encoding
objects.
* test/psych/test_encoding.rb: add test
* ext/psych/lib/psych.rb: add version
Thu Feb 6 13:00:00 2014 cooloAATTsuse.com
- updated to version 2.0.4
* ext/psych/yaml/config.h: bump libyaml to 0.1.5
* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings with
quotes should not have changed. [ruby-core:59316] [Bug #9300]
* ext/psych/lib/psych.rb: fixed missing require.
* test/psych/test_string.rb: test
Wed Nov 27 13:00:00 2013 cooloAATTsuse.com
- initial package (version 2.0.2)