rake_gpg 0.17.0.pre.5 → 0.17.0.pre.7
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 +50 -67
- 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: ae02544d5ea261b9e225df7d3bc269b8723761925b40dcca93b5af43e8a7569e
|
|
4
|
+
data.tar.gz: 18af0c57cdbf1eb2cd49e015027c3c41d8be776260f2b7076106662b65c8133c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76bb33c1bc0c9ac16b1ed3153724e8b23098069c6336d6e400319ae8763726c3882be5bf191ba47aba71a2a40af39119f116eb433cb3359868038b116c2f4a59
|
|
7
|
+
data.tar.gz: ba138a04d35ad868006f62d255c9bf355e9ba1e7e51c8703b853c125f40b945d0214bd656e549ef0c5205e11a883399317b6def7a00216380fe9ee46ca2d67da
|
data/Gemfile.lock
CHANGED
|
@@ -1,76 +1,57 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_gpg (0.17.0.pre.
|
|
4
|
+
rake_gpg (0.17.0.pre.7)
|
|
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)
|
|
15
15
|
tzinfo (~> 2.0)
|
|
16
|
-
addressable (2.8.
|
|
17
|
-
public_suffix (>= 2.0.2, <
|
|
16
|
+
addressable (2.8.1)
|
|
17
|
+
public_suffix (>= 2.0.2, < 6.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
|
-
excon (0.
|
|
24
|
-
fakefs (1.
|
|
25
|
-
faraday (
|
|
26
|
-
faraday-
|
|
27
|
-
faraday-em_synchrony (~> 1.0)
|
|
28
|
-
faraday-excon (~> 1.1)
|
|
29
|
-
faraday-httpclient (~> 1.0)
|
|
30
|
-
faraday-multipart (~> 1.0)
|
|
31
|
-
faraday-net_http (~> 1.0)
|
|
32
|
-
faraday-net_http_persistent (~> 1.0)
|
|
33
|
-
faraday-patron (~> 1.0)
|
|
34
|
-
faraday-rack (~> 1.0)
|
|
35
|
-
faraday-retry (~> 1.0)
|
|
23
|
+
excon (0.95.0)
|
|
24
|
+
fakefs (1.9.0)
|
|
25
|
+
faraday (2.7.2)
|
|
26
|
+
faraday-net_http (>= 2.0, < 3.1)
|
|
36
27
|
ruby2_keywords (>= 0.0.4)
|
|
37
|
-
faraday-
|
|
38
|
-
faraday-em_synchrony (1.0.0)
|
|
39
|
-
faraday-excon (1.1.0)
|
|
40
|
-
faraday-httpclient (1.0.1)
|
|
41
|
-
faraday-multipart (1.0.3)
|
|
42
|
-
multipart-post (>= 1.2, < 3)
|
|
43
|
-
faraday-net_http (1.0.1)
|
|
44
|
-
faraday-net_http_persistent (1.2.0)
|
|
45
|
-
faraday-patron (1.0.0)
|
|
46
|
-
faraday-rack (1.0.0)
|
|
47
|
-
faraday-retry (1.0.3)
|
|
28
|
+
faraday-net_http (3.0.2)
|
|
48
29
|
gem-release (2.2.2)
|
|
49
30
|
hamster (3.0.0)
|
|
50
31
|
concurrent-ruby (~> 1.0)
|
|
51
|
-
i18n (1.
|
|
32
|
+
i18n (1.12.0)
|
|
52
33
|
concurrent-ruby (~> 1.0)
|
|
53
|
-
|
|
34
|
+
json (2.6.3)
|
|
35
|
+
lino (3.1.0)
|
|
54
36
|
hamster (~> 3.0)
|
|
55
37
|
open4 (~> 1.3)
|
|
56
|
-
minitest (5.
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
sawyer (~> 0.8.0, >= 0.5.3)
|
|
38
|
+
minitest (5.16.3)
|
|
39
|
+
octokit (4.25.1)
|
|
40
|
+
faraday (>= 1, < 3)
|
|
41
|
+
sawyer (~> 0.9)
|
|
61
42
|
open4 (1.3.4)
|
|
62
43
|
parallel (1.22.1)
|
|
63
|
-
parser (3.1.
|
|
44
|
+
parser (3.1.3.0)
|
|
64
45
|
ast (~> 2.4.1)
|
|
65
|
-
public_suffix (
|
|
46
|
+
public_suffix (5.0.1)
|
|
66
47
|
rainbow (3.1.1)
|
|
67
48
|
rake (13.0.6)
|
|
68
|
-
rake_circle_ci (0.
|
|
49
|
+
rake_circle_ci (0.11.0)
|
|
69
50
|
colored2 (~> 3.1)
|
|
70
51
|
excon (~> 0.72)
|
|
71
52
|
rake_factory (~> 0.23)
|
|
72
53
|
sshkey (~> 2.0)
|
|
73
|
-
rake_factory (0.
|
|
54
|
+
rake_factory (0.31.0)
|
|
74
55
|
activesupport (>= 4)
|
|
75
56
|
rake (~> 13.0)
|
|
76
57
|
rake_github (0.9.0)
|
|
@@ -82,55 +63,57 @@ GEM
|
|
|
82
63
|
colored2 (~> 3.1)
|
|
83
64
|
rake_factory (~> 0.23)
|
|
84
65
|
sshkey (~> 2.0)
|
|
85
|
-
regexp_parser (2.
|
|
66
|
+
regexp_parser (2.6.1)
|
|
86
67
|
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.
|
|
68
|
+
rspec (3.12.0)
|
|
69
|
+
rspec-core (~> 3.12.0)
|
|
70
|
+
rspec-expectations (~> 3.12.0)
|
|
71
|
+
rspec-mocks (~> 3.12.0)
|
|
72
|
+
rspec-core (3.12.0)
|
|
73
|
+
rspec-support (~> 3.12.0)
|
|
74
|
+
rspec-expectations (3.12.1)
|
|
94
75
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
95
|
-
rspec-support (~> 3.
|
|
96
|
-
rspec-mocks (3.
|
|
76
|
+
rspec-support (~> 3.12.0)
|
|
77
|
+
rspec-mocks (3.12.1)
|
|
97
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
98
|
-
rspec-support (~> 3.
|
|
99
|
-
rspec-support (3.
|
|
100
|
-
rubocop (1.
|
|
79
|
+
rspec-support (~> 3.12.0)
|
|
80
|
+
rspec-support (3.12.0)
|
|
81
|
+
rubocop (1.41.1)
|
|
82
|
+
json (~> 2.3)
|
|
101
83
|
parallel (~> 1.10)
|
|
102
|
-
parser (>= 3.1.
|
|
84
|
+
parser (>= 3.1.2.1)
|
|
103
85
|
rainbow (>= 2.2.2, < 4.0)
|
|
104
86
|
regexp_parser (>= 1.8, < 3.0)
|
|
105
|
-
rexml
|
|
106
|
-
rubocop-ast (>= 1.
|
|
87
|
+
rexml (>= 3.2.5, < 4.0)
|
|
88
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
|
107
89
|
ruby-progressbar (~> 1.7)
|
|
108
90
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
109
|
-
rubocop-ast (1.
|
|
91
|
+
rubocop-ast (1.24.0)
|
|
110
92
|
parser (>= 3.1.1.0)
|
|
111
93
|
rubocop-rake (0.6.0)
|
|
112
94
|
rubocop (~> 1.0)
|
|
113
|
-
rubocop-rspec (2.
|
|
114
|
-
rubocop (~> 1.
|
|
95
|
+
rubocop-rspec (2.16.0)
|
|
96
|
+
rubocop (~> 1.33)
|
|
115
97
|
ruby-progressbar (1.11.0)
|
|
116
98
|
ruby2_keywords (0.0.5)
|
|
117
|
-
ruby_gpg2 (0.
|
|
118
|
-
lino (
|
|
119
|
-
sawyer (0.
|
|
99
|
+
ruby_gpg2 (0.10.0)
|
|
100
|
+
lino (~> 3.0)
|
|
101
|
+
sawyer (0.9.2)
|
|
120
102
|
addressable (>= 2.3.5)
|
|
121
|
-
faraday (
|
|
122
|
-
simplecov (0.
|
|
103
|
+
faraday (>= 0.17.3, < 3)
|
|
104
|
+
simplecov (0.22.0)
|
|
123
105
|
docile (~> 1.1)
|
|
124
106
|
simplecov-html (~> 0.11)
|
|
125
107
|
simplecov_json_formatter (~> 0.1)
|
|
126
108
|
simplecov-html (0.12.3)
|
|
127
109
|
simplecov_json_formatter (0.1.4)
|
|
128
110
|
sshkey (2.0.0)
|
|
129
|
-
tzinfo (2.0.
|
|
111
|
+
tzinfo (2.0.5)
|
|
130
112
|
concurrent-ruby (~> 1.0)
|
|
131
|
-
unicode-display_width (2.
|
|
113
|
+
unicode-display_width (2.3.0)
|
|
132
114
|
|
|
133
115
|
PLATFORMS
|
|
116
|
+
arm64-darwin-21
|
|
134
117
|
ruby
|
|
135
118
|
x86_64-darwin-19
|
|
136
119
|
x86_64-linux
|
|
@@ -152,4 +135,4 @@ DEPENDENCIES
|
|
|
152
135
|
simplecov
|
|
153
136
|
|
|
154
137
|
BUNDLED WITH
|
|
155
|
-
2.
|
|
138
|
+
2.4.1
|
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.7
|
|
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-12-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake_factory
|