rake_leiningen 0.34.0 → 0.35.0.pre.1
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 +4 -4
- data/Gemfile.lock +19 -19
- data/lib/rake_leiningen/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe613fed24e829b0147e0924e3edb26b75061c2df613a0f69e01ad8bd0864916
|
|
4
|
+
data.tar.gz: 6f00d4eedcc4df857e30d0baaf4ca399c70831e5fe367b2f50128b27afa523b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
97
|
+
regexp_parser (2.6.0)
|
|
98
98
|
rexml (3.2.5)
|
|
99
|
-
rspec (3.
|
|
100
|
-
rspec-core (~> 3.
|
|
101
|
-
rspec-expectations (~> 3.
|
|
102
|
-
rspec-mocks (~> 3.
|
|
103
|
-
rspec-core (3.
|
|
104
|
-
rspec-support (~> 3.
|
|
105
|
-
rspec-expectations (3.
|
|
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.
|
|
108
|
-
rspec-mocks (3.
|
|
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.
|
|
111
|
-
rspec-support (3.
|
|
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.
|
|
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.
|
|
127
|
-
rubocop (~> 1.
|
|
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.
|
|
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.
|
|
174
|
+
2.3.24
|
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.
|
|
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-
|
|
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:
|
|
318
|
+
version: 1.3.1
|
|
319
319
|
requirements: []
|
|
320
320
|
rubygems_version: 3.1.6
|
|
321
321
|
signing_key:
|