dry-credentials 0.4.0 → 0.5.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 +13 -7
- data/README.md +1 -11
- data/lib/dry/credentials/version.rb +1 -1
- metadata +5 -26
- checksums.yaml.gz.sig +0 -1
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '083daca34bc70e83df585d9dc978c6ca640f6871b88be092058b33e61dfdbfc6'
|
4
|
+
data.tar.gz: 6f39399a6063d42e39f6f3d6128f042eb7d1c54f828deaa60f0345b3d106b2be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42ce1b8de4cb29e0ce70a0365ff51ea7738a552e81e08fded3c530bb9fe6395f744453f7d7e9d4ac59a14ed46d8e4f04782b28e2b4eb31278182970e745ac7d0
|
7
|
+
data.tar.gz: 7191f924aea1f515ac35ea82236286095370904c8a1bcf4cd791a1b20e3a0571314fdc0731bf480076c97cfa2bc152508820e01bfbea0c51ef71ce1b390242ba
|
data/CHANGELOG.md
CHANGED
@@ -2,38 +2,44 @@
|
|
2
2
|
|
3
3
|
Nothing so far
|
4
4
|
|
5
|
+
## 0.5.0
|
6
|
+
|
7
|
+
### Changes
|
8
|
+
* Drop certs
|
9
|
+
* Add action for trusted release
|
10
|
+
|
5
11
|
## 0.4.0
|
6
12
|
|
7
|
-
|
13
|
+
### Additions
|
8
14
|
* Dynamic secrets
|
9
15
|
|
10
16
|
## 0.3.1
|
11
17
|
|
12
|
-
|
18
|
+
### Changes
|
13
19
|
* Update Ruby to 3.4
|
14
20
|
|
15
21
|
## 0.3.0
|
16
22
|
|
17
|
-
|
23
|
+
### Additions
|
18
24
|
* Support generic fallback environment variable +CREDENTIALS_KEY+
|
19
25
|
|
20
26
|
## 0.2.1
|
21
27
|
|
22
|
-
|
28
|
+
### Additions
|
23
29
|
* Add square brackets setter for settings
|
24
30
|
* Explain integrations for Bridgetown, Hanami 2 and Rodbot
|
25
31
|
|
26
32
|
## 0.2.0
|
27
33
|
|
28
|
-
|
34
|
+
### Breaking changes
|
29
35
|
* Fall back to `APP_ENV` instead of `RACK_ENV`
|
30
36
|
|
31
|
-
|
37
|
+
### Fixes
|
32
38
|
* Don't re-encrypt if credentials haven't been modified
|
33
39
|
|
34
40
|
## 0.1.0
|
35
41
|
|
36
|
-
|
42
|
+
### Initial implementation
|
37
43
|
* Require Ruby 3.0 or newer
|
38
44
|
* Class mixin featuring the `credentials` macro:
|
39
45
|
* Block to change (default) settings such as the cipher
|
data/README.md
CHANGED
@@ -17,16 +17,6 @@ Thank you for supporting free and open-source software by sponsoring on [GitHub]
|
|
17
17
|
|
18
18
|
## Install
|
19
19
|
|
20
|
-
### Security
|
21
|
-
|
22
|
-
This gem is [cryptographically signed](https://guides.rubygems.org/security/#using-gems) in order to assure it hasn't been tampered with. Unless already done, please add the author's public key as a trusted certificate now:
|
23
|
-
|
24
|
-
```
|
25
|
-
gem cert --add <(curl -Ls https://raw.github.com/svoop/dry-credentials/main/certs/svoop.pem)
|
26
|
-
```
|
27
|
-
|
28
|
-
### Bundler
|
29
|
-
|
30
20
|
Add the following to the <tt>Gemfile</tt> or <tt>gems.rb</tt> of your [Bundler](https://bundler.io) powered Ruby project:
|
31
21
|
|
32
22
|
```ruby
|
@@ -36,7 +26,7 @@ gem 'dry-credentials'
|
|
36
26
|
And then install the bundle:
|
37
27
|
|
38
28
|
```
|
39
|
-
bundle install
|
29
|
+
bundle install
|
40
30
|
```
|
41
31
|
|
42
32
|
See [Integrations](#integrations) below for how to integrate Dry::Credentials into frameworks.
|
metadata
CHANGED
@@ -1,34 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dry-credentials
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sven Schwyn
|
8
8
|
bindir: bin
|
9
|
-
cert_chain:
|
10
|
-
-
|
11
|
-
-----BEGIN CERTIFICATE-----
|
12
|
-
MIIDODCCAiCgAwIBAgIBATANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhydWJ5
|
13
|
-
L0RDPWJpdGNldGVyYS9EQz1jb20wHhcNMjQxMTIwMjExMDIwWhcNMjUxMTIwMjEx
|
14
|
-
MDIwWjAjMSEwHwYDVQQDDBhydWJ5L0RDPWJpdGNldGVyYS9EQz1jb20wggEiMA0G
|
15
|
-
CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcLg+IHjXYaUlTSU7R235lQKD8ZhEe
|
16
|
-
KMhoGlSUonZ/zo1OT3KXcqTCP1iMX743xYs6upEGALCWWwq+nxvlDdnWRjF3AAv7
|
17
|
-
ikC+Z2BEowjyeCCT/0gvn4ohKcR0JOzzRaIlFUVInlGSAHx2QHZ2N8ntf54lu7nd
|
18
|
-
L8CiDK8rClsY4JBNGOgH9UC81f+m61UUQuTLxyM2CXfAYkj/sGNTvFRJcNX+nfdC
|
19
|
-
hM9r2kH1+7wsa8yG7wJ2IkrzNACD8v84oE6qVusN8OLEMUI/NaEPVPbw2LUM149H
|
20
|
-
PVa0i729A4IhroNnFNmw4wOC93ARNbM1+LW36PLMmKjKudf5Exg8VmDVAgMBAAGj
|
21
|
-
dzB1MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSfK8MtR62mQ6oN
|
22
|
-
yoX/VKJzFjLSVDAdBgNVHREEFjAUgRJydWJ5QGJpdGNldGVyYS5jb20wHQYDVR0S
|
23
|
-
BBYwFIEScnVieUBiaXRjZXRlcmEuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQDSeB1x
|
24
|
-
8QK8F/ML37isgvwGiQxovDUqu6Sq14cQ1qE9y5prUBmL2AsDuCBpXXctcvamFqNC
|
25
|
-
PgfJtj7ZZcXmY0SfKCog7T1btkr6zYxPXpxwUqB45n0I6v5qc0UCNvMEfBzxlak5
|
26
|
-
VW7UMNlKD9qukeN55hxuLF2F/sLldMcHUo/ATgdV4zk1t3sK6A9+02wz5K5qfWdM
|
27
|
-
Mi+XWXmGd57uojk3RcIXNwBRRP4DTKcKgVXhuyHb7q1vjTXrS6bw1Ortu0KmWOIk
|
28
|
-
jTyRsT1gymASS2KHe+BaCTwD74GqO8q4woYLZgXnJ/PvgcFgY2FEi2Kn/sXLp4JE
|
29
|
-
boIgxQCMT+nxBHCD
|
30
|
-
-----END CERTIFICATE-----
|
31
|
-
date: 2025-01-05 00:00:00.000000000 Z
|
9
|
+
cert_chain: []
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
32
11
|
dependencies:
|
33
12
|
- !ruby/object:Gem::Dependency
|
34
13
|
name: base64
|
@@ -183,9 +162,9 @@ email:
|
|
183
162
|
executables: []
|
184
163
|
extensions: []
|
185
164
|
extra_rdoc_files:
|
186
|
-
- README.md
|
187
165
|
- CHANGELOG.md
|
188
166
|
- LICENSE.txt
|
167
|
+
- README.md
|
189
168
|
files:
|
190
169
|
- CHANGELOG.md
|
191
170
|
- LICENSE.txt
|
@@ -229,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
229
208
|
- !ruby/object:Gem::Version
|
230
209
|
version: '0'
|
231
210
|
requirements: []
|
232
|
-
rubygems_version: 3.6.
|
211
|
+
rubygems_version: 3.6.9
|
233
212
|
specification_version: 4
|
234
213
|
summary: A mixin to use encrypted credentials in your classes
|
235
214
|
test_files: []
|
checksums.yaml.gz.sig
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
�rҗ$�:/|��s��IO2+9���ALq[���j���*�T�@��&W�_���������x���SCU>K�s��-����{�b�l"���i�q4���f��,z$���FF��7H���ʑh,RW���$�ui�� d� 3�y'�!���"(9 si�$F�y.N~_])�!y8R�ɏb�K�2�rz�j[����BKpv���&��pp�6�C6��yq���|�#`���)�UB7�颠u����/سnI��
|
data.tar.gz.sig
DELETED
Binary file
|
metadata.gz.sig
DELETED