rake_leiningen 0.34.0 → 0.35.0.pre.1

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: fe613fed24e829b0147e0924e3edb26b75061c2df613a0f69e01ad8bd0864916
4
+ data.tar.gz: 6f00d4eedcc4df857e30d0baaf4ca399c70831e5fe367b2f50128b27afa523b1
5
5
  SHA512:
6
- metadata.gz: 634e749ff90c029069f5989ea90b700ec9efe7fdadfe4f55df81b782f3a8731881357b4ce8279dbafc305e280110af99e271111137b9d86548d2003dfc94f711
7
- data.tar.gz: 4cdf3754e38d2a423a3b4fe6c3e429561c8d0d06ce5b2d72e6f877c48345f062649a003ac885306cea0b4c2637e0c12f95c1f6daf2d4d2344159d43362bacebd
6
+ metadata.gz: 4f66459371e6a7c852f4cefd05079c0748d4e2a1343c566311b8de58218666d1d167abeac5fdf022664c73c7f27b9020b5026e5744d7ae98fd5e48c9a573288a
7
+ data.tar.gz: cc90b2e8a3fd6bf3b8155ac51d42ec82547fd14acc0030e86e2bb2d57e2e965a1fa4076691852f97a72abf8e54bfc0f2e94d228117fc0e38426f4379e72e9e38
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.1)
5
5
  rake_dependencies (~> 3.1)
6
6
  rake_factory (~> 0.23)
7
7
  ruby_leiningen (= 0.25.0)
@@ -10,7 +10,7 @@ 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)
@@ -94,21 +94,21 @@ GEM
94
94
  colored2 (~> 3.1)
95
95
  rake_factory (~> 0.23)
96
96
  sshkey (~> 2.0)
97
- regexp_parser (2.5.0)
97
+ regexp_parser (2.6.0)
98
98
  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)
99
+ rspec (3.12.0)
100
+ rspec-core (~> 3.12.0)
101
+ rspec-expectations (~> 3.12.0)
102
+ rspec-mocks (~> 3.12.0)
103
+ rspec-core (3.12.0)
104
+ rspec-support (~> 3.12.0)
105
+ rspec-expectations (3.12.0)
106
106
  diff-lcs (>= 1.2.0, < 2.0)
107
- rspec-support (~> 3.11.0)
108
- rspec-mocks (3.11.0)
107
+ rspec-support (~> 3.12.0)
108
+ rspec-mocks (3.12.0)
109
109
  diff-lcs (>= 1.2.0, < 2.0)
110
- rspec-support (~> 3.11.0)
111
- rspec-support (3.11.0)
110
+ rspec-support (~> 3.12.0)
111
+ rspec-support (3.12.0)
112
112
  rubocop (1.36.0)
113
113
  json (~> 2.3)
114
114
  parallel (~> 1.10)
@@ -119,12 +119,12 @@ GEM
119
119
  rubocop-ast (>= 1.20.1, < 2.0)
120
120
  ruby-progressbar (~> 1.7)
121
121
  unicode-display_width (>= 1.4.0, < 3.0)
122
- rubocop-ast (1.21.0)
122
+ rubocop-ast (1.23.0)
123
123
  parser (>= 3.1.1.0)
124
124
  rubocop-rake (0.6.0)
125
125
  rubocop (~> 1.0)
126
- rubocop-rspec (2.12.1)
127
- rubocop (~> 1.31)
126
+ rubocop-rspec (2.14.2)
127
+ rubocop (~> 1.33)
128
128
  ruby-progressbar (1.11.0)
129
129
  ruby2_keywords (0.0.5)
130
130
  ruby_gpg2 (0.8.0)
@@ -146,7 +146,7 @@ GEM
146
146
  sshkey (2.0.0)
147
147
  tzinfo (2.0.5)
148
148
  concurrent-ruby (~> 1.0)
149
- unicode-display_width (2.2.0)
149
+ unicode-display_width (2.3.0)
150
150
 
151
151
  PLATFORMS
152
152
  ruby
@@ -171,4 +171,4 @@ DEPENDENCIES
171
171
  simplecov
172
172
 
173
173
  BUNDLED WITH
174
- 2.3.22
174
+ 2.3.24
@@ -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.1'
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.1
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-10-28 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: