File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ CHANGELOG for gn_uuid
2+ =====================
3+
4+ v0.5.0
5+ ------
6+
7+ Original release. I start with highish number to indicate that this gem is
8+ not expected to go through many changes, as it uses very stable specification
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ uses `globalnames.org` domain for DNS namespace. There is a 1:1 relationship
1212between the string and the corresponding UUID, so it allows globally connect
1313data about a name string originated from independent sources without a need
1414to negotiate identifiers. You can find more information about UUID v5 from
15- the original [ Request for Comment ] [ rfc ] document.
15+ the original [ RFC4122 ] [ rfc ] document.
1616
1717Installation
1818------------
Original file line number Diff line number Diff line change 11# UUID version 5 with DNS|globalnames.org namespace
22module GnUUID
3- VERSION = "0.1 .0"
3+ VERSION = "0.5 .0"
44
55 def self . version
66 VERSION
You can’t perform that action at this time.
0 commit comments