rake_gpg 0.16.0 → 0.17.0.pre.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
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile.lock +9 -5
- data/lib/rake_gpg/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bc77664edc68b538fe1b6b6f0a589e119802e74b6942c934552ae3001807fb5
|
|
4
|
+
data.tar.gz: ac73729131158ee3c31b598b74f2800f53b5d37427f6274fdcf1590affe0d913
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb61d630aacc59186a6e8e97f7bb900af6626204debcdb1b2479dbeac8b1f050eef3ac39bd236990677526c9b9baf12ec23366d89b24628696402b4a14a37b1e
|
|
7
|
+
data.tar.gz: f117a5f56622b0698e367601b3785e261223d79457c4ef61de79da454480e9e8516f1bda0db6cb7c3c3f35ffd6aebc1958d53fdc9249978a200846175230f820
|
data/CODE_OF_CONDUCT.md
CHANGED
|
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|
|
55
55
|
## Enforcement
|
|
56
56
|
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
|
-
reported by contacting the project team at
|
|
58
|
+
reported by contacting the project team at maintainers@infrablocks.io. All
|
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
61
|
obligated to maintain confidentiality with regard to the reporter of an
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_gpg (0.
|
|
4
|
+
rake_gpg (0.17.0.pre.1)
|
|
5
5
|
rake_factory (>= 0.23, < 1)
|
|
6
6
|
ruby_gpg2 (>= 0.6, < 1)
|
|
7
7
|
|
|
@@ -19,15 +19,19 @@ GEM
|
|
|
19
19
|
colored2 (3.1.2)
|
|
20
20
|
concurrent-ruby (1.1.8)
|
|
21
21
|
diff-lcs (1.4.4)
|
|
22
|
-
docile (1.
|
|
23
|
-
excon (0.
|
|
22
|
+
docile (1.4.0)
|
|
23
|
+
excon (0.82.0)
|
|
24
24
|
fakefs (1.3.2)
|
|
25
|
-
faraday (1.4.
|
|
25
|
+
faraday (1.4.2)
|
|
26
|
+
faraday-em_http (~> 1.0)
|
|
27
|
+
faraday-em_synchrony (~> 1.0)
|
|
26
28
|
faraday-excon (~> 1.1)
|
|
27
29
|
faraday-net_http (~> 1.0)
|
|
28
30
|
faraday-net_http_persistent (~> 1.1)
|
|
29
31
|
multipart-post (>= 1.2, < 3)
|
|
30
32
|
ruby2_keywords (>= 0.0.4)
|
|
33
|
+
faraday-em_http (1.0.0)
|
|
34
|
+
faraday-em_synchrony (1.0.0)
|
|
31
35
|
faraday-excon (1.1.0)
|
|
32
36
|
faraday-net_http (1.0.1)
|
|
33
37
|
faraday-net_http_persistent (1.1.0)
|
|
@@ -115,4 +119,4 @@ DEPENDENCIES
|
|
|
115
119
|
simplecov (~> 0.16)
|
|
116
120
|
|
|
117
121
|
BUNDLED WITH
|
|
118
|
-
2.2.
|
|
122
|
+
2.2.18
|
data/lib/rake_gpg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_gpg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.0.pre.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- InfraBlocks Maintainers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-05-
|
|
11
|
+
date: 2021-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake_factory
|
|
@@ -221,7 +221,7 @@ dependencies:
|
|
|
221
221
|
description: Rake tasks for common GPG related activities allowing keys to be managed
|
|
222
222
|
and content to be encrypted and decrypted.
|
|
223
223
|
email:
|
|
224
|
-
-
|
|
224
|
+
- maintainers@infrablocks.io
|
|
225
225
|
executables: []
|
|
226
226
|
extensions: []
|
|
227
227
|
extra_rdoc_files: []
|
|
@@ -259,9 +259,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
259
259
|
version: 2.6.0
|
|
260
260
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
261
261
|
requirements:
|
|
262
|
-
- - "
|
|
262
|
+
- - ">"
|
|
263
263
|
- !ruby/object:Gem::Version
|
|
264
|
-
version:
|
|
264
|
+
version: 1.3.1
|
|
265
265
|
requirements: []
|
|
266
266
|
rubygems_version: 3.0.1
|
|
267
267
|
signing_key:
|