ruby_gpg2 0.9.0.pre.7 → 0.9.0.pre.9

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +47 -64
  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: 2531cddbc871f900657cd40fbc035ea101500582bea37de304c5bfd47ede4867
4
- data.tar.gz: e6786466c2de24986cab0a5ea22c3d14de60b994398f5e3fd8cb9c9578c6d140
3
+ metadata.gz: 06be12dc3dd6dfb8805c9ababad8e1c11279d244fb1e0d85d3e1c803f575bde7
4
+ data.tar.gz: ab936511b0c35c14b04f7fc060fc2d03e743bd052136ddf2030cdf9fd0db439d
5
5
  SHA512:
6
- metadata.gz: 2cfb2c57af9082de8c5eb3a45c33c63da764ab77e4163819a58ae209c809030b5a61ad108d4ab33a7d14d2d7bda33d0ea67696c558f968f83f56fb2f323c3be7
7
- data.tar.gz: 4897050c6975b5ba2944ef8df26ba9d4f2a25c8759f7a481d69af40c41bbf121ffbd1376a85f9dcb7534530de12d00665826b617bf7db20d7e89831ce61fd244
6
+ metadata.gz: 2ef1e9051e008e8a34092190dfb7533f6ae21d73a3db3550804155cf08ae4154c2c142b2360cbf7d6df26538d9d6fe5bc31e1ded2464d4a92829ec12eb98448d
7
+ data.tar.gz: abbbb4334dc8bbc64d59f27658190b86028e00aa36c3e04a8138c147b6a3da8fc1b4a3a3b691731851981cda88e6def7b0c32eef10fca6fc6482fb6a8bd4c49f
data/Gemfile.lock CHANGED
@@ -1,74 +1,55 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_gpg2 (0.9.0.pre.7)
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
- lino (3.0.0)
32
+ json (2.6.3)
33
+ lino (3.1.0)
52
34
  hamster (~> 3.0)
53
35
  open4 (~> 1.3)
54
- minitest (5.15.0)
55
- multipart-post (2.1.1)
56
- octokit (4.22.0)
57
- faraday (>= 0.9)
58
- 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)
59
40
  open4 (1.3.4)
60
41
  parallel (1.22.1)
61
- parser (3.1.1.0)
42
+ parser (3.1.3.0)
62
43
  ast (~> 2.4.1)
63
- public_suffix (4.0.6)
44
+ public_suffix (5.0.1)
64
45
  rainbow (3.1.1)
65
46
  rake (13.0.6)
66
- rake_circle_ci (0.9.0)
47
+ rake_circle_ci (0.11.0)
67
48
  colored2 (~> 3.1)
68
49
  excon (~> 0.72)
69
50
  rake_factory (~> 0.23)
70
51
  sshkey (~> 2.0)
71
- rake_factory (0.29.0)
52
+ rake_factory (0.31.0)
72
53
  activesupport (>= 4)
73
54
  rake (~> 13.0)
74
55
  rake_github (0.9.0)
@@ -83,53 +64,55 @@ GEM
83
64
  colored2 (~> 3.1)
84
65
  rake_factory (~> 0.23)
85
66
  sshkey (~> 2.0)
86
- regexp_parser (2.2.1)
67
+ regexp_parser (2.6.1)
87
68
  rexml (3.2.5)
88
- rspec (3.11.0)
89
- rspec-core (~> 3.11.0)
90
- rspec-expectations (~> 3.11.0)
91
- rspec-mocks (~> 3.11.0)
92
- rspec-core (3.11.0)
93
- rspec-support (~> 3.11.0)
94
- rspec-expectations (3.11.0)
69
+ rspec (3.12.0)
70
+ rspec-core (~> 3.12.0)
71
+ rspec-expectations (~> 3.12.0)
72
+ rspec-mocks (~> 3.12.0)
73
+ rspec-core (3.12.0)
74
+ rspec-support (~> 3.12.0)
75
+ rspec-expectations (3.12.1)
95
76
  diff-lcs (>= 1.2.0, < 2.0)
96
- rspec-support (~> 3.11.0)
97
- rspec-mocks (3.11.0)
77
+ rspec-support (~> 3.12.0)
78
+ rspec-mocks (3.12.1)
98
79
  diff-lcs (>= 1.2.0, < 2.0)
99
- rspec-support (~> 3.11.0)
100
- rspec-support (3.11.0)
101
- rubocop (1.27.0)
80
+ rspec-support (~> 3.12.0)
81
+ rspec-support (3.12.0)
82
+ rubocop (1.41.1)
83
+ json (~> 2.3)
102
84
  parallel (~> 1.10)
103
- parser (>= 3.1.0.0)
85
+ parser (>= 3.1.2.1)
104
86
  rainbow (>= 2.2.2, < 4.0)
105
87
  regexp_parser (>= 1.8, < 3.0)
106
- rexml
107
- rubocop-ast (>= 1.16.0, < 2.0)
88
+ rexml (>= 3.2.5, < 4.0)
89
+ rubocop-ast (>= 1.23.0, < 2.0)
108
90
  ruby-progressbar (~> 1.7)
109
91
  unicode-display_width (>= 1.4.0, < 3.0)
110
- rubocop-ast (1.16.0)
92
+ rubocop-ast (1.24.0)
111
93
  parser (>= 3.1.1.0)
112
94
  rubocop-rake (0.6.0)
113
95
  rubocop (~> 1.0)
114
- rubocop-rspec (2.9.0)
115
- rubocop (~> 1.19)
96
+ rubocop-rspec (2.16.0)
97
+ rubocop (~> 1.33)
116
98
  ruby-progressbar (1.11.0)
117
99
  ruby2_keywords (0.0.5)
118
- sawyer (0.8.2)
100
+ sawyer (0.9.2)
119
101
  addressable (>= 2.3.5)
120
- faraday (> 0.8, < 2.0)
121
- simplecov (0.21.2)
102
+ faraday (>= 0.17.3, < 3)
103
+ simplecov (0.22.0)
122
104
  docile (~> 1.1)
123
105
  simplecov-html (~> 0.11)
124
106
  simplecov_json_formatter (~> 0.1)
125
107
  simplecov-html (0.12.3)
126
108
  simplecov_json_formatter (0.1.4)
127
109
  sshkey (2.0.0)
128
- tzinfo (2.0.4)
110
+ tzinfo (2.0.5)
129
111
  concurrent-ruby (~> 1.0)
130
- unicode-display_width (2.1.0)
112
+ unicode-display_width (2.3.0)
131
113
 
132
114
  PLATFORMS
115
+ arm64-darwin-21
133
116
  ruby
134
117
  x86_64-darwin-19
135
118
  x86_64-linux
@@ -150,4 +133,4 @@ DEPENDENCIES
150
133
  simplecov
151
134
 
152
135
  BUNDLED WITH
153
- 2.3.11
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.7'
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.7
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-04-10 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