Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 467 Bytes

README.adoc

File metadata and controls

26 lines (16 loc) · 467 Bytes

JIS publication identifiers ("ITU PubID")

Purpose

This gem implements a mechanism to parse and utilize ITU publication identifiers.

Use cases to support

  1. generate updated PubID

Usage

Identifier creation

Basic usage of the pubid-itu gem starts with the Identifier#create method.

require "pubid-itu"

pubid = Pubid::Itu::Identifier.create(number: 1234, sector: "R", series: "V",part: 1)
pubid.to_s

=> "ITU-R V.1234-1"