ruby_gpg2 0.8.0 → 0.9.0.pre.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile.lock +32 -22
- data/lib/ruby_gpg2/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: fe899f18175561191f4124f3cc8edf521510380104e51bb1067388f0960f208d
|
4
|
+
data.tar.gz: ccc1039a8e21be096f8b1e50f02d6348593494dc96ef99159eb5f892f30be9ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12d4f5af32357cab812d2ab484a4a8462ae0004ca24528ba13d3ba943e1053135cbf3ea9896b0f7561859243801657411c8c0cc7257309ae3d0e6bc9c570bc68
|
7
|
+
data.tar.gz: abeae661615ad4139b0f1c3eba5ec5f46240f9f368f3440edb2603fa540119a9224aca90422cd86014293c6951ca03ebd55469473609b90c852f1f867344f5e3
|
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 incident.
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby_gpg2 (0.
|
4
|
+
ruby_gpg2 (0.9.0.pre.1)
|
5
5
|
lino (>= 1.5)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (6.1.
|
10
|
+
activesupport (6.1.3.2)
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
12
|
i18n (>= 1.6, < 2)
|
13
13
|
minitest (>= 5.1)
|
@@ -16,45 +16,55 @@ GEM
|
|
16
16
|
addressable (2.7.0)
|
17
17
|
public_suffix (>= 2.0.2, < 5.0)
|
18
18
|
colored2 (3.1.2)
|
19
|
-
concurrent-ruby (1.1.
|
19
|
+
concurrent-ruby (1.1.8)
|
20
20
|
diff-lcs (1.4.4)
|
21
|
-
excon (0.
|
22
|
-
faraday (1.
|
21
|
+
excon (0.82.0)
|
22
|
+
faraday (1.4.2)
|
23
|
+
faraday-em_http (~> 1.0)
|
24
|
+
faraday-em_synchrony (~> 1.0)
|
25
|
+
faraday-excon (~> 1.1)
|
26
|
+
faraday-net_http (~> 1.0)
|
27
|
+
faraday-net_http_persistent (~> 1.1)
|
23
28
|
multipart-post (>= 1.2, < 3)
|
24
|
-
ruby2_keywords
|
25
|
-
|
29
|
+
ruby2_keywords (>= 0.0.4)
|
30
|
+
faraday-em_http (1.0.0)
|
31
|
+
faraday-em_synchrony (1.0.0)
|
32
|
+
faraday-excon (1.1.0)
|
33
|
+
faraday-net_http (1.0.1)
|
34
|
+
faraday-net_http_persistent (1.1.0)
|
35
|
+
gem-release (2.2.1)
|
26
36
|
hamster (3.0.0)
|
27
37
|
concurrent-ruby (~> 1.0)
|
28
|
-
i18n (1.8.
|
38
|
+
i18n (1.8.10)
|
29
39
|
concurrent-ruby (~> 1.0)
|
30
|
-
lino (
|
40
|
+
lino (3.0.0)
|
31
41
|
hamster (~> 3.0)
|
32
42
|
open4 (~> 1.3)
|
33
|
-
minitest (5.14.
|
43
|
+
minitest (5.14.4)
|
34
44
|
multipart-post (2.1.1)
|
35
|
-
octokit (4.
|
45
|
+
octokit (4.21.0)
|
36
46
|
faraday (>= 0.9)
|
37
47
|
sawyer (~> 0.8.0, >= 0.5.3)
|
38
48
|
open4 (1.3.4)
|
39
49
|
public_suffix (4.0.6)
|
40
|
-
rake (13.0.
|
50
|
+
rake (13.0.3)
|
41
51
|
rake_circle_ci (0.9.0)
|
42
52
|
colored2 (~> 3.1)
|
43
53
|
excon (~> 0.72)
|
44
54
|
rake_factory (~> 0.23)
|
45
55
|
sshkey (~> 2.0)
|
46
|
-
rake_factory (0.
|
56
|
+
rake_factory (0.29.0)
|
47
57
|
activesupport (>= 4)
|
48
58
|
rake (~> 13.0)
|
49
|
-
rake_github (0.
|
59
|
+
rake_github (0.7.0)
|
50
60
|
colored2 (~> 3.1)
|
51
61
|
octokit (~> 4.16)
|
52
62
|
rake_factory (~> 0.23)
|
53
63
|
sshkey (~> 2.0)
|
54
|
-
rake_gpg (0.
|
64
|
+
rake_gpg (0.16.0)
|
55
65
|
rake_factory (>= 0.23, < 1)
|
56
66
|
ruby_gpg2 (>= 0.6, < 1)
|
57
|
-
rake_ssh (0.
|
67
|
+
rake_ssh (0.6.0)
|
58
68
|
colored2 (~> 3.1)
|
59
69
|
rake_factory (~> 0.23)
|
60
70
|
sshkey (~> 2.0)
|
@@ -62,16 +72,16 @@ GEM
|
|
62
72
|
rspec-core (~> 3.10.0)
|
63
73
|
rspec-expectations (~> 3.10.0)
|
64
74
|
rspec-mocks (~> 3.10.0)
|
65
|
-
rspec-core (3.10.
|
75
|
+
rspec-core (3.10.1)
|
66
76
|
rspec-support (~> 3.10.0)
|
67
|
-
rspec-expectations (3.10.
|
77
|
+
rspec-expectations (3.10.1)
|
68
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
69
79
|
rspec-support (~> 3.10.0)
|
70
|
-
rspec-mocks (3.10.
|
80
|
+
rspec-mocks (3.10.2)
|
71
81
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
82
|
rspec-support (~> 3.10.0)
|
73
|
-
rspec-support (3.10.
|
74
|
-
ruby2_keywords (0.0.
|
83
|
+
rspec-support (3.10.2)
|
84
|
+
ruby2_keywords (0.0.4)
|
75
85
|
sawyer (0.8.2)
|
76
86
|
addressable (>= 2.3.5)
|
77
87
|
faraday (> 0.8, < 2.0)
|
@@ -97,4 +107,4 @@ DEPENDENCIES
|
|
97
107
|
ruby_gpg2!
|
98
108
|
|
99
109
|
BUNDLED WITH
|
100
|
-
2.2.
|
110
|
+
2.2.18
|
data/lib/ruby_gpg2/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_gpg2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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-
|
11
|
+
date: 2021-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lino
|
@@ -139,7 +139,7 @@ dependencies:
|
|
139
139
|
description: Wraps the gpg binary (>= 2.0) so that it can be invoked from a Ruby script
|
140
140
|
or Rakefile.
|
141
141
|
email:
|
142
|
-
-
|
142
|
+
- maintainers@infrablocks.io
|
143
143
|
executables: []
|
144
144
|
extensions: []
|
145
145
|
extra_rdoc_files: []
|
@@ -209,9 +209,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
209
209
|
version: '2.6'
|
210
210
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
211
211
|
requirements:
|
212
|
-
- - "
|
212
|
+
- - ">"
|
213
213
|
- !ruby/object:Gem::Version
|
214
|
-
version:
|
214
|
+
version: 1.3.1
|
215
215
|
requirements: []
|
216
216
|
rubygems_version: 3.0.1
|
217
217
|
signing_key:
|