ruby_gpg2 0.9.0.pre.7 → 0.9.0.pre.8
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 +25 -23
- data/lib/ruby_gpg2/version.rb +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: 86180f572ec3516241ca3936a4582e273d8266a468b079f2314a6e1347f50b31
|
|
4
|
+
data.tar.gz: 0270a66ce88048a7fa9310e8bc52e135d714480d6d4b2ea54e6d6565b772d762
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55e913960b488d2312f5c83565bbaf38a50ae2ea365f14f165c78da2a69cac351313cb1dff4c29690549ceb015ee42861aa679a6d7acfc830296c179f377c9ae
|
|
7
|
+
data.tar.gz: 5d7c2f9230a54d0df003c5771fa849a0ae6becdc7df9dbf881d6b1b60e7ac3035575990caddb61140bf37def0eef70b1fc0e9bb046b741e6f038e1b9bfafe919
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ruby_gpg2 (0.9.0.pre.
|
|
4
|
+
ruby_gpg2 (0.9.0.pre.8)
|
|
5
5
|
lino (~> 3.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -48,6 +48,7 @@ GEM
|
|
|
48
48
|
concurrent-ruby (~> 1.0)
|
|
49
49
|
i18n (1.10.0)
|
|
50
50
|
concurrent-ruby (~> 1.0)
|
|
51
|
+
json (2.6.2)
|
|
51
52
|
lino (3.0.0)
|
|
52
53
|
hamster (~> 3.0)
|
|
53
54
|
open4 (~> 1.3)
|
|
@@ -58,7 +59,7 @@ GEM
|
|
|
58
59
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
59
60
|
open4 (1.3.4)
|
|
60
61
|
parallel (1.22.1)
|
|
61
|
-
parser (3.1.1
|
|
62
|
+
parser (3.1.2.1)
|
|
62
63
|
ast (~> 2.4.1)
|
|
63
64
|
public_suffix (4.0.6)
|
|
64
65
|
rainbow (3.1.1)
|
|
@@ -83,36 +84,37 @@ GEM
|
|
|
83
84
|
colored2 (~> 3.1)
|
|
84
85
|
rake_factory (~> 0.23)
|
|
85
86
|
sshkey (~> 2.0)
|
|
86
|
-
regexp_parser (2.
|
|
87
|
+
regexp_parser (2.6.0)
|
|
87
88
|
rexml (3.2.5)
|
|
88
|
-
rspec (3.
|
|
89
|
-
rspec-core (~> 3.
|
|
90
|
-
rspec-expectations (~> 3.
|
|
91
|
-
rspec-mocks (~> 3.
|
|
92
|
-
rspec-core (3.
|
|
93
|
-
rspec-support (~> 3.
|
|
94
|
-
rspec-expectations (3.
|
|
89
|
+
rspec (3.12.0)
|
|
90
|
+
rspec-core (~> 3.12.0)
|
|
91
|
+
rspec-expectations (~> 3.12.0)
|
|
92
|
+
rspec-mocks (~> 3.12.0)
|
|
93
|
+
rspec-core (3.12.0)
|
|
94
|
+
rspec-support (~> 3.12.0)
|
|
95
|
+
rspec-expectations (3.12.0)
|
|
95
96
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
96
|
-
rspec-support (~> 3.
|
|
97
|
-
rspec-mocks (3.
|
|
97
|
+
rspec-support (~> 3.12.0)
|
|
98
|
+
rspec-mocks (3.12.0)
|
|
98
99
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
99
|
-
rspec-support (~> 3.
|
|
100
|
-
rspec-support (3.
|
|
101
|
-
rubocop (1.
|
|
100
|
+
rspec-support (~> 3.12.0)
|
|
101
|
+
rspec-support (3.12.0)
|
|
102
|
+
rubocop (1.37.1)
|
|
103
|
+
json (~> 2.3)
|
|
102
104
|
parallel (~> 1.10)
|
|
103
|
-
parser (>= 3.1.
|
|
105
|
+
parser (>= 3.1.2.1)
|
|
104
106
|
rainbow (>= 2.2.2, < 4.0)
|
|
105
107
|
regexp_parser (>= 1.8, < 3.0)
|
|
106
|
-
rexml
|
|
107
|
-
rubocop-ast (>= 1.
|
|
108
|
+
rexml (>= 3.2.5, < 4.0)
|
|
109
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
|
108
110
|
ruby-progressbar (~> 1.7)
|
|
109
111
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
110
|
-
rubocop-ast (1.
|
|
112
|
+
rubocop-ast (1.23.0)
|
|
111
113
|
parser (>= 3.1.1.0)
|
|
112
114
|
rubocop-rake (0.6.0)
|
|
113
115
|
rubocop (~> 1.0)
|
|
114
|
-
rubocop-rspec (2.
|
|
115
|
-
rubocop (~> 1.
|
|
116
|
+
rubocop-rspec (2.14.2)
|
|
117
|
+
rubocop (~> 1.33)
|
|
116
118
|
ruby-progressbar (1.11.0)
|
|
117
119
|
ruby2_keywords (0.0.5)
|
|
118
120
|
sawyer (0.8.2)
|
|
@@ -127,7 +129,7 @@ GEM
|
|
|
127
129
|
sshkey (2.0.0)
|
|
128
130
|
tzinfo (2.0.4)
|
|
129
131
|
concurrent-ruby (~> 1.0)
|
|
130
|
-
unicode-display_width (2.
|
|
132
|
+
unicode-display_width (2.3.0)
|
|
131
133
|
|
|
132
134
|
PLATFORMS
|
|
133
135
|
ruby
|
|
@@ -150,4 +152,4 @@ DEPENDENCIES
|
|
|
150
152
|
simplecov
|
|
151
153
|
|
|
152
154
|
BUNDLED WITH
|
|
153
|
-
2.3.
|
|
155
|
+
2.3.24
|
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.9.0.pre.
|
|
4
|
+
version: 0.9.0.pre.8
|
|
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: lino
|