uuid-ncname 0.2.1 → 0.2.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/README.md +1 -1
- data/lib/uuid/ncname/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c40b900f91a97e6ffd7bed9026c186c07985a87ff4fd94f438002a813218a91b
|
|
4
|
+
data.tar.gz: 80a0fb1fb4845b7f85e5279797835ef3afdebb3e82601ef1ed7823d6f48b252a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c73f9374cdadee8a324b017571886a25f625f1b22a78aeaf8294d53b254ebfd8d768029f05b86110d626d0e23410b017359e0af87b5a81d997b0ca8ae5e5f970
|
|
7
|
+
data.tar.gz: 4cf117345543d68a4254d5f74a13fdbcdcead2bf0ef9a09712aa4f176be96a7cdec21d4d10db49aa559153142accb1ec7d3c88cec507d03c0530028bf7732671
|
data/README.md
CHANGED
|
@@ -90,7 +90,7 @@ remove the warning with 1 as the default. This should ensure that any
|
|
|
90
90
|
code written during the transition produces the correct results.
|
|
91
91
|
|
|
92
92
|
> Unless you have to support identifiers generated from version 0.1.3
|
|
93
|
-
> or
|
|
93
|
+
> or older, you should be running these methods with `version: 1`.
|
|
94
94
|
|
|
95
95
|
## Rationale & Method
|
|
96
96
|
|
data/lib/uuid/ncname/version.rb
CHANGED