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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b83f5ad9c6d24fca5ceca515470498dd1b7f00287773d559fa34ecade212d410
4
- data.tar.gz: dbd2ba5aff3d1a292520936d129c6a0836de068404217c4017b90953c16c2d8f
3
+ metadata.gz: c978775f6f1bc8d90742d12704cf58b5909977a034d486d8c23d857a3b5d6ded
4
+ data.tar.gz: c0ef77341f93dd6c242e83c044b717cf9df65d1b278062533374ddfd50d8e743
5
5
  SHA512:
6
- metadata.gz: 62f98601f4272844dfcae47636aac3fdbaa1616e018836d7ff5c3d555659dd958da8eeb3a816a12bbdb9dde2daea2cba323f30db21a4defa3bd917d45e8b854d
7
- data.tar.gz: 79140ad04cc7e91983f7c9469f606e603959d393ba5751297efee2a7c6cfe85f5d855e1a71dd10bd561fc254629c1d10b39c90b8de663c58365f27001d851678
6
+ metadata.gz: efec15348c4f3b60e9b30a88b7a8c8df414b9b5ee9dd3a45fe6284d4896a381de51f6ebe0e3e37e3310dea1c5e11741caa3804412424f81f21aac7decdaff456
7
+ data.tar.gz: 9713fad5b5b7c9ea5fce242d1cddc3dcf787935d141d5673d80ca00e83082192b0fbfb4d6bdd71a53d1f737d8180ae542ea2e48262e52a3423808ed70938ae7c
@@ -1,3 +1,14 @@
1
+ ### Upcoming
2
+
3
+ * (Nothing yet)
4
+
5
+
6
+ ### 0.2.2 / 2020-11/25
7
+
8
+ * Uses Ruby path for Gemspec homepage
9
+ * Adds more tests around generation using size option
10
+
11
+
1
12
  ### 0.2.1 / 2020-11-25
2
13
 
3
14
  * Removes extra chars from generation
@@ -1,3 +1,3 @@
1
1
  module UXID
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -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.1
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: