Sha256: cd627752e5d528f32ccf1a258d7eb12161d2cac7af4b19e46718b1d3d8c29a96

Contents?: true

Size: 696 Bytes

Versions: 2

Compression:

Stored size: 696 Bytes

Contents

= relaton

image:https://img.shields.io/gem/v/relaton.svg["Gem Version", link="https://rubygems.org/gems/relaton"]
image:https://img.shields.io/travis/riboseinc/relaton/master.svg["Build Status", link="https://travis-ci.org/riboseinc/relaton"]
image:https://codeclimate.com/github/riboseinc/relaton/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/riboseinc/relaton"]

gem for importing and caching bibliographic references to technical standards

[source,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.1.1 README.adoc
relaton-0.1.0 README.adoc