encoded_id 1.0.0 → 1.1.0
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 +6 -0
- data/README.md +1 -1
- data/lib/encoded_id/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc85ee43787e3ddbbdd901dccd4a092024e9a2738a8e3534a116b584936835af
|
|
4
|
+
data.tar.gz: f5826733ed26045fc433a1380b914ec7d6fb8487e60d134887fc0fb2bfed823c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6d2a3bcd18dba39d2f2c203ed69aa995a595608719338668bb63ecc548a145f99292951b6e3941ab2009972e155320ebea2cbc301e740881cd205c1b51b1065
|
|
7
|
+
data.tar.gz: f8c907d4757dd94a4b84789f10a2ab260d2e2da3607f13aaceeda3ee99c7a86252ebf0e7976dfbecebafc9998db901fff8543dacf4cb0ed9492ef912a2932fd3
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -111,7 +111,7 @@ Read more about the security implications: [Hashids expose salt value](https://w
|
|
|
111
111
|
- [with_uid](https://github.com/SPBTV/with_uid)
|
|
112
112
|
- [bullet_train-obfuscates_id](https://github.com/bullet-train-co/bullet_train-core/blob/main/bullet_train-obfuscates_id/app/models/concerns/obfuscates_id.rb)
|
|
113
113
|
|
|
114
|
-
For a detailed comparison, see the [Compared to Other Gems](https://encoded-id.onrender.com/docs/
|
|
114
|
+
For a detailed comparison, see the [Compared to Other Gems](https://encoded-id.onrender.com/docs/similar-gems/) documentation page.
|
|
115
115
|
|
|
116
116
|
## Documentation
|
|
117
117
|
|
data/lib/encoded_id/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: encoded_id
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Ierodiaconou
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: sqids
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.6.
|
|
78
|
+
rubygems_version: 3.6.7
|
|
79
79
|
specification_version: 4
|
|
80
80
|
summary: EncodedId is a gem for creating reversible obfuscated IDs from numerical
|
|
81
81
|
IDs. It uses Sqids by default.
|