dry-credentials 0.3.0 → 0.3.1
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +4 -0
- data/lib/dry/credentials/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '059c7a02cdb5b067ad93852c53e2249da715146753df8257eb0f64263f80a392'
|
|
4
|
+
data.tar.gz: 54ab5c829f2f9bdf0543832f0f8eb292d586a4e5a0ad41d95a9e10696428312e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '063048e5fec98ca9cde997657b3a3afd1ef58040a4536cb9721cfe4c0f0a5f5e4d453db754aa147c2900b9045c8ad9ce9115f436d44cc769c2b81d65677bc053'
|
|
7
|
+
data.tar.gz: 5b9203d7e779263e1faa8ec810882aa8bb51da7e663cc7667e9284549925a861aa96a56334c0c23c34f97d560a86468cb82a66a7f35797cf6d3dab50820df531
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dry-credentials
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sven Schwyn
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain:
|
|
11
10
|
- |
|
|
@@ -29,7 +28,7 @@ cert_chain:
|
|
|
29
28
|
jTyRsT1gymASS2KHe+BaCTwD74GqO8q4woYLZgXnJ/PvgcFgY2FEi2Kn/sXLp4JE
|
|
30
29
|
boIgxQCMT+nxBHCD
|
|
31
30
|
-----END CERTIFICATE-----
|
|
32
|
-
date: 2024-12-
|
|
31
|
+
date: 2024-12-25 00:00:00.000000000 Z
|
|
33
32
|
dependencies:
|
|
34
33
|
- !ruby/object:Gem::Dependency
|
|
35
34
|
name: base64
|
|
@@ -209,7 +208,6 @@ metadata:
|
|
|
209
208
|
source_code_uri: https://github.com/svoop/dry-credentials
|
|
210
209
|
documentation_uri: https://www.rubydoc.info/gems/dry-credentials
|
|
211
210
|
bug_tracker_uri: https://github.com/svoop/dry-credentials/issues
|
|
212
|
-
post_install_message:
|
|
213
211
|
rdoc_options:
|
|
214
212
|
- "--title"
|
|
215
213
|
- Dry::Credentials
|
|
@@ -231,8 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
231
229
|
- !ruby/object:Gem::Version
|
|
232
230
|
version: '0'
|
|
233
231
|
requirements: []
|
|
234
|
-
rubygems_version: 3.
|
|
235
|
-
signing_key:
|
|
232
|
+
rubygems_version: 3.6.2
|
|
236
233
|
specification_version: 4
|
|
237
234
|
summary: A mixin to use encrypted credentials in your classes
|
|
238
235
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|