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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e388102139409aff9de824bcff21d8a7793796425d781e896deb04ad1032fce
4
- data.tar.gz: 06ff6b9f8f141db4fc5d3458c814be989f315b9f2bb3c77dc9a2ee81ba7d7b0c
3
+ metadata.gz: c40b900f91a97e6ffd7bed9026c186c07985a87ff4fd94f438002a813218a91b
4
+ data.tar.gz: 80a0fb1fb4845b7f85e5279797835ef3afdebb3e82601ef1ed7823d6f48b252a
5
5
  SHA512:
6
- metadata.gz: 66abf5bf9d94bf70b268c5e0a96f99b7579903f6e3dc3c697afcfb99a64acc58da32a1340269d5f93e2a9cec1cdb0f261da21d2c94c94462d5487a80a2301b4b
7
- data.tar.gz: 00e7081505f5a836bf5073e0b7a489a3b3a0e2620f54cc7619224786b09019fc5b9af43448a35393b6679a1256d4729f0a3f174d50d6ecb85a383a56fa5832c1
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 newer, you should be running these methods with `version: 1`.
93
+ > or older, you should be running these methods with `version: 1`.
94
94
 
95
95
  ## Rationale & Method
96
96
 
@@ -3,5 +3,5 @@ unless Module.const_defined? 'UUID'
3
3
  end
4
4
 
5
5
  module UUID::NCName
6
- VERSION = "0.2.1"
6
+ VERSION = "0.2.2"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uuid-ncname
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Taylor