summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into frozenSHIBATA Hiroshi2017-06-304-6/+17
|\
| * Support enumerator objectsAaron Patterson2017-06-291-0/+6
| * Rely on encoding tags to determine if string should be dumped as binaryAaron Patterson2017-06-293-6/+11
* | make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-1945-51/+51
|/
* Merge pull request #158 from laserlemon/delegatorsSHIBATA Hiroshi2017-06-161-0/+17
|\
| * Enable YAML serialization of Ruby delegators and simple delegatorsSteve Richert2013-11-261-0/+17
* | Preserve time zone offset when deserializing timesMarcus Stollsteimer2017-05-221-0/+16
* | Add tests for time with usec and with time zone offsetMarcus Stollsteimer2017-05-221-0/+15
* | Fixed gabage linesremove-deprecated-methodsSHIBATA Hiroshi2017-03-271-13/+0
* | Removed deprecated yaml_initialize methodSHIBATA Hiroshi2017-03-271-24/+0
* | Removed Module#psych_yaml_asSHIBATA Hiroshi2017-03-271-0/+3
* | Remove to_yaml_propatiesSHIBATA Hiroshi2017-03-272-77/+0
* | 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-12/+0
* | Remove Psych.add_private_typeSHIBATA Hiroshi2017-03-271-10/+0
* | Removed Psyych.add_ruby_type.SHIBATA Hiroshi2017-03-271-12/+0
* | Removed Psyych.detect_implicit.SHIBATA Hiroshi2017-03-271-8/+0
* | Removed Psyych.load_documents.SHIBATA Hiroshi2017-03-272-4/+4
* | Merge pull request #304 from ruby/remove-syckSHIBATA Hiroshi2017-03-102-42/+7
|\ \
| * | To use yaml_as instead of psych_yaml_asSHIBATA Hiroshi2017-03-071-1/+1
| * | Removed aliases for Syck module.SHIBATA Hiroshi2017-03-032-41/+6
* | | Make sexagesimal parsing more strictAaron Patterson2017-03-071-0/+6
|/ /
* | styleSHIBATA Hiroshi2017-03-031-3/+3
* | avoid to deprecated warnings with nil assertions.SHIBATA Hiroshi2017-03-031-3/+9
* | avoid to shadowing outer local variables.SHIBATA Hiroshi2017-03-032-4/+4
* | Added parentheses for regex assertionsSHIBATA Hiroshi2017-03-032-8/+8
* | use assert_nil when nil assertionSHIBATA Hiroshi2017-03-032-7/+7
* | Close TempfileNobuyoshi Nakada2016-08-231-2/+3
* | Merge pull request #276 from ccutrer/invalid_floatAaron Patterson2016-06-302-0/+8
|\ \
| * | fix serialization of a string that looks like a valid YAML floatCody Cutrer2016-03-292-0/+8
* | | cherry-picking assertion from https://github.com/ruby/ruby/commit/cc031343616...SHIBATA Hiroshi2016-06-241-0/+1
* | | Merge pull request #264 from tuexss/load_file-defaultAaron Patterson2016-06-241-0/+5
|\ \ \
| * | | Add optional fallback return value parametertuexss2016-01-081-0/+5
* | | | Merge pull request #270 from tenderlove/issue-11988SHIBATA Hiroshi2016-06-241-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Support YAML 1.2 Core Schema. Addressed https://bugs.ruby-lang.org/issues/11988issue-11988SHIBATA Hiroshi2016-02-091-0/+6
| |/ /
* | | backport workaround for JRubySHIBATA Hiroshi2016-02-231-0/+2
* | | Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-2346-0/+46
* | | cherry-picked test from https://github.com/ruby/ruby/commit/db48c307944a9a188...SHIBATA Hiroshi2016-02-231-0/+15
|/ /
* | Add a failing test for line width #254Gleb Mazovetskiy2015-11-141-1/+11
* | Merge pull request #245 from hsbt/remove-19-supportSHIBATA Hiroshi2015-09-123-11/+8
|\ \
| * | fix comments for Ruby 1.9SHIBATA Hiroshi2015-09-121-1/+1
| * | removed Ruby 1.9 supportSHIBATA Hiroshi2015-08-272-10/+7
* | | Fix Encoding::UndefinedConversionError when dumping non ascii string to a file.Yuji Yamano2015-08-271-0/+9
|/ /
* | Merge branch 'master' into jrubyAaron Patterson2015-04-291-0/+7
|\ \
| * | add testfilialpails2015-03-301-0/+7
* | | Merge branch 'master' into jrubyAaron Patterson2015-03-036-10/+97
|\ \ \ | |/ /
| * | fix minitest warningsAaron Patterson2015-02-062-2/+8
| * | * ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whenAaron Patterson2015-02-061-0/+22
| * | * ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regularAaron Patterson2015-02-061-0/+4