ruby_gpg2 0.9.0.pre.8 → 0.9.0.pre.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +32 -51
  3. data/lib/ruby_gpg2/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86180f572ec3516241ca3936a4582e273d8266a468b079f2314a6e1347f50b31
4
- data.tar.gz: 0270a66ce88048a7fa9310e8bc52e135d714480d6d4b2ea54e6d6565b772d762
3
+ metadata.gz: 06be12dc3dd6dfb8805c9ababad8e1c11279d244fb1e0d85d3e1c803f575bde7
4
+ data.tar.gz: ab936511b0c35c14b04f7fc060fc2d03e743bd052136ddf2030cdf9fd0db439d
5
5
  SHA512:
6
- metadata.gz: 55e913960b488d2312f5c83565bbaf38a50ae2ea365f14f165c78da2a69cac351313cb1dff4c29690549ceb015ee42861aa679a6d7acfc830296c179f377c9ae
7
- data.tar.gz: 5d7c2f9230a54d0df003c5771fa849a0ae6becdc7df9dbf881d6b1b60e7ac3035575990caddb61140bf37def0eef70b1fc0e9bb046b741e6f038e1b9bfafe919
6
+ metadata.gz: 2ef1e9051e008e8a34092190dfb7533f6ae21d73a3db3550804155cf08ae4154c2c142b2360cbf7d6df26538d9d6fe5bc31e1ded2464d4a92829ec12eb98448d
7
+ data.tar.gz: abbbb4334dc8bbc64d59f27658190b86028e00aa36c3e04a8138c147b6a3da8fc1b4a3a3b691731851981cda88e6def7b0c32eef10fca6fc6482fb6a8bd4c49f
data/Gemfile.lock CHANGED
@@ -1,75 +1,55 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_gpg2 (0.9.0.pre.8)
4
+ ruby_gpg2 (0.9.0.pre.9)
5
5
  lino (~> 3.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.2.3)
10
+ activesupport (7.0.4)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
14
14
  tzinfo (~> 2.0)
15
- addressable (2.8.0)
16
- public_suffix (>= 2.0.2, < 5.0)
15
+ addressable (2.8.1)
16
+ public_suffix (>= 2.0.2, < 6.0)
17
17
  ast (2.4.2)
18
18
  colored2 (3.1.2)
19
- concurrent-ruby (1.1.9)
19
+ concurrent-ruby (1.1.10)
20
20
  diff-lcs (1.5.0)
21
21
  docile (1.4.0)
22
- excon (0.92.0)
23
- faraday (1.10.0)
24
- faraday-em_http (~> 1.0)
25
- faraday-em_synchrony (~> 1.0)
26
- faraday-excon (~> 1.1)
27
- faraday-httpclient (~> 1.0)
28
- faraday-multipart (~> 1.0)
29
- faraday-net_http (~> 1.0)
30
- faraday-net_http_persistent (~> 1.0)
31
- faraday-patron (~> 1.0)
32
- faraday-rack (~> 1.0)
33
- faraday-retry (~> 1.0)
22
+ excon (0.95.0)
23
+ faraday (2.7.2)
24
+ faraday-net_http (>= 2.0, < 3.1)
34
25
  ruby2_keywords (>= 0.0.4)
35
- faraday-em_http (1.0.0)
36
- faraday-em_synchrony (1.0.0)
37
- faraday-excon (1.1.0)
38
- faraday-httpclient (1.0.1)
39
- faraday-multipart (1.0.3)
40
- multipart-post (>= 1.2, < 3)
41
- faraday-net_http (1.0.1)
42
- faraday-net_http_persistent (1.2.0)
43
- faraday-patron (1.0.0)
44
- faraday-rack (1.0.0)
45
- faraday-retry (1.0.3)
26
+ faraday-net_http (3.0.2)
46
27
  gem-release (2.2.2)
47
28
  hamster (3.0.0)
48
29
  concurrent-ruby (~> 1.0)
49
- i18n (1.10.0)
30
+ i18n (1.12.0)
50
31
  concurrent-ruby (~> 1.0)
51
- json (2.6.2)
52
- lino (3.0.0)
32
+ json (2.6.3)
33
+ lino (3.1.0)
53
34
  hamster (~> 3.0)
54
35
  open4 (~> 1.3)
55
- minitest (5.15.0)
56
- multipart-post (2.1.1)
57
- octokit (4.22.0)
58
- faraday (>= 0.9)
59
- sawyer (~> 0.8.0, >= 0.5.3)
36
+ minitest (5.16.3)
37
+ octokit (4.25.1)
38
+ faraday (>= 1, < 3)
39
+ sawyer (~> 0.9)
60
40
  open4 (1.3.4)
61
41
  parallel (1.22.1)
62
- parser (3.1.2.1)
42
+ parser (3.1.3.0)
63
43
  ast (~> 2.4.1)
64
- public_suffix (4.0.6)
44
+ public_suffix (5.0.1)
65
45
  rainbow (3.1.1)
66
46
  rake (13.0.6)
67
- rake_circle_ci (0.9.0)
47
+ rake_circle_ci (0.11.0)
68
48
  colored2 (~> 3.1)
69
49
  excon (~> 0.72)
70
50
  rake_factory (~> 0.23)
71
51
  sshkey (~> 2.0)
72
- rake_factory (0.29.0)
52
+ rake_factory (0.31.0)
73
53
  activesupport (>= 4)
74
54
  rake (~> 13.0)
75
55
  rake_github (0.9.0)
@@ -84,7 +64,7 @@ GEM
84
64
  colored2 (~> 3.1)
85
65
  rake_factory (~> 0.23)
86
66
  sshkey (~> 2.0)
87
- regexp_parser (2.6.0)
67
+ regexp_parser (2.6.1)
88
68
  rexml (3.2.5)
89
69
  rspec (3.12.0)
90
70
  rspec-core (~> 3.12.0)
@@ -92,14 +72,14 @@ GEM
92
72
  rspec-mocks (~> 3.12.0)
93
73
  rspec-core (3.12.0)
94
74
  rspec-support (~> 3.12.0)
95
- rspec-expectations (3.12.0)
75
+ rspec-expectations (3.12.1)
96
76
  diff-lcs (>= 1.2.0, < 2.0)
97
77
  rspec-support (~> 3.12.0)
98
- rspec-mocks (3.12.0)
78
+ rspec-mocks (3.12.1)
99
79
  diff-lcs (>= 1.2.0, < 2.0)
100
80
  rspec-support (~> 3.12.0)
101
81
  rspec-support (3.12.0)
102
- rubocop (1.37.1)
82
+ rubocop (1.41.1)
103
83
  json (~> 2.3)
104
84
  parallel (~> 1.10)
105
85
  parser (>= 3.1.2.1)
@@ -109,29 +89,30 @@ GEM
109
89
  rubocop-ast (>= 1.23.0, < 2.0)
110
90
  ruby-progressbar (~> 1.7)
111
91
  unicode-display_width (>= 1.4.0, < 3.0)
112
- rubocop-ast (1.23.0)
92
+ rubocop-ast (1.24.0)
113
93
  parser (>= 3.1.1.0)
114
94
  rubocop-rake (0.6.0)
115
95
  rubocop (~> 1.0)
116
- rubocop-rspec (2.14.2)
96
+ rubocop-rspec (2.16.0)
117
97
  rubocop (~> 1.33)
118
98
  ruby-progressbar (1.11.0)
119
99
  ruby2_keywords (0.0.5)
120
- sawyer (0.8.2)
100
+ sawyer (0.9.2)
121
101
  addressable (>= 2.3.5)
122
- faraday (> 0.8, < 2.0)
123
- simplecov (0.21.2)
102
+ faraday (>= 0.17.3, < 3)
103
+ simplecov (0.22.0)
124
104
  docile (~> 1.1)
125
105
  simplecov-html (~> 0.11)
126
106
  simplecov_json_formatter (~> 0.1)
127
107
  simplecov-html (0.12.3)
128
108
  simplecov_json_formatter (0.1.4)
129
109
  sshkey (2.0.0)
130
- tzinfo (2.0.4)
110
+ tzinfo (2.0.5)
131
111
  concurrent-ruby (~> 1.0)
132
112
  unicode-display_width (2.3.0)
133
113
 
134
114
  PLATFORMS
115
+ arm64-darwin-21
135
116
  ruby
136
117
  x86_64-darwin-19
137
118
  x86_64-linux
@@ -152,4 +133,4 @@ DEPENDENCIES
152
133
  simplecov
153
134
 
154
135
  BUNDLED WITH
155
- 2.3.24
136
+ 2.4.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyGPG2
4
- VERSION = '0.9.0.pre.8'
4
+ VERSION = '0.9.0.pre.9'
5
5
  end
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.8
4
+ version: 0.9.0.pre.9
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-10-28 00:00:00.000000000 Z
11
+ date: 2022-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino