aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/lib/psych.rb
Commit message (Expand)AuthorAgeFilesLines
* updating psych versiontenderlove2013-09-181-1/+1
* * ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-191-5/+5
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove2013-05-141-4/+53
* changing variable nametenderlove2013-05-141-3/+3
* * ext/psych/lib/psych/exception.rb: there should be only one exceptiontenderlove2013-04-051-6/+0
* * lib/psych.rb: specify in rdoc what object is returned in parserzzak2013-03-011-4/+4
* * ext/psych/lib/psych.rb: rdoc for Psych overview by Adam Stankiewiczzzak2013-02-281-26/+147
* * ext/psych/lib/psych.rb (Psych.load): Return value ofzzak2013-01-031-3/+3
* * remove trailing spaces.nobu2012-12-051-2/+2
* * ext/psych/extconf.rb: use embedded libyaml if no system libyaml istenderlove2012-11-281-1/+1
* * ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove2012-10-221-4/+6
* * ext/psych/lib/psych.rb: updated to released version.tenderlove2012-07-311-1/+1
* * ext/psych/lib/psych.rb: bumping psych to 1.3.3tenderlove2012-06-151-1/+1
* * ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove2012-04-071-1/+1
* * ext/psych/lib/psych.rb: updating version to match gemtenderlove2012-03-271-1/+1
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove2012-03-081-2/+4
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove2012-03-081-6/+34
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-281-2/+2
* * ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove2011-12-061-12/+47
* * ext/psych/lib/psych.rb: remove autoload from psychtenderlove2011-11-211-3/+3
* * ext/psych/lib/psych.rb (load_file): make sure opened yaml files aretenderlove2011-11-171-1/+1
* * 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