gn0m30-uuid 2.2.2 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -0
- data/gn0m30-uuid.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
data/gn0m30-uuid.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
spec = Gem::Specification.new do |spec|
|
2
2
|
spec.name = 'gn0m30-uuid'
|
3
|
-
spec.version = '2.2.
|
3
|
+
spec.version = '2.2.3'
|
4
4
|
spec.summary = "UUID generator with teenie format"
|
5
5
|
spec.description = <<-EOF
|
6
6
|
UUID generator for producing universally unique identifiers based on RFC 4122
|