Project

pubid-itu

0.0
There's a lot of open issues
Library to generate, parse and manipulate ITU PubID.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0
~> 3.0

Runtime

~> 1.12.2
 Project Readme

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"