rake_gpg 0.17.0.pre.5 → 0.17.0.pre.6
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/Gemfile.lock +31 -29
- data/Rakefile +1 -1
- data/lib/rake_gpg/tasks/keys/generate.rb +1 -1
- data/lib/rake_gpg/version.rb +1 -1
- data/rake_gpg.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c558067a50c95921aa8a16a9d0c3e81a79f9d383fbd174dd7b1b76d1474e6c29
|
|
4
|
+
data.tar.gz: adc36b1882e9c2903abf5b5f21c65aeca87f34e5c0ce9c5ea07237ed9230b8e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dedc7482ff408a5b322f7702645038695228c070d73e0440939bf8de0d08d5ec9cb1ae6f5d3336df3046438f1b1fc2aa4d0aeca2145d6b6b770a88c9e0bef20e
|
|
7
|
+
data.tar.gz: 74b6abbb7c2dce3ef6f17989140a578a43b5b1dc92a2b6bf4dc68761ee4f01322808f0ae345d0f82795bef9a0f642ebc8420611caa51d61d24101e78dec391e8
|
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_gpg (0.17.0.pre.
|
|
4
|
+
rake_gpg (0.17.0.pre.6)
|
|
5
5
|
rake_factory (~> 0.23)
|
|
6
6
|
ruby_gpg2 (~> 0.6)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
activesupport (7.0.
|
|
11
|
+
activesupport (7.0.4)
|
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
13
|
i18n (>= 1.6, < 2)
|
|
14
14
|
minitest (>= 5.1)
|
|
@@ -17,11 +17,11 @@ GEM
|
|
|
17
17
|
public_suffix (>= 2.0.2, < 5.0)
|
|
18
18
|
ast (2.4.2)
|
|
19
19
|
colored2 (3.1.2)
|
|
20
|
-
concurrent-ruby (1.1.
|
|
20
|
+
concurrent-ruby (1.1.10)
|
|
21
21
|
diff-lcs (1.5.0)
|
|
22
22
|
docile (1.4.0)
|
|
23
23
|
excon (0.92.0)
|
|
24
|
-
fakefs (1.
|
|
24
|
+
fakefs (1.8.0)
|
|
25
25
|
faraday (1.10.0)
|
|
26
26
|
faraday-em_http (~> 1.0)
|
|
27
27
|
faraday-em_synchrony (~> 1.0)
|
|
@@ -48,19 +48,20 @@ GEM
|
|
|
48
48
|
gem-release (2.2.2)
|
|
49
49
|
hamster (3.0.0)
|
|
50
50
|
concurrent-ruby (~> 1.0)
|
|
51
|
-
i18n (1.
|
|
51
|
+
i18n (1.12.0)
|
|
52
52
|
concurrent-ruby (~> 1.0)
|
|
53
|
+
json (2.6.2)
|
|
53
54
|
lino (3.0.0)
|
|
54
55
|
hamster (~> 3.0)
|
|
55
56
|
open4 (~> 1.3)
|
|
56
|
-
minitest (5.
|
|
57
|
+
minitest (5.16.3)
|
|
57
58
|
multipart-post (2.1.1)
|
|
58
59
|
octokit (4.22.0)
|
|
59
60
|
faraday (>= 0.9)
|
|
60
61
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
61
62
|
open4 (1.3.4)
|
|
62
63
|
parallel (1.22.1)
|
|
63
|
-
parser (3.1.1
|
|
64
|
+
parser (3.1.2.1)
|
|
64
65
|
ast (~> 2.4.1)
|
|
65
66
|
public_suffix (4.0.6)
|
|
66
67
|
rainbow (3.1.1)
|
|
@@ -82,36 +83,37 @@ GEM
|
|
|
82
83
|
colored2 (~> 3.1)
|
|
83
84
|
rake_factory (~> 0.23)
|
|
84
85
|
sshkey (~> 2.0)
|
|
85
|
-
regexp_parser (2.
|
|
86
|
+
regexp_parser (2.6.0)
|
|
86
87
|
rexml (3.2.5)
|
|
87
|
-
rspec (3.
|
|
88
|
-
rspec-core (~> 3.
|
|
89
|
-
rspec-expectations (~> 3.
|
|
90
|
-
rspec-mocks (~> 3.
|
|
91
|
-
rspec-core (3.
|
|
92
|
-
rspec-support (~> 3.
|
|
93
|
-
rspec-expectations (3.
|
|
88
|
+
rspec (3.12.0)
|
|
89
|
+
rspec-core (~> 3.12.0)
|
|
90
|
+
rspec-expectations (~> 3.12.0)
|
|
91
|
+
rspec-mocks (~> 3.12.0)
|
|
92
|
+
rspec-core (3.12.0)
|
|
93
|
+
rspec-support (~> 3.12.0)
|
|
94
|
+
rspec-expectations (3.12.0)
|
|
94
95
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
95
|
-
rspec-support (~> 3.
|
|
96
|
-
rspec-mocks (3.
|
|
96
|
+
rspec-support (~> 3.12.0)
|
|
97
|
+
rspec-mocks (3.12.0)
|
|
97
98
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
98
|
-
rspec-support (~> 3.
|
|
99
|
-
rspec-support (3.
|
|
100
|
-
rubocop (1.
|
|
99
|
+
rspec-support (~> 3.12.0)
|
|
100
|
+
rspec-support (3.12.0)
|
|
101
|
+
rubocop (1.36.0)
|
|
102
|
+
json (~> 2.3)
|
|
101
103
|
parallel (~> 1.10)
|
|
102
|
-
parser (>= 3.1.
|
|
104
|
+
parser (>= 3.1.2.1)
|
|
103
105
|
rainbow (>= 2.2.2, < 4.0)
|
|
104
106
|
regexp_parser (>= 1.8, < 3.0)
|
|
105
|
-
rexml
|
|
106
|
-
rubocop-ast (>= 1.
|
|
107
|
+
rexml (>= 3.2.5, < 4.0)
|
|
108
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
|
107
109
|
ruby-progressbar (~> 1.7)
|
|
108
110
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
109
|
-
rubocop-ast (1.
|
|
111
|
+
rubocop-ast (1.23.0)
|
|
110
112
|
parser (>= 3.1.1.0)
|
|
111
113
|
rubocop-rake (0.6.0)
|
|
112
114
|
rubocop (~> 1.0)
|
|
113
|
-
rubocop-rspec (2.
|
|
114
|
-
rubocop (~> 1.
|
|
115
|
+
rubocop-rspec (2.14.2)
|
|
116
|
+
rubocop (~> 1.33)
|
|
115
117
|
ruby-progressbar (1.11.0)
|
|
116
118
|
ruby2_keywords (0.0.5)
|
|
117
119
|
ruby_gpg2 (0.8.0)
|
|
@@ -126,9 +128,9 @@ GEM
|
|
|
126
128
|
simplecov-html (0.12.3)
|
|
127
129
|
simplecov_json_formatter (0.1.4)
|
|
128
130
|
sshkey (2.0.0)
|
|
129
|
-
tzinfo (2.0.
|
|
131
|
+
tzinfo (2.0.5)
|
|
130
132
|
concurrent-ruby (~> 1.0)
|
|
131
|
-
unicode-display_width (2.
|
|
133
|
+
unicode-display_width (2.3.0)
|
|
132
134
|
|
|
133
135
|
PLATFORMS
|
|
134
136
|
ruby
|
|
@@ -152,4 +154,4 @@ DEPENDENCIES
|
|
|
152
154
|
simplecov
|
|
153
155
|
|
|
154
156
|
BUNDLED WITH
|
|
155
|
-
2.3.
|
|
157
|
+
2.3.24
|
data/Rakefile
CHANGED
data/lib/rake_gpg/version.rb
CHANGED
data/rake_gpg.gemspec
CHANGED
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
|
|
24
24
|
spec.summary = 'Rake tasks for managing GPG activities.'
|
|
25
25
|
spec.description = 'Rake tasks for common GPG related activities allowing ' \
|
|
26
|
-
'keys to be managed and content to be encrypted and '\
|
|
26
|
+
'keys to be managed and content to be encrypted and ' \
|
|
27
27
|
'decrypted.'
|
|
28
28
|
spec.homepage = 'https://github.com/infrablocks/rake_gpg'
|
|
29
29
|
spec.license = 'MIT'
|
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.17.0.pre.
|
|
4
|
+
version: 0.17.0.pre.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- InfraBlocks Maintainers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake_factory
|