aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/test_psych.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ext/psych/*: update psych to 2.0.16tenderlove2015-12-071-1/+11
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-14/+13
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-261-1/+1
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-241-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationtenderlove2013-02-071-1/+1
* fixing syntax error in 1.8tenderlove2011-03-301-1/+1
* converting require_relative to just regular requirestenderlove2011-03-301-1/+1
* * ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove2010-07-081-0/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove2010-07-071-0/+20
* * ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove2010-07-071-0/+10
* * ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix thetenderlove2010-06-181-0/+7
* * test/psych/test_psych.rb: don't leave temporary files.akr2010-04-241-8/+12
* * ext/psych/lib/psych.rb: supporting deprecated syck methodtenderlove2010-04-241-1/+22
* * ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove2010-04-091-0/+6
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-311-0/+19
* * lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove2010-03-291-0/+7
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-291-1/+1
* * ext/psych/*: importing Psych to trunktenderlove2010-03-281-0/+69