Registry / serialization / ratom
library0.9.0rbrubygemsunverified

A fast Atom Syndication and Publication API based on libxml for parsing and generating Atom feeds.

gem install ratom
INSTALL
IMPORT
SIG · RATOM
R
ratom
serializationrubyv0.9.0
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.

Atom
require 'ratom'

Creates and outputs an Atom feed

require 'ratom' feed = Atom::Feed.new feed.title = 'My Feed' puts feed.to_xml
Debug
Known issues
breakingRequires libxml2 system library.
fix
Install libxml2-dev or equivalent before using.
affects: >= 0.1.0
Upgrade
Version history
0.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ratom — gem install ratom · libregistry