Registry / serialization / syck
library1.5.1rbrubygemsunverified

A gemified version of Syck from Ruby's stdlib, bridging the gap for users who haven't updated their YAML yet.

gem install syck
INSTALL
IMPORT
SIG · SYCK
S
syck
serializationrubyv1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Syck
require 'syck'

Parse YAML using Syck

require 'syck' data = YAML.load("---\nfoo: bar\n") puts data['foo']
Debug
Known issues
breakingSyck is deprecated in favor of Psych; it may have security vulnerabilities and is not actively maintained.
fix
Migrate to Psych (Ruby's default YAML parser) by removing the syck gem and using require 'yaml'.
affects: >= 0
Upgrade
Version history
1.5.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
syck — gem install syck · libregistry