ruby_gpg2 0.11.0.pre.5 → 0.11.0.pre.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +61 -62
- data/lib/ruby_gpg2/commands/base.rb +1 -1
- data/lib/ruby_gpg2/commands/decrypt.rb +2 -2
- data/lib/ruby_gpg2/commands/encrypt.rb +2 -2
- data/lib/ruby_gpg2/commands/export.rb +4 -4
- data/lib/ruby_gpg2/commands/export_secret_keys.rb +4 -4
- data/lib/ruby_gpg2/commands/generate_key.rb +4 -6
- data/lib/ruby_gpg2/commands/import.rb +4 -4
- data/lib/ruby_gpg2/commands/list_public_keys.rb +2 -2
- data/lib/ruby_gpg2/commands/list_secret_keys.rb +2 -2
- data/lib/ruby_gpg2/commands/mixins/armor_config.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/batch_config.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/colon_config.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/global_config.rb +4 -4
- data/lib/ruby_gpg2/commands/mixins/input_config.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/output_config.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/passphrase_config.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/pinentry_config.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/recipient_config.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/status_config.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/trust_mode_config.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/with_captured_output.rb +4 -4
- data/lib/ruby_gpg2/commands/mixins/with_captured_status.rb +3 -3
- data/lib/ruby_gpg2/commands/mixins/without_passphrase.rb +6 -3
- data/lib/ruby_gpg2/version.rb +1 -1
- data/ruby_gpg2.gemspec +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: d039c49778b6c2a62da97fd2725db24064a487435d2112bb365ca59663a17a98
|
4
|
+
data.tar.gz: d5ca6cc1b657a2c9927e6112f8b6776c43339be01f0d0bee70f082025b08b8bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4f91078012c9e77e30956ba4b3adadb2453d96820d1927c594f49ff87c5026c21eb854ebb9d45672026e3872bc1a2672da10bb0ddd674a6f7bba633ff5e08ea
|
7
|
+
data.tar.gz: 8faf7dc05df94964782e3c5650b992befe7ff8eb7a7ea10f916e36937952febc8c7a8196de465eb2f9bfcb1c1019a54774751dbd8dbca6790a03e99cfd5c1391
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby_gpg2 (0.11.0.pre.
|
5
|
-
lino (
|
4
|
+
ruby_gpg2 (0.11.0.pre.7)
|
5
|
+
lino (>= 4.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (7.1.
|
10
|
+
activesupport (7.1.3.4)
|
11
11
|
base64
|
12
12
|
bigdecimal
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -17,54 +17,57 @@ GEM
|
|
17
17
|
minitest (>= 5.1)
|
18
18
|
mutex_m
|
19
19
|
tzinfo (~> 2.0)
|
20
|
-
addressable (2.8.
|
21
|
-
public_suffix (>= 2.0.2, <
|
20
|
+
addressable (2.8.7)
|
21
|
+
public_suffix (>= 2.0.2, < 7.0)
|
22
22
|
ast (2.4.2)
|
23
|
-
base64 (0.
|
24
|
-
bigdecimal (3.1.
|
23
|
+
base64 (0.2.0)
|
24
|
+
bigdecimal (3.1.8)
|
25
25
|
childprocess (5.0.0)
|
26
26
|
colored2 (3.1.2)
|
27
|
-
concurrent-ruby (1.
|
27
|
+
concurrent-ruby (1.3.3)
|
28
28
|
connection_pool (2.4.1)
|
29
|
-
diff-lcs (1.5.
|
29
|
+
diff-lcs (1.5.1)
|
30
30
|
docile (1.4.0)
|
31
|
-
drb (2.
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
faraday-net_http (3.0.2)
|
31
|
+
drb (2.2.1)
|
32
|
+
excon (0.111.0)
|
33
|
+
faraday (2.10.0)
|
34
|
+
faraday-net_http (>= 2.0, < 3.2)
|
35
|
+
logger
|
36
|
+
faraday-net_http (3.1.0)
|
37
|
+
net-http
|
39
38
|
gem-release (2.2.2)
|
40
|
-
git (1.
|
39
|
+
git (1.19.1)
|
41
40
|
addressable (~> 2.8)
|
42
41
|
rchardet (~> 1.8)
|
43
42
|
hamster (3.0.0)
|
44
43
|
concurrent-ruby (~> 1.0)
|
45
|
-
i18n (1.14.
|
44
|
+
i18n (1.14.5)
|
46
45
|
concurrent-ruby (~> 1.0)
|
47
46
|
immutable-struct (2.4.1)
|
48
|
-
json (2.7.
|
47
|
+
json (2.7.2)
|
49
48
|
language_server-protocol (3.17.0.3)
|
50
|
-
lino (
|
49
|
+
lino (4.1.0)
|
51
50
|
childprocess (~> 5.0.0)
|
52
51
|
hamster (~> 3.0)
|
53
52
|
open4 (~> 1.3)
|
54
|
-
|
55
|
-
|
56
|
-
|
53
|
+
logger (1.6.0)
|
54
|
+
minitest (5.24.1)
|
55
|
+
mutex_m (0.2.0)
|
56
|
+
net-http (0.4.1)
|
57
|
+
uri
|
58
|
+
octokit (8.1.0)
|
59
|
+
base64
|
57
60
|
faraday (>= 1, < 3)
|
58
61
|
sawyer (~> 0.9)
|
59
62
|
open4 (1.3.4)
|
60
|
-
parallel (1.
|
61
|
-
parser (3.
|
63
|
+
parallel (1.25.1)
|
64
|
+
parser (3.3.4.0)
|
62
65
|
ast (~> 2.4.1)
|
63
66
|
racc
|
64
|
-
public_suffix (
|
65
|
-
racc (1.
|
67
|
+
public_suffix (6.0.0)
|
68
|
+
racc (1.8.0)
|
66
69
|
rainbow (3.1.1)
|
67
|
-
rake (13.1
|
70
|
+
rake (13.2.1)
|
68
71
|
rake_circle_ci (0.11.0)
|
69
72
|
colored2 (~> 3.1)
|
70
73
|
excon (~> 0.72)
|
@@ -77,11 +80,11 @@ GEM
|
|
77
80
|
colored2 (~> 3.1)
|
78
81
|
git (~> 1.13, >= 1.13.2)
|
79
82
|
rake_factory (= 0.32.0.pre.2)
|
80
|
-
rake_git_crypt (0.1.0.pre.
|
83
|
+
rake_git_crypt (0.1.0.pre.32)
|
81
84
|
colored2 (~> 3.1)
|
82
85
|
rake_factory (= 0.32.0.pre.2)
|
83
|
-
ruby_git_crypt (= 0.1.0.pre.
|
84
|
-
ruby_gpg2 (
|
86
|
+
ruby_git_crypt (= 0.1.0.pre.8)
|
87
|
+
ruby_gpg2 (= 0.11.0.pre.6)
|
85
88
|
rake_github (0.13.0)
|
86
89
|
colored2 (~> 3.1)
|
87
90
|
octokit (>= 4.16, < 9.0)
|
@@ -95,49 +98,43 @@ GEM
|
|
95
98
|
rake_factory (~> 0.23)
|
96
99
|
sshkey (~> 2.0)
|
97
100
|
rchardet (1.8.0)
|
98
|
-
regexp_parser (2.
|
99
|
-
rexml (3.2
|
100
|
-
|
101
|
-
|
102
|
-
rspec-
|
103
|
-
rspec-
|
104
|
-
|
105
|
-
|
106
|
-
|
101
|
+
regexp_parser (2.9.2)
|
102
|
+
rexml (3.3.2)
|
103
|
+
strscan
|
104
|
+
rspec (3.13.0)
|
105
|
+
rspec-core (~> 3.13.0)
|
106
|
+
rspec-expectations (~> 3.13.0)
|
107
|
+
rspec-mocks (~> 3.13.0)
|
108
|
+
rspec-core (3.13.0)
|
109
|
+
rspec-support (~> 3.13.0)
|
110
|
+
rspec-expectations (3.13.1)
|
107
111
|
diff-lcs (>= 1.2.0, < 2.0)
|
108
|
-
rspec-support (~> 3.
|
109
|
-
rspec-mocks (3.
|
112
|
+
rspec-support (~> 3.13.0)
|
113
|
+
rspec-mocks (3.13.1)
|
110
114
|
diff-lcs (>= 1.2.0, < 2.0)
|
111
|
-
rspec-support (~> 3.
|
112
|
-
rspec-support (3.
|
113
|
-
rubocop (1.
|
115
|
+
rspec-support (~> 3.13.0)
|
116
|
+
rspec-support (3.13.1)
|
117
|
+
rubocop (1.65.0)
|
114
118
|
json (~> 2.3)
|
115
119
|
language_server-protocol (>= 3.17.0)
|
116
120
|
parallel (~> 1.10)
|
117
|
-
parser (>= 3.
|
121
|
+
parser (>= 3.3.0.2)
|
118
122
|
rainbow (>= 2.2.2, < 4.0)
|
119
|
-
regexp_parser (>=
|
123
|
+
regexp_parser (>= 2.4, < 3.0)
|
120
124
|
rexml (>= 3.2.5, < 4.0)
|
121
|
-
rubocop-ast (>= 1.
|
125
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
122
126
|
ruby-progressbar (~> 1.7)
|
123
127
|
unicode-display_width (>= 2.4.0, < 3.0)
|
124
|
-
rubocop-ast (1.
|
125
|
-
parser (>= 3.
|
126
|
-
rubocop-capybara (2.19.0)
|
127
|
-
rubocop (~> 1.41)
|
128
|
-
rubocop-factory_bot (2.24.0)
|
129
|
-
rubocop (~> 1.33)
|
128
|
+
rubocop-ast (1.31.3)
|
129
|
+
parser (>= 3.3.1.0)
|
130
130
|
rubocop-rake (0.6.0)
|
131
131
|
rubocop (~> 1.0)
|
132
|
-
rubocop-rspec (
|
133
|
-
rubocop (~> 1.
|
134
|
-
rubocop-capybara (~> 2.17)
|
135
|
-
rubocop-factory_bot (~> 2.22)
|
132
|
+
rubocop-rspec (3.0.3)
|
133
|
+
rubocop (~> 1.61)
|
136
134
|
ruby-progressbar (1.13.0)
|
137
|
-
|
138
|
-
ruby_git_crypt (0.1.0.pre.4)
|
135
|
+
ruby_git_crypt (0.1.0.pre.8)
|
139
136
|
immutable-struct (~> 2.4)
|
140
|
-
lino (
|
137
|
+
lino (>= 3.1)
|
141
138
|
sawyer (0.9.2)
|
142
139
|
addressable (>= 2.3.5)
|
143
140
|
faraday (>= 0.17.3, < 3)
|
@@ -148,9 +145,11 @@ GEM
|
|
148
145
|
simplecov-html (0.12.3)
|
149
146
|
simplecov_json_formatter (0.1.4)
|
150
147
|
sshkey (2.0.0)
|
148
|
+
strscan (3.1.0)
|
151
149
|
tzinfo (2.0.6)
|
152
150
|
concurrent-ruby (~> 1.0)
|
153
151
|
unicode-display_width (2.5.0)
|
152
|
+
uri (0.13.0)
|
154
153
|
|
155
154
|
PLATFORMS
|
156
155
|
arm64-darwin-21
|
@@ -31,7 +31,7 @@ module RubyGPG2
|
|
31
31
|
|
32
32
|
attr_reader :binary, :stdin, :stdout, :stderr
|
33
33
|
|
34
|
-
def do_before(
|
34
|
+
def do_before(_parameters, _invocation_options); end
|
35
35
|
|
36
36
|
def do_around(parameters, invocation_options)
|
37
37
|
yield parameters, invocation_options
|
@@ -17,12 +17,12 @@ module RubyGPG2
|
|
17
17
|
def configure_command(builder, parameters)
|
18
18
|
names = parameters[:names] || []
|
19
19
|
|
20
|
-
|
21
|
-
|
20
|
+
b = super
|
21
|
+
b = b.with_subcommand('--export')
|
22
22
|
names.each do |name|
|
23
|
-
|
23
|
+
b = b.with_argument(name)
|
24
24
|
end
|
25
|
-
|
25
|
+
b
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -25,12 +25,12 @@ module RubyGPG2
|
|
25
25
|
def configure_command(builder, parameters)
|
26
26
|
names = parameters[:names] || []
|
27
27
|
|
28
|
-
|
29
|
-
|
28
|
+
b = super
|
29
|
+
b = b.with_subcommand('--export-secret-keys')
|
30
30
|
names.each do |name|
|
31
|
-
|
31
|
+
b = b.with_argument(name)
|
32
32
|
end
|
33
|
-
|
33
|
+
b
|
34
34
|
end
|
35
35
|
end
|
36
36
|
end
|
@@ -25,12 +25,10 @@ module RubyGPG2
|
|
25
25
|
def configure_command(builder, parameters)
|
26
26
|
parameter_file_path = parameters[:parameter_file_path]
|
27
27
|
|
28
|
-
|
29
|
-
|
30
|
-
if parameter_file_path
|
31
|
-
|
32
|
-
end
|
33
|
-
builder
|
28
|
+
b = builder.with_subcommand('--generate-key')
|
29
|
+
b = super(b, parameters)
|
30
|
+
b = b.with_argument(parameter_file_path) if parameter_file_path
|
31
|
+
b
|
34
32
|
end
|
35
33
|
end
|
36
34
|
end
|
@@ -19,12 +19,12 @@ module RubyGPG2
|
|
19
19
|
def configure_command(builder, parameters)
|
20
20
|
key_file_paths = parameters[:key_file_paths] || []
|
21
21
|
|
22
|
-
|
23
|
-
|
22
|
+
b = super
|
23
|
+
b = b.with_subcommand('--import')
|
24
24
|
key_file_paths.each do |key_file_path|
|
25
|
-
|
25
|
+
b = b.with_argument(key_file_path)
|
26
26
|
end
|
27
|
-
|
27
|
+
b
|
28
28
|
end
|
29
29
|
end
|
30
30
|
end
|
@@ -15,8 +15,8 @@ module RubyGPG2
|
|
15
15
|
include Mixins::WithCapturedOutput
|
16
16
|
|
17
17
|
def configure_command(builder, parameters)
|
18
|
-
|
19
|
-
super(
|
18
|
+
b = builder.with_subcommand('--list-public-keys')
|
19
|
+
super(b, parameters)
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -15,8 +15,8 @@ module RubyGPG2
|
|
15
15
|
include Mixins::WithCapturedOutput
|
16
16
|
|
17
17
|
def configure_command(builder, parameters)
|
18
|
-
|
19
|
-
super(
|
18
|
+
b = builder.with_subcommand('--list-secret-keys')
|
19
|
+
super(b, parameters)
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -9,9 +9,9 @@ module RubyGPG2
|
|
9
9
|
def configure_command(builder, parameters)
|
10
10
|
armor = parameters[:armor]
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
12
|
+
b = super
|
13
|
+
b = b.with_flag('--armor') if armor
|
14
|
+
b
|
15
15
|
end
|
16
16
|
end
|
17
17
|
end
|
@@ -14,9 +14,9 @@ module RubyGPG2
|
|
14
14
|
def configure_command(builder, parameters)
|
15
15
|
batch = parameters[:batch]
|
16
16
|
|
17
|
-
|
18
|
-
|
19
|
-
|
17
|
+
b = super
|
18
|
+
b = b.with_flag('--batch') if batch
|
19
|
+
b
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -14,9 +14,9 @@ module RubyGPG2
|
|
14
14
|
def configure_command(builder, parameters)
|
15
15
|
with_colons = parameters[:with_colons]
|
16
16
|
|
17
|
-
|
18
|
-
|
19
|
-
|
17
|
+
b = super
|
18
|
+
b = b.with_flag('--with-colons') if with_colons
|
19
|
+
b
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -15,14 +15,14 @@ module RubyGPG2
|
|
15
15
|
home_directory = parameters[:home_directory]
|
16
16
|
without_tty = parameters[:without_tty]
|
17
17
|
|
18
|
-
|
18
|
+
b = super
|
19
19
|
if home_directory
|
20
|
-
|
20
|
+
b = b.with_option(
|
21
21
|
'--homedir', home_directory, quoting: '"'
|
22
22
|
)
|
23
23
|
end
|
24
|
-
|
25
|
-
|
24
|
+
b = b.with_flag('--no-tty') if without_tty
|
25
|
+
b
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -9,9 +9,9 @@ module RubyGPG2
|
|
9
9
|
def configure_command(builder, parameters)
|
10
10
|
input_file_path = parameters[:input_file_path]
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
12
|
+
b = super
|
13
|
+
b = b.with_argument(input_file_path) if input_file_path
|
14
|
+
b
|
15
15
|
end
|
16
16
|
end
|
17
17
|
end
|
@@ -9,13 +9,13 @@ module RubyGPG2
|
|
9
9
|
def configure_command(builder, parameters)
|
10
10
|
output_file_path = parameters[:output_file_path]
|
11
11
|
|
12
|
-
|
12
|
+
b = super
|
13
13
|
if output_file_path
|
14
|
-
|
14
|
+
b = b.with_option(
|
15
15
|
'--output', output_file_path, quoting: '"'
|
16
16
|
)
|
17
17
|
end
|
18
|
-
|
18
|
+
b
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -9,13 +9,13 @@ module RubyGPG2
|
|
9
9
|
def configure_command(builder, parameters)
|
10
10
|
passphrase = parameters[:passphrase]
|
11
11
|
|
12
|
-
|
12
|
+
b = super
|
13
13
|
if passphrase
|
14
|
-
|
14
|
+
b = b.with_option(
|
15
15
|
'--passphrase', passphrase, quoting: '"'
|
16
16
|
)
|
17
17
|
end
|
18
|
-
|
18
|
+
b
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -9,13 +9,13 @@ module RubyGPG2
|
|
9
9
|
def configure_command(builder, parameters)
|
10
10
|
pinentry_mode = parameters[:pinentry_mode]
|
11
11
|
|
12
|
-
|
12
|
+
b = super
|
13
13
|
if pinentry_mode
|
14
|
-
|
14
|
+
b = b.with_option(
|
15
15
|
'--pinentry-mode', pinentry_mode
|
16
16
|
)
|
17
17
|
end
|
18
|
-
|
18
|
+
b
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -9,13 +9,13 @@ module RubyGPG2
|
|
9
9
|
def configure_command(builder, parameters)
|
10
10
|
recipient = parameters[:recipient]
|
11
11
|
|
12
|
-
|
12
|
+
b = super
|
13
13
|
if recipient
|
14
|
-
|
14
|
+
b = b.with_option(
|
15
15
|
'--recipient', recipient
|
16
16
|
)
|
17
17
|
end
|
18
|
-
|
18
|
+
b
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -9,13 +9,13 @@ module RubyGPG2
|
|
9
9
|
def configure_command(builder, parameters)
|
10
10
|
status_file = parameters[:status_file]
|
11
11
|
|
12
|
-
|
12
|
+
b = super
|
13
13
|
if status_file
|
14
|
-
|
14
|
+
b = b.with_option(
|
15
15
|
'--status-file', status_file, quoting: '"'
|
16
16
|
)
|
17
17
|
end
|
18
|
-
|
18
|
+
b
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -9,13 +9,13 @@ module RubyGPG2
|
|
9
9
|
def configure_command(builder, parameters)
|
10
10
|
trust_mode = parameters[:trust_mode]
|
11
11
|
|
12
|
-
|
12
|
+
b = super
|
13
13
|
if trust_mode
|
14
|
-
|
14
|
+
b = b.with_option(
|
15
15
|
'--trust-mode', trust_mode
|
16
16
|
)
|
17
17
|
end
|
18
|
-
|
18
|
+
b
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -18,12 +18,12 @@ module RubyGPG2
|
|
18
18
|
end
|
19
19
|
|
20
20
|
def process_result(result, parameters, invocation_options)
|
21
|
-
|
21
|
+
r = super
|
22
22
|
if parameters[:parse_output]
|
23
|
-
|
24
|
-
ColonOutput.parse(
|
23
|
+
r.output =
|
24
|
+
ColonOutput.parse(r.output)
|
25
25
|
end
|
26
|
-
|
26
|
+
r
|
27
27
|
end
|
28
28
|
end
|
29
29
|
end
|
@@ -36,9 +36,9 @@ module RubyGPG2
|
|
36
36
|
end
|
37
37
|
|
38
38
|
def process_result(result, parameters, invocation_options)
|
39
|
-
|
40
|
-
|
41
|
-
|
39
|
+
r = super
|
40
|
+
r.status = status(parameters) if parameters[:with_status]
|
41
|
+
r
|
42
42
|
end
|
43
43
|
end
|
44
44
|
end
|
@@ -6,11 +6,14 @@ module RubyGPG2
|
|
6
6
|
module WithoutPassphrase
|
7
7
|
def configure_command(builder, parameters)
|
8
8
|
without_passphrase = parameters[:without_passphrase]
|
9
|
+
p = parameters
|
9
10
|
if without_passphrase
|
10
|
-
|
11
|
-
|
11
|
+
p = p.merge(
|
12
|
+
passphrase: '',
|
13
|
+
pinentry_mode: :loopback
|
14
|
+
)
|
12
15
|
end
|
13
|
-
super(builder,
|
16
|
+
super(builder, p)
|
14
17
|
end
|
15
18
|
end
|
16
19
|
end
|
data/lib/ruby_gpg2/version.rb
CHANGED
data/ruby_gpg2.gemspec
CHANGED
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
|
|
36
36
|
|
37
37
|
spec.required_ruby_version = '>= 3.1'
|
38
38
|
|
39
|
-
spec.add_dependency 'lino', '
|
39
|
+
spec.add_dependency 'lino', '>= 4.1'
|
40
40
|
|
41
41
|
spec.add_development_dependency 'bundler'
|
42
42
|
spec.add_development_dependency 'gem-release'
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_gpg2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.0.pre.
|
4
|
+
version: 0.11.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: 2024-07-
|
11
|
+
date: 2024-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lino
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: '4.1'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: '4.1'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|