aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/lib/psych.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych.rb: update psych version.tenderlove2011-10-031-1/+1
* * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove2011-10-031-3/+3
* * ext/psych/lib/psych.rb: Fixing psych version number.tenderlove2011-08-241-1/+1
* * ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove2011-07-181-0/+3
* * ext/psych/lib/psych.rb: updating version to match released gem.tenderlove2011-06-091-1/+1
* * ext/psych/lib/psych.rb: released a new gem, so increasing version.tenderlove2011-05-131-1/+1
* * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help withtenderlove2011-02-211-1/+1
* * ext/psych/lib/psych/streaming.rb: refactor streaming methods to atenderlove2011-02-211-0/+1
* moving autoload to require so that the correct files are requiredtenderlove2011-02-211-1/+1
* * ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove2010-07-071-2/+20
* * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove2010-05-221-1/+1
* * ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove2010-05-201-0/+2
* * ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove2010-05-191-0/+3
* * ext/psych/lib/psych/emitter.rb: removing unused file.tenderlove2010-05-161-0/+1
* * ext/psych/lib/psych.rb: removing unused codetenderlove2010-04-241-1/+1
* * ext/psych/lib/psych/deprecated.rb: adding support for deprecatedtenderlove2010-04-241-7/+0
* * ext/psych/lib/psych/deprecated.rb: supporting detect_implicit methodtenderlove2010-04-241-1/+0
* * ext/psych/lib/psych.rb: supporting deprecated syck methodtenderlove2010-04-241-2/+13
* * ext/psych/lib/psych.rb: fixing documentationtenderlove2010-04-241-10/+1
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-091-0/+1
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-311-2/+7
* * ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse2010-03-301-1/+1
* * ext/psych/lib: moved external library dependent files from lib.nobu2010-03-301-0/+238