uuid4 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/uuid4/formatter/base62.rb +1 -1
- data/lib/uuid4/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2838b2df67b09083a960a562e13dc708e63e75b3
|
4
|
+
data.tar.gz: 28c816a1b22e1435c0e2ae2b40db018ff8856a6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e2d1628b517640f89bff915afcea1dce3439f12b0bea06bbf9a38dcaa3a9720e39039bd828e7c39a92706510a29c33a4f69271f0ab6a351144c05a8610897b4
|
7
|
+
data.tar.gz: 56b01974ab4875542cce9f17f735c5b82e598d8f1af37f058bed8db172214fee657c2b272b2c37a4cb164f034047e2b6e9a1fd14aac03170f08d01ca5b7e3147
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# UUID4
|
2
2
|
|
3
|
-
[](https://travis-ci.org/jgraichen/uuid4)
|
3
|
+
[](https://travis-ci.org/jgraichen/uuid4) [](https://gemnasium.com/github.com/jgraichen/uuid4) [](https://rubygems.org/gems/uuid4) [](https://github.com/jgraichen/uuid4/blob/master/LICENSE.txt)
|
4
4
|
|
5
5
|
A UUID support library specialized on v4 UUIDs, parsing and formatting existing UUIDs. It can encode and decode dashed UUIDs, compact UUIDs, large integers, UUID URNs and Base62 coded UUIDs.
|
6
6
|
|
data/lib/uuid4/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uuid4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Graichen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: base62-rb
|