From e1995f8559d4721912fde022647adc4b18a0068c Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Wed, 19 Mar 2025 20:01:14 -0400 Subject: [PATCH 1/2] Say what syck does in the readme --- README.rdoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 084028a..8b585c1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,10 +4,14 @@ == DESCRIPTION: -A gemified version of Syck from Ruby's stdlib. Syck has been removed from -Ruby's stdlib, and this gem is meant to bridge the gap for people that haven't +This Gem is a wrapper around {Syck}[https://github.com/indeyets/syck] (a.k.a. Scripters' YAML Cobble-Yourself-a-Parser Kit), +used for parsing YAML. + +Syck has been removed from Ruby's stdlib, and this gem is meant to bridge the gap for people that haven't updated their YAML yet. +If you are starting a new project, you probably should use {Psych}[https://github.com/ruby/psych] instead. + == FEATURES/PROBLEMS: * Monkeypatches the crap out of everything From fe63c091b33588e719be49512e077c5f798e39c8 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Fri, 21 Mar 2025 00:04:00 +0000 Subject: [PATCH 2/2] Use a max of 80 characters --- README.rdoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rdoc b/README.rdoc index 8b585c1..333af18 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,13 +4,14 @@ == DESCRIPTION: -This Gem is a wrapper around {Syck}[https://github.com/indeyets/syck] (a.k.a. Scripters' YAML Cobble-Yourself-a-Parser Kit), -used for parsing YAML. +This Gem is a wrapper around {Syck}[https://github.com/indeyets/syck] (a.k.a. +Scripters' YAML Cobble-Yourself-a-Parser Kit), used for parsing YAML. -Syck has been removed from Ruby's stdlib, and this gem is meant to bridge the gap for people that haven't -updated their YAML yet. +Syck has been removed from Ruby's stdlib, and this gem is meant to bridge the +gap for people that haven't updated their YAML yet. -If you are starting a new project, you probably should use {Psych}[https://github.com/ruby/psych] instead. +If you are starting a new project, you probably should use +{Psych}[https://github.com/ruby/psych] instead. == FEATURES/PROBLEMS: