uxid 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/CHANGELOG.md +11 -0
- data/lib/uxid/version.rb +1 -1
- data/uxid.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c978775f6f1bc8d90742d12704cf58b5909977a034d486d8c23d857a3b5d6ded
|
|
4
|
+
data.tar.gz: c0ef77341f93dd6c242e83c044b717cf9df65d1b278062533374ddfd50d8e743
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efec15348c4f3b60e9b30a88b7a8c8df414b9b5ee9dd3a45fe6284d4896a381de51f6ebe0e3e37e3310dea1c5e11741caa3804412424f81f21aac7decdaff456
|
|
7
|
+
data.tar.gz: 9713fad5b5b7c9ea5fce242d1cddc3dcf787935d141d5673d80ca00e83082192b0fbfb4d6bdd71a53d1f737d8180ae542ea2e48262e52a3423808ed70938ae7c
|
data/CHANGELOG.md
CHANGED
data/lib/uxid/version.rb
CHANGED
data/uxid.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
|
|
10
10
|
spec.summary = "Generates IDs like: cus_01EPEY1JMKXVBT and txn_01EPEY2P06TR1RTV07XA82ZGJJ (similar to Stripe identifiers)."
|
|
11
11
|
spec.description = spec.summary
|
|
12
|
-
spec.homepage = "https://github.com/riddler/uxid"
|
|
12
|
+
spec.homepage = "https://github.com/riddler/uxid/tree/master/impl/rb"
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
spec.required_ruby_version = Gem::Requirement.new ">= 2.3.0"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: uxid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JohnnyT
|
|
@@ -39,12 +39,12 @@ files:
|
|
|
39
39
|
- lib/uxid/model.rb
|
|
40
40
|
- lib/uxid/version.rb
|
|
41
41
|
- uxid.gemspec
|
|
42
|
-
homepage: https://github.com/riddler/uxid
|
|
42
|
+
homepage: https://github.com/riddler/uxid/tree/master/impl/rb
|
|
43
43
|
licenses:
|
|
44
44
|
- MIT
|
|
45
45
|
metadata:
|
|
46
|
-
homepage_uri: https://github.com/riddler/uxid
|
|
47
|
-
source_code_uri: https://github.com/riddler/uxid
|
|
46
|
+
homepage_uri: https://github.com/riddler/uxid/tree/master/impl/rb
|
|
47
|
+
source_code_uri: https://github.com/riddler/uxid/tree/master/impl/rb
|
|
48
48
|
post_install_message:
|
|
49
49
|
rdoc_options: []
|
|
50
50
|
require_paths:
|