Sha256: 2aacd583556132b196c1c15b8dd43056368def2f4175c6cf6295d24e44627d2a
Contents?: true
Size: 309 Bytes
Versions: 2
Compression:
Stored size: 309 Bytes
Contents
= relaton gem for importing and caching bibliographic references to technical standards ```ruby x = Relaton.fetch("ISO19011") => Relaton::Error "No such fetcher" require 'relaton-iso' x = Relaton.fetch("ISO19011") => <# Relaton::Iso @docidentifier: "ISO 19011:2011" ... > x.to_xml => <bib-item ...> ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
relaton-0.0.2 | README.adoc |
relaton-0.0.1 | README.adoc |