Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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
updated their YAML yet.
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:

Expand Down
Loading