rake_fly 2.12.0.pre.1 → 2.12.0.pre.2

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: eaf9870da6ad403f86e260fb2725286b3057d06f4183060c4e66fdcb7d0243fb
4
- data.tar.gz: 047b32623cd72034641281ae4ecc40153e93a2168ad552e481211c093efe1254
3
+ metadata.gz: ebd5d44b7da6afc7607c8263330221f4010f1758ed5a2072d7544cfabc9f6d42
4
+ data.tar.gz: b2a7b2210a1f7e6f3cff0dc8208d1b4e28dbd505809b603b8b4754e5d6ee3d50
5
5
  SHA512:
6
- metadata.gz: 0a8167d0f5b363370ff93ab8be23f300291073a4707613d537a5c726de8f6713319fdfbab06ac231a040ab1b3050d73dfa108762428d32c6d9a3e7cb3ffc6fff
7
- data.tar.gz: c891b1df4bc708cc8e0333c7099b0f45b2d930ce18175d43c97bbbcbe622e98650e5fc60e5ec848af49c6a0adaced65a42d43f128416bc0a3831da3608a42235
6
+ metadata.gz: 30a1f18326fe677519239c33ac6b3e51d8fdcfe3be77744cfa660c7b0755e218890ca06b8139ac95211030f9ac1d080ca44c607925a15a73eb29be0ded7cbe92
7
+ data.tar.gz: fdadf0ffa60332e0a93f4f04f127b41fd4151fb64717412b51c8e72bcd7d1daecae42c853e622394a7c11dcbf93f28fe455010109f2e5922ff8161463adeb790
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_fly (2.12.0.pre.1)
4
+ rake_fly (2.12.0.pre.2)
5
5
  concourse.rb (>= 0.4)
6
6
  rake_dependencies (~> 3.1)
7
7
  rake_factory (~> 0.29)
@@ -16,122 +16,76 @@ GEM
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
18
18
  tzinfo (~> 2.0)
19
- addressable (2.8.0)
20
- public_suffix (>= 2.0.2, < 5.0)
19
+ addressable (2.8.1)
20
+ public_suffix (>= 2.0.2, < 6.0)
21
21
  ast (2.4.2)
22
22
  colored2 (3.1.2)
23
- concourse.rb (0.4.0)
24
- dry-schema (~> 0.5)
23
+ concourse.rb (0.5.0)
25
24
  excon (~> 0.72)
26
25
  semantic (~> 1.5)
27
26
  concurrent-ruby (1.1.10)
28
27
  diff-lcs (1.5.0)
29
28
  docile (1.4.0)
30
- dry-configurable (0.14.0)
31
- concurrent-ruby (~> 1.0)
32
- dry-core (~> 0.6)
33
- dry-container (0.9.0)
34
- concurrent-ruby (~> 1.0)
35
- dry-configurable (~> 0.13, >= 0.13.0)
36
- dry-core (0.7.1)
37
- concurrent-ruby (~> 1.0)
38
- dry-equalizer (0.3.0)
39
- dry-inflector (0.2.1)
40
- dry-initializer (3.1.1)
41
- dry-logic (1.2.0)
42
- concurrent-ruby (~> 1.0)
43
- dry-core (~> 0.5, >= 0.5)
44
- dry-schema (0.6.0)
45
- concurrent-ruby (~> 1.0)
46
- dry-configurable (~> 0.8, >= 0.8.0)
47
- dry-core (~> 0.4)
48
- dry-equalizer (~> 0.2)
49
- dry-initializer (~> 3.0)
50
- dry-logic (~> 1.0)
51
- dry-types (~> 1.0)
52
- dry-types (1.5.1)
53
- concurrent-ruby (~> 1.0)
54
- dry-container (~> 0.3)
55
- dry-core (~> 0.5, >= 0.5)
56
- dry-inflector (~> 0.1, >= 0.1.2)
57
- dry-logic (~> 1.0, >= 1.0.2)
58
- excon (0.92.0)
59
- fakefs (1.8.0)
60
- faker (2.23.0)
29
+ down (5.4.0)
30
+ addressable (~> 2.8)
31
+ excon (0.95.0)
32
+ fakefs (1.9.0)
33
+ faker (3.1.0)
61
34
  i18n (>= 1.8.11, < 2)
62
- faraday (1.10.0)
63
- faraday-em_http (~> 1.0)
64
- faraday-em_synchrony (~> 1.0)
65
- faraday-excon (~> 1.1)
66
- faraday-httpclient (~> 1.0)
67
- faraday-multipart (~> 1.0)
68
- faraday-net_http (~> 1.0)
69
- faraday-net_http_persistent (~> 1.0)
70
- faraday-patron (~> 1.0)
71
- faraday-rack (~> 1.0)
72
- faraday-retry (~> 1.0)
35
+ faraday (2.7.2)
36
+ faraday-net_http (>= 2.0, < 3.1)
73
37
  ruby2_keywords (>= 0.0.4)
74
- faraday-em_http (1.0.0)
75
- faraday-em_synchrony (1.0.0)
76
- faraday-excon (1.1.0)
77
- faraday-httpclient (1.0.1)
78
- faraday-multipart (1.0.3)
79
- multipart-post (>= 1.2, < 3)
80
- faraday-net_http (1.0.1)
81
- faraday-net_http_persistent (1.2.0)
82
- faraday-patron (1.0.0)
83
- faraday-rack (1.0.0)
84
- faraday-retry (1.0.3)
38
+ faraday-net_http (3.0.2)
85
39
  gem-release (2.2.2)
86
40
  hamster (3.0.0)
87
41
  concurrent-ruby (~> 1.0)
88
42
  i18n (1.12.0)
89
43
  concurrent-ruby (~> 1.0)
90
- json (2.6.2)
91
- jwt (2.5.0)
92
- lino (3.0.0)
44
+ json (2.6.3)
45
+ jwt (2.6.0)
46
+ lino (3.1.0)
93
47
  hamster (~> 3.0)
94
48
  open4 (~> 1.3)
95
49
  minitar (0.9)
96
50
  minitest (5.16.3)
97
- multipart-post (2.1.1)
98
- octokit (4.22.0)
99
- faraday (>= 0.9)
100
- sawyer (~> 0.8.0, >= 0.5.3)
51
+ octokit (6.0.1)
52
+ faraday (>= 1, < 3)
53
+ sawyer (~> 0.9)
101
54
  open4 (1.3.4)
102
- openssl (3.0.1)
55
+ openssl (3.1.0)
103
56
  parallel (1.22.1)
104
- parser (3.1.2.1)
57
+ parser (3.1.3.0)
105
58
  ast (~> 2.4.1)
106
- public_suffix (4.0.6)
59
+ public_suffix (5.0.1)
107
60
  rainbow (3.1.1)
108
61
  rake (13.0.6)
109
- rake_circle_ci (0.9.0)
62
+ rake_circle_ci (0.11.0)
110
63
  colored2 (~> 3.1)
111
64
  excon (~> 0.72)
112
65
  rake_factory (~> 0.23)
113
66
  sshkey (~> 2.0)
114
- rake_dependencies (3.1.0)
67
+ rake_dependencies (3.3.0)
68
+ down (~> 5.3)
115
69
  hamster (~> 3.0)
116
70
  minitar (~> 0.9)
117
71
  rake_factory (~> 0.23)
118
72
  rubyzip (>= 1.3)
119
- rake_factory (0.29.0)
73
+ rake_factory (0.31.0)
120
74
  activesupport (>= 4)
121
75
  rake (~> 13.0)
122
- rake_github (0.9.0)
76
+ rake_github (0.11.0)
123
77
  colored2 (~> 3.1)
124
- octokit (~> 4.16)
78
+ octokit (>= 4.16, < 7.0)
125
79
  rake_factory (~> 0.23)
126
80
  sshkey (~> 2.0)
127
- rake_gpg (0.16.0)
128
- rake_factory (>= 0.23, < 1)
129
- ruby_gpg2 (>= 0.6, < 1)
130
- rake_ssh (0.6.0)
81
+ rake_gpg (0.18.0)
82
+ rake_factory (~> 0.23)
83
+ ruby_gpg2 (~> 0.6)
84
+ rake_ssh (0.8.0)
131
85
  colored2 (~> 3.1)
132
86
  rake_factory (~> 0.23)
133
87
  sshkey (~> 2.0)
134
- regexp_parser (2.6.0)
88
+ regexp_parser (2.6.1)
135
89
  rexml (3.2.5)
136
90
  rspec (3.12.0)
137
91
  rspec-core (~> 3.12.0)
@@ -139,41 +93,41 @@ GEM
139
93
  rspec-mocks (~> 3.12.0)
140
94
  rspec-core (3.12.0)
141
95
  rspec-support (~> 3.12.0)
142
- rspec-expectations (3.12.0)
96
+ rspec-expectations (3.12.1)
143
97
  diff-lcs (>= 1.2.0, < 2.0)
144
98
  rspec-support (~> 3.12.0)
145
- rspec-mocks (3.12.0)
99
+ rspec-mocks (3.12.1)
146
100
  diff-lcs (>= 1.2.0, < 2.0)
147
101
  rspec-support (~> 3.12.0)
148
102
  rspec-support (3.12.0)
149
- rubocop (1.36.0)
103
+ rubocop (1.41.1)
150
104
  json (~> 2.3)
151
105
  parallel (~> 1.10)
152
106
  parser (>= 3.1.2.1)
153
107
  rainbow (>= 2.2.2, < 4.0)
154
108
  regexp_parser (>= 1.8, < 3.0)
155
109
  rexml (>= 3.2.5, < 4.0)
156
- rubocop-ast (>= 1.20.1, < 2.0)
110
+ rubocop-ast (>= 1.23.0, < 2.0)
157
111
  ruby-progressbar (~> 1.7)
158
112
  unicode-display_width (>= 1.4.0, < 3.0)
159
- rubocop-ast (1.23.0)
113
+ rubocop-ast (1.24.0)
160
114
  parser (>= 3.1.1.0)
161
115
  rubocop-rake (0.6.0)
162
116
  rubocop (~> 1.0)
163
- rubocop-rspec (2.14.2)
117
+ rubocop-rspec (2.16.0)
164
118
  rubocop (~> 1.33)
165
119
  ruby-progressbar (1.11.0)
166
120
  ruby2_keywords (0.0.5)
167
- ruby_fly (0.37.0)
121
+ ruby_fly (0.39.0)
122
+ lino (~> 3.0)
123
+ ruby_gpg2 (0.10.0)
168
124
  lino (~> 3.0)
169
- ruby_gpg2 (0.8.0)
170
- lino (>= 1.5)
171
125
  rubyzip (2.3.2)
172
- sawyer (0.8.2)
126
+ sawyer (0.9.2)
173
127
  addressable (>= 2.3.5)
174
- faraday (> 0.8, < 2.0)
128
+ faraday (>= 0.17.3, < 3)
175
129
  semantic (1.6.1)
176
- simplecov (0.21.2)
130
+ simplecov (0.22.0)
177
131
  docile (~> 1.1)
178
132
  simplecov-html (~> 0.11)
179
133
  simplecov_json_formatter (~> 0.1)
@@ -209,4 +163,4 @@ DEPENDENCIES
209
163
  simplecov
210
164
 
211
165
  BUNDLED WITH
212
- 2.3.24
166
+ 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:auto_correct']
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 RakeFly
4
- VERSION = '2.12.0.pre.1'
4
+ VERSION = '2.12.0.pre.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_fly
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.0.pre.1
4
+ version: 2.12.0.pre.2
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: concourse.rb