rake_leiningen 0.34.0 → 0.35.0.pre.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b39ab2f97022d39f9f8ebe0668a9976a9fefacba5dbdbca8a8da9ac467c54669
4
- data.tar.gz: 91bbd800e01f44f9308a757c2ea43545c8bddbcb8eb8b0e3704beaf616f277a3
3
+ metadata.gz: 38c628607955c948b8d64fc72b312992ac3be2744245e9cf1c7f75fd315ec9c9
4
+ data.tar.gz: 7da9c3386e6101f89c27a66cb52b759bf4fe8befe9248dab7c99d6cbcd767f19
5
5
  SHA512:
6
- metadata.gz: 634e749ff90c029069f5989ea90b700ec9efe7fdadfe4f55df81b782f3a8731881357b4ce8279dbafc305e280110af99e271111137b9d86548d2003dfc94f711
7
- data.tar.gz: 4cdf3754e38d2a423a3b4fe6c3e429561c8d0d06ce5b2d72e6f877c48345f062649a003ac885306cea0b4c2637e0c12f95c1f6daf2d4d2344159d43362bacebd
6
+ metadata.gz: 93f2e527f64e3ec595469caa25da012c59f1495057a2dfbee13493a2e01ef08c53f46cfbee5a40773f091bd065063910bf04408894fb0cd44fabc5521dd62092
7
+ data.tar.gz: c23990ecf53badef2d8edb2a0f9006eaae93a875f65c62d29bec50d7bbdd2409141d2108a23aff544fd9806360e645c8b43c4ad1184ef616ffc3ddf4b5139f8b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_leiningen (0.34.0)
4
+ rake_leiningen (0.35.0.pre.2)
5
5
  rake_dependencies (~> 3.1)
6
6
  rake_factory (~> 0.23)
7
7
  ruby_leiningen (= 0.25.0)
@@ -10,134 +10,117 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.3.1)
13
+ activesupport (7.0.4)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
17
17
  tzinfo (~> 2.0)
18
- addressable (2.8.0)
19
- public_suffix (>= 2.0.2, < 5.0)
18
+ addressable (2.8.1)
19
+ public_suffix (>= 2.0.2, < 6.0)
20
20
  ast (2.4.2)
21
21
  colored2 (3.1.2)
22
22
  concurrent-ruby (1.1.10)
23
23
  diff-lcs (1.5.0)
24
24
  docile (1.4.0)
25
- excon (0.92.0)
26
- fakefs (1.8.0)
27
- faraday (1.10.0)
28
- faraday-em_http (~> 1.0)
29
- faraday-em_synchrony (~> 1.0)
30
- faraday-excon (~> 1.1)
31
- faraday-httpclient (~> 1.0)
32
- faraday-multipart (~> 1.0)
33
- faraday-net_http (~> 1.0)
34
- faraday-net_http_persistent (~> 1.0)
35
- faraday-patron (~> 1.0)
36
- faraday-rack (~> 1.0)
37
- faraday-retry (~> 1.0)
25
+ down (5.4.0)
26
+ addressable (~> 2.8)
27
+ excon (0.95.0)
28
+ fakefs (1.9.0)
29
+ faraday (2.7.2)
30
+ faraday-net_http (>= 2.0, < 3.1)
38
31
  ruby2_keywords (>= 0.0.4)
39
- faraday-em_http (1.0.0)
40
- faraday-em_synchrony (1.0.0)
41
- faraday-excon (1.1.0)
42
- faraday-httpclient (1.0.1)
43
- faraday-multipart (1.0.3)
44
- multipart-post (>= 1.2, < 3)
45
- faraday-net_http (1.0.1)
46
- faraday-net_http_persistent (1.2.0)
47
- faraday-patron (1.0.0)
48
- faraday-rack (1.0.0)
49
- faraday-retry (1.0.3)
32
+ faraday-net_http (3.0.2)
50
33
  gem-release (2.2.2)
51
34
  hamster (3.0.0)
52
35
  concurrent-ruby (~> 1.0)
53
36
  i18n (1.12.0)
54
37
  concurrent-ruby (~> 1.0)
55
- json (2.6.2)
56
- lino (3.0.0)
38
+ json (2.6.3)
39
+ lino (3.1.0)
57
40
  hamster (~> 3.0)
58
41
  open4 (~> 1.3)
59
42
  minitar (0.9)
60
43
  minitest (5.16.3)
61
- multipart-post (2.1.1)
62
- octokit (4.22.0)
63
- faraday (>= 0.9)
64
- sawyer (~> 0.8.0, >= 0.5.3)
44
+ octokit (6.0.1)
45
+ faraday (>= 1, < 3)
46
+ sawyer (~> 0.9)
65
47
  open4 (1.3.4)
66
48
  parallel (1.22.1)
67
- parser (3.1.2.1)
49
+ parser (3.1.3.0)
68
50
  ast (~> 2.4.1)
69
- public_suffix (4.0.6)
51
+ public_suffix (5.0.1)
70
52
  rainbow (3.1.1)
71
53
  rake (13.0.6)
72
- rake_circle_ci (0.9.0)
54
+ rake_circle_ci (0.11.0)
73
55
  colored2 (~> 3.1)
74
56
  excon (~> 0.72)
75
57
  rake_factory (~> 0.23)
76
58
  sshkey (~> 2.0)
77
- rake_dependencies (3.1.0)
59
+ rake_dependencies (3.3.0)
60
+ down (~> 5.3)
78
61
  hamster (~> 3.0)
79
62
  minitar (~> 0.9)
80
63
  rake_factory (~> 0.23)
81
64
  rubyzip (>= 1.3)
82
- rake_factory (0.29.0)
65
+ rake_factory (0.31.0)
83
66
  activesupport (>= 4)
84
67
  rake (~> 13.0)
85
- rake_github (0.9.0)
68
+ rake_github (0.11.0)
86
69
  colored2 (~> 3.1)
87
- octokit (~> 4.16)
70
+ octokit (>= 4.16, < 7.0)
88
71
  rake_factory (~> 0.23)
89
72
  sshkey (~> 2.0)
90
- rake_gpg (0.16.0)
91
- rake_factory (>= 0.23, < 1)
92
- ruby_gpg2 (>= 0.6, < 1)
93
- rake_ssh (0.6.0)
73
+ rake_gpg (0.18.0)
74
+ rake_factory (~> 0.23)
75
+ ruby_gpg2 (~> 0.6)
76
+ rake_ssh (0.8.0)
94
77
  colored2 (~> 3.1)
95
78
  rake_factory (~> 0.23)
96
79
  sshkey (~> 2.0)
97
- regexp_parser (2.5.0)
80
+ regexp_parser (2.6.1)
98
81
  rexml (3.2.5)
99
- rspec (3.11.0)
100
- rspec-core (~> 3.11.0)
101
- rspec-expectations (~> 3.11.0)
102
- rspec-mocks (~> 3.11.0)
103
- rspec-core (3.11.0)
104
- rspec-support (~> 3.11.0)
105
- rspec-expectations (3.11.0)
82
+ rspec (3.12.0)
83
+ rspec-core (~> 3.12.0)
84
+ rspec-expectations (~> 3.12.0)
85
+ rspec-mocks (~> 3.12.0)
86
+ rspec-core (3.12.0)
87
+ rspec-support (~> 3.12.0)
88
+ rspec-expectations (3.12.1)
106
89
  diff-lcs (>= 1.2.0, < 2.0)
107
- rspec-support (~> 3.11.0)
108
- rspec-mocks (3.11.0)
90
+ rspec-support (~> 3.12.0)
91
+ rspec-mocks (3.12.1)
109
92
  diff-lcs (>= 1.2.0, < 2.0)
110
- rspec-support (~> 3.11.0)
111
- rspec-support (3.11.0)
112
- rubocop (1.36.0)
93
+ rspec-support (~> 3.12.0)
94
+ rspec-support (3.12.0)
95
+ rubocop (1.41.1)
113
96
  json (~> 2.3)
114
97
  parallel (~> 1.10)
115
98
  parser (>= 3.1.2.1)
116
99
  rainbow (>= 2.2.2, < 4.0)
117
100
  regexp_parser (>= 1.8, < 3.0)
118
101
  rexml (>= 3.2.5, < 4.0)
119
- rubocop-ast (>= 1.20.1, < 2.0)
102
+ rubocop-ast (>= 1.23.0, < 2.0)
120
103
  ruby-progressbar (~> 1.7)
121
104
  unicode-display_width (>= 1.4.0, < 3.0)
122
- rubocop-ast (1.21.0)
105
+ rubocop-ast (1.24.0)
123
106
  parser (>= 3.1.1.0)
124
107
  rubocop-rake (0.6.0)
125
108
  rubocop (~> 1.0)
126
- rubocop-rspec (2.12.1)
127
- rubocop (~> 1.31)
109
+ rubocop-rspec (2.16.0)
110
+ rubocop (~> 1.33)
128
111
  ruby-progressbar (1.11.0)
129
112
  ruby2_keywords (0.0.5)
130
- ruby_gpg2 (0.8.0)
131
- lino (>= 1.5)
113
+ ruby_gpg2 (0.10.0)
114
+ lino (~> 3.0)
132
115
  ruby_leiningen (0.25.0)
133
116
  activesupport (>= 6.0.2, < 8)
134
117
  lino (~> 3.0)
135
118
  rubyzip (2.3.2)
136
- sawyer (0.8.2)
119
+ sawyer (0.9.2)
137
120
  addressable (>= 2.3.5)
138
- faraday (> 0.8, < 2.0)
121
+ faraday (>= 0.17.3, < 3)
139
122
  semantic (1.6.1)
140
- simplecov (0.21.2)
123
+ simplecov (0.22.0)
141
124
  docile (~> 1.1)
142
125
  simplecov-html (~> 0.11)
143
126
  simplecov_json_formatter (~> 0.1)
@@ -146,7 +129,7 @@ GEM
146
129
  sshkey (2.0.0)
147
130
  tzinfo (2.0.5)
148
131
  concurrent-ruby (~> 1.0)
149
- unicode-display_width (2.2.0)
132
+ unicode-display_width (2.3.0)
150
133
 
151
134
  PLATFORMS
152
135
  ruby
@@ -171,4 +154,4 @@ DEPENDENCIES
171
154
  simplecov
172
155
 
173
156
  BUNDLED WITH
174
- 2.3.22
157
+ 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 RakeLeiningen
4
- VERSION = '0.34.0'
4
+ VERSION = '0.35.0.pre.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_leiningen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.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-09-08 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_dependencies
@@ -313,9 +313,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
313
313
  version: '2.7'
314
314
  required_rubygems_version: !ruby/object:Gem::Requirement
315
315
  requirements:
316
- - - ">="
316
+ - - ">"
317
317
  - !ruby/object:Gem::Version
318
- version: '0'
318
+ version: 1.3.1
319
319
  requirements: []
320
320
  rubygems_version: 3.1.6
321
321
  signing_key: