Project

pubid-cen

0.0
There's a lot of open issues
Library to generate, parse and manipulate CEN 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

~> 0.3.1
~> 0.7
~> 1.12.5
 Project Readme

JIS publication identifiers ("CEN PubID")

Purpose

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

Use cases to support

  1. generate updated PubID

Usage

Identifier creation

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

require "pubid-cen"

pubid = Pubid::Cen::Identifier.create(number: 1234, part: 1, year: 1999)
pubid.to_s

=> "EN 1234-1:1999"