summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into frozenSHIBATA Hiroshi2017-06-301-10/+8
|\
| * Support enumerator objectsAaron Patterson2017-06-291-3/+7
| * Rely on encoding tags to determine if string should be dumped as binaryAaron Patterson2017-06-291-7/+1
* | make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-1938-39/+39
|/
* bump version to 3.0.0.beta2v3.0.0.beta2SHIBATA Hiroshi2017-06-161-1/+1
* Merge pull request #158 from laserlemon/delegatorsSHIBATA Hiroshi2017-06-161-0/+2
|\
| * Enable YAML serialization of Ruby delegators and simple delegatorsSteve Richert2013-11-261-0/+2
* | Preserve time zone offset when deserializing timesMarcus Stollsteimer2017-05-221-1/+1
* | Fixed gabage linesremove-deprecated-methodsSHIBATA Hiroshi2017-03-272-34/+0
* | Removed to_yaml support on YAMLTreeSHIBATA Hiroshi2017-03-271-0/+3
* | Removed override methodSHIBATA Hiroshi2017-03-271-9/+0
* | Removed deprecated yaml_initialize methodSHIBATA Hiroshi2017-03-271-5/+0
* | Removed Module#psych_yaml_asSHIBATA Hiroshi2017-03-271-0/+3
* | Remove to_yaml_propatiesSHIBATA Hiroshi2017-03-273-41/+2
* | Remove Psych.tagurizeSHIBATA Hiroshi2017-03-271-6/+0
* | Remove Psych.object_makerSHIBATA Hiroshi2017-03-271-7/+0
* | Remove Psych.read_type_classSHIBATA Hiroshi2017-03-271-10/+0
* | Remove Psych.add_private_typeSHIBATA Hiroshi2017-03-271-7/+0
* | Removed Psyych.add_ruby_type.SHIBATA Hiroshi2017-03-271-7/+0
* | Removed Psyych.detect_implicit.SHIBATA Hiroshi2017-03-271-8/+0
* | Removed Psyych.load_documents.SHIBATA Hiroshi2017-03-271-10/+0
* | Merge pull request #304 from ruby/remove-syckSHIBATA Hiroshi2017-03-103-23/+3
|\ \
| * | Removed annotation for syck/rubytypes.rbremove-syckSHIBATA Hiroshi2017-03-071-1/+1
| * | To use yaml_as instead of psych_yaml_asSHIBATA Hiroshi2017-03-071-4/+1
| * | Removed aliases for Syck module.SHIBATA Hiroshi2017-03-032-18/+1
* | | start to develop psych 3.0.0SHIBATA Hiroshi2017-03-101-1/+1
* | | Make sexagesimal parsing more strictAaron Patterson2017-03-071-3/+2
|/ /
* | Bump version to 2.2.4.v2.2.4Charles Oliver Nutter2017-02-241-1/+1
* | Bump version to 2.2.3.v2.2.3Charles Oliver Nutter2017-02-231-1/+1
* | Remove load of psych during gem builds and bump snakeyaml to 1.18.Charles Oliver Nutter2017-02-231-1/+1
* | Bump version to 2.2.2.Charles Oliver Nutter2016-12-131-1/+1
* | Unify Psych version constants to psych/versions.rb.SHIBATA Hiroshi2016-11-183-5/+7
* | Update to snakeyaml 1.17.update_snakeyamlCharles Oliver Nutter2016-11-171-1/+1
* | fix version constantAaron Patterson2016-11-171-1/+1
* | bump version to 2.1.1v2.1.1SHIBATA Hiroshi2016-09-071-2/+2
* | Skips multiple requires of bigdecimal and dateJacob Kjeldahl2016-07-051-2/+2
* | Merge pull request #276 from ccutrer/invalid_floatAaron Patterson2016-06-301-1/+1
|\ \
| * | fix serialization of a string that looks like a valid YAML floatCody Cutrer2016-03-291-1/+1
* | | bump version to 2.1.0v2.1.0SHIBATA Hiroshi2016-06-241-1/+1
* | | Merge pull request #264 from tuexss/load_file-defaultAaron Patterson2016-06-241-7/+12
|\ \ \
| * | | Add optional fallback return value parametertuexss2016-01-081-7/+12
* | | | Merge pull request #270 from tenderlove/issue-11988SHIBATA Hiroshi2016-06-241-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Support YAML 1.2 Core Schema. Addressed https://bugs.ruby-lang.org/issues/11988issue-11988SHIBATA Hiroshi2016-02-091-1/+1
| |/ /
* | | avoid extra calls to eliminate "\n" from Base64SHIBATA Hiroshi2016-02-231-1/+1
* | | Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-2339-0/+39
|/ /
* | bump version to 2.0.17v2.0.17SHIBATA Hiroshi2015-12-221-1/+1
* | updating psych to 2.0.16v2.0.16Aaron Patterson2015-12-071-1/+1
* | Fixes line_width: -1 handling #254Gleb Mazovetskiy2015-11-141-0/+8
* | Use a constant to avoid thousands of String allocations of "<<".Joe Rafaniello2015-09-161-1/+2
* | removed Ruby 1.9 supportSHIBATA Hiroshi2015-08-271-21/+5