= ItuBib: retrieve ITU Standards for bibliographic use using the BibliographicItem model Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/itubib`. To experiment with that code, run `bin/console` for an interactive prompt. ItuBib is a Ruby gem that implements the https://github.com/riboseinc/isodoc-models#iso-bibliographic-item[IsoBibliographicItem model]. == Installation Add this line to your application's Gemfile: [source,ruby] ---- gem 'itubib' ---- And then execute: $ bundle Or install it yourself as: $ gem install itubib == Usage === Search for a standard using keywords [source,ruby] ---- require 'itubib' hit_collection = ItuBib::ItuBibliography.search("ITU-T L.163") => [, ] ... item = hit_collection[1].fetch => # " 2019-03-01 ITU-T Z.161 (10/2018): Testing and Test Control Notation version 3: TTCN-3 core language ... " ---- === Get code, and year [source,ruby] ---- ItuBib::ItuBibliography.get("ITU-T L.163", "2018", {}) fetching ITU-T L.163... => #