summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* bumping versionv2.0.15Aaron Patterson2015-08-211-1/+1
* Merge pull request #242 from josephbisch/omapAaron Patterson2015-08-211-1/+1
|\
| * Fix omap to be !!omap instead of !omapJoseph Bisch2015-07-101-1/+1
* | bumping versionAaron Patterson2015-05-271-1/+1
* | bumping to 2.0.14.pre1Aaron Patterson2015-05-051-1/+1
* | Merge branch 'master' into jrubyAaron Patterson2015-04-291-2/+2
|\ \ | |/
| * don't assume any tag starting with 'str' is a stringRob Steward2015-03-301-2/+2
* | Merge branch 'master' into jrubyAaron Patterson2015-03-033-60/+72
|\ \ | |/
| * bump versionv2.0.13Aaron Patterson2015-02-171-1/+1
| * * ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whenAaron Patterson2015-02-061-3/+4
| * * ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regularAaron Patterson2015-02-061-2/+2
| * * ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withv2.0.12Aaron Patterson2015-01-282-1/+2
| * bump versionv2.0.11Aaron Patterson2015-01-201-1/+1
| * Fix anchorNobuyoshi Nakada2015-01-171-1/+1
| * bump versionv2.0.10Aaron Patterson2015-01-161-1/+1
| * Only dump ivars for subclasses of String, not for String.Joe Eli McIlvain2015-01-151-4/+5
| * Only dump ivars for subclasses of Hash, not for Hash.Joe Eli McIlvain2015-01-151-34/+43
| * Fix block chomping and add more testsJakub Jirutka2015-01-131-1/+0
| * Preset @line_width in YAMLTree#initialize for better performanceJakub Jirutka2015-01-121-12/+9
| * Use appropriate style for serialized stringsJakub Jirutka2015-01-121-5/+10
| * Remove unnnecessary 'str' variable in YAMLTree#visit_StringJakub Jirutka2015-01-121-4/+3
* | setup java platform gemChristian Meier2015-02-264-1/+9
* | Merge remote-tracking branch 'origin/master' into jrubyCharles Oliver Nutter2015-01-0920-226/+848
|\ \ | |/
| * bumping version:v2.0.9Aaron Patterson2015-01-081-1/+1
| * Merge branch 'master' into jirutka-patch-1Aaron Patterson2015-01-084-13/+109
| |\
| | * * ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hashAaron Patterson2015-01-081-2/+2
| | * * ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivarsAaron Patterson2015-01-082-8/+51
| | * bumping version to 2.0.8v2.0.8SHIBATA Hiroshi2014-12-051-1/+1
| | * bumping version to 2.0.7v2.0.7Aaron Patterson2014-12-011-1/+1
| | * Merge branch 'master' of github.com:tenderlove/psychAaron Patterson2014-12-012-0/+29
| | |\
| | | * Allow dumping any BasicObject that defines #marshal_dump or #marshal_loadSean Griffin2014-09-172-0/+29
| | * | bumping versionv2.0.6Aaron Patterson2014-09-131-1/+1
| | |/
| | * * ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andAaron Patterson2014-08-291-0/+19
| | * * ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thatAaron Patterson2014-08-291-1/+1