active_uxid 1.0.1 → 1.0.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
  SHA1:
3
- metadata.gz: c6581582e44cdb2170d2092d6d10132ac017d1f9
4
- data.tar.gz: 42c9aa6394ef2dd4d6638ea2d1f246c229151361
3
+ metadata.gz: afa254c4b663a4cb7ca45b05404c33d2c339d259
4
+ data.tar.gz: ed19e20050e2894efc1730486d43c3c31ae053d1
5
5
  SHA512:
6
- metadata.gz: 7a3f3a40376af3eb4769770b45f83b3c9bb2f2918526aba632f7f32e2fdce86a4f23e9e7dcb423d6a42100d1dc6ee74732a368af775827a66ef49102db2fa8bd
7
- data.tar.gz: 1769ec243f802d44dceca2418e3bff8ea83cc063af8c93261fdcb02cea3984d8c77c80e36979a9bd4ffbd1263b6d469693cb5dffd26f9e3448bdbcd4c3ad7ffd
6
+ metadata.gz: 3f7393d7c9d49fc3124a612497115d75f70fa802ce95f7b03bd5f5e5be150a64c3116f215f57e256b4c90123e315da5f4f972ead10b99265199057bc2da9e688
7
+ data.tar.gz: cd45f3d5d087fef2ad244a4ce588dbf3e7ae77adb6f15dfd8c8657469070b6c67c32613b2f41e3ba4a9baea52df298dfadbc83804edafaa27c9c09a13e5cfe56
data/README.md CHANGED
@@ -38,7 +38,7 @@ ActiveUxid::Settings.configure do |config|
38
38
  config.encoder_type = 'ulid'
39
39
  config.encoding_chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
40
40
  config.encoding_length = 26
41
- config.encoding_length = 1369136
41
+ config.encoding_salt = 1369136
42
42
  end
43
43
  ```
44
44
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveRegulation
4
- VERSION ||= '1.0.1'
4
+ VERSION ||= '1.0.2'
5
5
  end
@@ -4,5 +4,5 @@ ActiveUxid::Settings.configure do |config|
4
4
  config.encoder_type = 'ulid'
5
5
  config.encoding_chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
6
6
  config.encoding_length = 26
7
- config.encoding_length = 1369136
7
+ config.encoding_salt = 1369136
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_uxid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez