summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Put parentheses before minus operator.ignore-warningsSHIBATA Hiroshi2018-09-181-5/+5
* Prefer to use assert_nilSHIBATA Hiroshi2018-09-181-4/+4
* unifying interface of PsychGreg Houle2018-07-132-12/+83
* Added tests for special cases and better overall API test coverageGreg Houle2018-07-123-3/+202
* Add test cases for fallback argument of Psych.loadMarcus Stollsteimer2018-04-241-0/+25
* Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer2018-04-241-0/+7
* Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer2018-04-231-0/+18
* Add a predicate method to each nodeAaron Patterson2017-12-201-0/+16
* Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer2017-12-191-0/+12
* Convert fallback option to a keyword argumentMarcus Stollsteimer2017-12-021-1/+1
* Add :symbolize_names option to .safe_load tooTakashi Kokubun2017-11-301-7/+7
* Revert "Double quote stings that contain single quotes only"SHIBATA Hiroshi2017-11-291-7/+0
* Add :symbolize_names option to Psych.loadTakashi Kokubun2017-11-251-0/+18
* Removed trailing white-spaces.SHIBATA Hiroshi2017-09-121-1/+1
* Merge pull request #325 from knugie/fix_324SHIBATA Hiroshi2017-09-111-0/+7
|\
| * Double quote stings that contain single quotes onlyWolfgang Teuber2017-07-211-0/+7
* | Merge pull request #326 from asterite/feature/scalar_locationAaron Patterson2017-09-102-5/+71
|\ \
| * | Add location information to Psych::Nodes::NodeAry Borenszweig2017-08-021-0/+14
| * | Add Psych::Handler#event_locationAry Borenszweig2017-08-021-5/+57
| |/
* | Parse.load with an IO/File which has a non-YAML allowed encoding will justThomas E. Enebo2017-09-051-0/+12
|/
* 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
|\ \