summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych.rb
AgeCommit message (Expand)Author
2012-10-22* ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove
2012-07-31* ext/psych/lib/psych.rb: updated to released version.tenderlove
2012-06-15* ext/psych/lib/psych.rb: bumping psych to 1.3.3tenderlove
2012-04-07* ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove
2012-03-27* ext/psych/lib/psych.rb: updating version to match gemtenderlove
2012-03-08* ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove
2012-03-08* ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove
2012-02-28* ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove
2011-11-21* ext/psych/lib/psych.rb: remove autoload from psychtenderlove
2011-11-17* ext/psych/lib/psych.rb (load_file): make sure opened yaml files aretenderlove
2011-10-03* ext/psych/lib/psych.rb: update psych version.tenderlove
2011-10-03* ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove
2011-08-24* ext/psych/lib/psych.rb: Fixing psych version number.tenderlove
2011-07-18* ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove
2011-06-09* ext/psych/lib/psych.rb: updating version to match released gem.tenderlove
2011-05-13* ext/psych/lib/psych.rb: released a new gem, so increasing version.tenderlove
2011-02-21* ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help withtenderlove
2011-02-21* ext/psych/lib/psych/streaming.rb: refactor streaming methods to atenderlove
2011-02-21moving autoload to require so that the correct files are requiredtenderlove
2010-07-07* ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove
2010-05-22* ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove
2010-05-20* ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove
2010-05-19* ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove
2010-05-16* ext/psych/lib/psych/emitter.rb: removing unused file.tenderlove
2010-04-24* ext/psych/lib/psych.rb: removing unused codetenderlove
2010-04-24* ext/psych/lib/psych/deprecated.rb: adding support for deprecatedtenderlove
2010-04-24* ext/psych/lib/psych/deprecated.rb: supporting detect_implicit methodtenderlove
2010-04-24* ext/psych/lib/psych.rb: supporting deprecated syck methodtenderlove
2010-04-24* ext/psych/lib/psych.rb: fixing documentationtenderlove
2010-04-09* ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove
2010-03-31* ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove
2010-03-30* ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse
2010-03-30* ext/psych/lib: moved external library dependent files from lib.nobu