rake_gpg 0.17.0.pre.6 → 0.17.0.pre.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c558067a50c95921aa8a16a9d0c3e81a79f9d383fbd174dd7b1b76d1474e6c29
4
- data.tar.gz: adc36b1882e9c2903abf5b5f21c65aeca87f34e5c0ce9c5ea07237ed9230b8e2
3
+ metadata.gz: ae02544d5ea261b9e225df7d3bc269b8723761925b40dcca93b5af43e8a7569e
4
+ data.tar.gz: 18af0c57cdbf1eb2cd49e015027c3c41d8be776260f2b7076106662b65c8133c
5
5
  SHA512:
6
- metadata.gz: dedc7482ff408a5b322f7702645038695228c070d73e0440939bf8de0d08d5ec9cb1ae6f5d3336df3046438f1b1fc2aa4d0aeca2145d6b6b770a88c9e0bef20e
7
- data.tar.gz: 74b6abbb7c2dce3ef6f17989140a578a43b5b1dc92a2b6bf4dc68761ee4f01322808f0ae345d0f82795bef9a0f642ebc8420611caa51d61d24101e78dec391e8
6
+ metadata.gz: 76bb33c1bc0c9ac16b1ed3153724e8b23098069c6336d6e400319ae8763726c3882be5bf191ba47aba71a2a40af39119f116eb433cb3359868038b116c2f4a59
7
+ data.tar.gz: ba138a04d35ad868006f62d255c9bf355e9ba1e7e51c8703b853c125f40b945d0214bd656e549ef0c5205e11a883399317b6def7a00216380fe9ee46ca2d67da
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_gpg (0.17.0.pre.6)
4
+ rake_gpg (0.17.0.pre.7)
5
5
  rake_factory (~> 0.23)
6
6
  ruby_gpg2 (~> 0.6)
7
7
 
@@ -13,65 +13,45 @@ GEM
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
15
15
  tzinfo (~> 2.0)
16
- addressable (2.8.0)
17
- public_suffix (>= 2.0.2, < 5.0)
16
+ addressable (2.8.1)
17
+ public_suffix (>= 2.0.2, < 6.0)
18
18
  ast (2.4.2)
19
19
  colored2 (3.1.2)
20
20
  concurrent-ruby (1.1.10)
21
21
  diff-lcs (1.5.0)
22
22
  docile (1.4.0)
23
- excon (0.92.0)
24
- fakefs (1.8.0)
25
- faraday (1.10.0)
26
- faraday-em_http (~> 1.0)
27
- faraday-em_synchrony (~> 1.0)
28
- faraday-excon (~> 1.1)
29
- faraday-httpclient (~> 1.0)
30
- faraday-multipart (~> 1.0)
31
- faraday-net_http (~> 1.0)
32
- faraday-net_http_persistent (~> 1.0)
33
- faraday-patron (~> 1.0)
34
- faraday-rack (~> 1.0)
35
- faraday-retry (~> 1.0)
23
+ excon (0.95.0)
24
+ fakefs (1.9.0)
25
+ faraday (2.7.2)
26
+ faraday-net_http (>= 2.0, < 3.1)
36
27
  ruby2_keywords (>= 0.0.4)
37
- faraday-em_http (1.0.0)
38
- faraday-em_synchrony (1.0.0)
39
- faraday-excon (1.1.0)
40
- faraday-httpclient (1.0.1)
41
- faraday-multipart (1.0.3)
42
- multipart-post (>= 1.2, < 3)
43
- faraday-net_http (1.0.1)
44
- faraday-net_http_persistent (1.2.0)
45
- faraday-patron (1.0.0)
46
- faraday-rack (1.0.0)
47
- faraday-retry (1.0.3)
28
+ faraday-net_http (3.0.2)
48
29
  gem-release (2.2.2)
49
30
  hamster (3.0.0)
50
31
  concurrent-ruby (~> 1.0)
51
32
  i18n (1.12.0)
52
33
  concurrent-ruby (~> 1.0)
53
- json (2.6.2)
54
- lino (3.0.0)
34
+ json (2.6.3)
35
+ lino (3.1.0)
55
36
  hamster (~> 3.0)
56
37
  open4 (~> 1.3)
57
38
  minitest (5.16.3)
58
- multipart-post (2.1.1)
59
- octokit (4.22.0)
60
- faraday (>= 0.9)
61
- sawyer (~> 0.8.0, >= 0.5.3)
39
+ octokit (4.25.1)
40
+ faraday (>= 1, < 3)
41
+ sawyer (~> 0.9)
62
42
  open4 (1.3.4)
63
43
  parallel (1.22.1)
64
- parser (3.1.2.1)
44
+ parser (3.1.3.0)
65
45
  ast (~> 2.4.1)
66
- public_suffix (4.0.6)
46
+ public_suffix (5.0.1)
67
47
  rainbow (3.1.1)
68
48
  rake (13.0.6)
69
- rake_circle_ci (0.9.0)
49
+ rake_circle_ci (0.11.0)
70
50
  colored2 (~> 3.1)
71
51
  excon (~> 0.72)
72
52
  rake_factory (~> 0.23)
73
53
  sshkey (~> 2.0)
74
- rake_factory (0.29.0)
54
+ rake_factory (0.31.0)
75
55
  activesupport (>= 4)
76
56
  rake (~> 13.0)
77
57
  rake_github (0.9.0)
@@ -83,7 +63,7 @@ GEM
83
63
  colored2 (~> 3.1)
84
64
  rake_factory (~> 0.23)
85
65
  sshkey (~> 2.0)
86
- regexp_parser (2.6.0)
66
+ regexp_parser (2.6.1)
87
67
  rexml (3.2.5)
88
68
  rspec (3.12.0)
89
69
  rspec-core (~> 3.12.0)
@@ -91,37 +71,37 @@ GEM
91
71
  rspec-mocks (~> 3.12.0)
92
72
  rspec-core (3.12.0)
93
73
  rspec-support (~> 3.12.0)
94
- rspec-expectations (3.12.0)
74
+ rspec-expectations (3.12.1)
95
75
  diff-lcs (>= 1.2.0, < 2.0)
96
76
  rspec-support (~> 3.12.0)
97
- rspec-mocks (3.12.0)
77
+ rspec-mocks (3.12.1)
98
78
  diff-lcs (>= 1.2.0, < 2.0)
99
79
  rspec-support (~> 3.12.0)
100
80
  rspec-support (3.12.0)
101
- rubocop (1.36.0)
81
+ rubocop (1.41.1)
102
82
  json (~> 2.3)
103
83
  parallel (~> 1.10)
104
84
  parser (>= 3.1.2.1)
105
85
  rainbow (>= 2.2.2, < 4.0)
106
86
  regexp_parser (>= 1.8, < 3.0)
107
87
  rexml (>= 3.2.5, < 4.0)
108
- rubocop-ast (>= 1.20.1, < 2.0)
88
+ rubocop-ast (>= 1.23.0, < 2.0)
109
89
  ruby-progressbar (~> 1.7)
110
90
  unicode-display_width (>= 1.4.0, < 3.0)
111
- rubocop-ast (1.23.0)
91
+ rubocop-ast (1.24.0)
112
92
  parser (>= 3.1.1.0)
113
93
  rubocop-rake (0.6.0)
114
94
  rubocop (~> 1.0)
115
- rubocop-rspec (2.14.2)
95
+ rubocop-rspec (2.16.0)
116
96
  rubocop (~> 1.33)
117
97
  ruby-progressbar (1.11.0)
118
98
  ruby2_keywords (0.0.5)
119
- ruby_gpg2 (0.8.0)
120
- lino (>= 1.5)
121
- sawyer (0.8.2)
99
+ ruby_gpg2 (0.10.0)
100
+ lino (~> 3.0)
101
+ sawyer (0.9.2)
122
102
  addressable (>= 2.3.5)
123
- faraday (> 0.8, < 2.0)
124
- simplecov (0.21.2)
103
+ faraday (>= 0.17.3, < 3)
104
+ simplecov (0.22.0)
125
105
  docile (~> 1.1)
126
106
  simplecov-html (~> 0.11)
127
107
  simplecov_json_formatter (~> 0.1)
@@ -133,6 +113,7 @@ GEM
133
113
  unicode-display_width (2.3.0)
134
114
 
135
115
  PLATFORMS
116
+ arm64-darwin-21
136
117
  ruby
137
118
  x86_64-darwin-19
138
119
  x86_64-linux
@@ -154,4 +135,4 @@ DEPENDENCIES
154
135
  simplecov
155
136
 
156
137
  BUNDLED WITH
157
- 2.3.24
138
+ 2.4.1
data/Rakefile CHANGED
@@ -51,7 +51,7 @@ namespace :library do
51
51
  task check: [:rubocop]
52
52
 
53
53
  desc 'Attempt to automatically fix issues with the library'
54
- task fix: [:'rubocop:autocorrect']
54
+ task fix: [:'rubocop:autocorrect_all']
55
55
  end
56
56
 
57
57
  namespace :test do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeGPG
4
- VERSION = '0.17.0.pre.6'
4
+ VERSION = '0.17.0.pre.7'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_gpg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0.pre.6
4
+ version: 0.17.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: 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: rake_factory