ruby_leiningen 0.24.0.pre.7 → 0.24.0.pre.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +18 -16
- data/lib/ruby_leiningen/commands/base.rb +2 -2
- data/lib/ruby_leiningen/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f238f4520bc050ddb86f437a2c7f271e79353ab4c0c786798ef5380d9f844776
|
4
|
+
data.tar.gz: fbfea61c80e2f2bf6ca113ddba5f5b8c00ff9494eb55d9a74725d0ffd1d81b21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1770bb1c1f05b95cfdd5ae630c5f055e60e2c9e30fd158b84c3a3d9272b88eb1e9860d20103b60b5f22189eb25168a9c376e5858969d14bd83c0135f8b4b2671
|
7
|
+
data.tar.gz: f8eab3e9721fb35dbcc8e18140458421b619037ef94d310bce6b2f339f5a22c02268b9bed4f3144050098a429d157899bb28420c8040e954cc22c3a058d73628
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby_leiningen (0.24.0.pre.
|
4
|
+
ruby_leiningen (0.24.0.pre.8)
|
5
5
|
activesupport (>= 6.0.2, < 8)
|
6
6
|
lino (~> 3.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.0.
|
11
|
+
activesupport (7.0.3.1)
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
13
|
i18n (>= 1.6, < 2)
|
14
14
|
minitest (>= 5.1)
|
@@ -17,7 +17,7 @@ GEM
|
|
17
17
|
public_suffix (>= 2.0.2, < 5.0)
|
18
18
|
ast (2.4.2)
|
19
19
|
colored2 (3.1.2)
|
20
|
-
concurrent-ruby (1.1.
|
20
|
+
concurrent-ruby (1.1.10)
|
21
21
|
diff-lcs (1.5.0)
|
22
22
|
docile (1.4.0)
|
23
23
|
excon (0.92.0)
|
@@ -47,19 +47,20 @@ GEM
|
|
47
47
|
gem-release (2.2.2)
|
48
48
|
hamster (3.0.0)
|
49
49
|
concurrent-ruby (~> 1.0)
|
50
|
-
i18n (1.
|
50
|
+
i18n (1.11.0)
|
51
51
|
concurrent-ruby (~> 1.0)
|
52
|
+
json (2.6.2)
|
52
53
|
lino (3.0.0)
|
53
54
|
hamster (~> 3.0)
|
54
55
|
open4 (~> 1.3)
|
55
|
-
minitest (5.
|
56
|
+
minitest (5.16.2)
|
56
57
|
multipart-post (2.1.1)
|
57
58
|
octokit (4.22.0)
|
58
59
|
faraday (>= 0.9)
|
59
60
|
sawyer (~> 0.8.0, >= 0.5.3)
|
60
61
|
open4 (1.3.4)
|
61
62
|
parallel (1.22.1)
|
62
|
-
parser (3.1.1
|
63
|
+
parser (3.1.2.1)
|
63
64
|
ast (~> 2.4.1)
|
64
65
|
public_suffix (4.0.6)
|
65
66
|
rainbow (3.1.1)
|
@@ -84,7 +85,7 @@ GEM
|
|
84
85
|
colored2 (~> 3.1)
|
85
86
|
rake_factory (~> 0.23)
|
86
87
|
sshkey (~> 2.0)
|
87
|
-
regexp_parser (2.
|
88
|
+
regexp_parser (2.5.0)
|
88
89
|
rexml (3.2.5)
|
89
90
|
rspec (3.11.0)
|
90
91
|
rspec-core (~> 3.11.0)
|
@@ -99,21 +100,22 @@ GEM
|
|
99
100
|
diff-lcs (>= 1.2.0, < 2.0)
|
100
101
|
rspec-support (~> 3.11.0)
|
101
102
|
rspec-support (3.11.0)
|
102
|
-
rubocop (1.
|
103
|
+
rubocop (1.36.0)
|
104
|
+
json (~> 2.3)
|
103
105
|
parallel (~> 1.10)
|
104
|
-
parser (>= 3.1.
|
106
|
+
parser (>= 3.1.2.1)
|
105
107
|
rainbow (>= 2.2.2, < 4.0)
|
106
108
|
regexp_parser (>= 1.8, < 3.0)
|
107
|
-
rexml
|
108
|
-
rubocop-ast (>= 1.
|
109
|
+
rexml (>= 3.2.5, < 4.0)
|
110
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
109
111
|
ruby-progressbar (~> 1.7)
|
110
112
|
unicode-display_width (>= 1.4.0, < 3.0)
|
111
|
-
rubocop-ast (1.
|
113
|
+
rubocop-ast (1.21.0)
|
112
114
|
parser (>= 3.1.1.0)
|
113
115
|
rubocop-rake (0.6.0)
|
114
116
|
rubocop (~> 1.0)
|
115
|
-
rubocop-rspec (2.
|
116
|
-
rubocop (~> 1.
|
117
|
+
rubocop-rspec (2.12.1)
|
118
|
+
rubocop (~> 1.31)
|
117
119
|
ruby-progressbar (1.11.0)
|
118
120
|
ruby2_keywords (0.0.5)
|
119
121
|
ruby_gpg2 (0.8.0)
|
@@ -130,7 +132,7 @@ GEM
|
|
130
132
|
sshkey (2.0.0)
|
131
133
|
tzinfo (2.0.4)
|
132
134
|
concurrent-ruby (~> 1.0)
|
133
|
-
unicode-display_width (2.
|
135
|
+
unicode-display_width (2.2.0)
|
134
136
|
|
135
137
|
PLATFORMS
|
136
138
|
ruby
|
@@ -153,4 +155,4 @@ DEPENDENCIES
|
|
153
155
|
simplecov
|
154
156
|
|
155
157
|
BUNDLED WITH
|
156
|
-
2.3.
|
158
|
+
2.3.22
|
@@ -7,8 +7,8 @@ module RubyLeiningen
|
|
7
7
|
class Base
|
8
8
|
attr_reader :binary
|
9
9
|
|
10
|
-
def initialize(
|
11
|
-
@binary = binary || RubyLeiningen.configuration.binary
|
10
|
+
def initialize(opts = {})
|
11
|
+
@binary = opts[:binary] || RubyLeiningen.configuration.binary
|
12
12
|
end
|
13
13
|
|
14
14
|
def stdin
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_leiningen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.24.0.pre.
|
4
|
+
version: 0.24.0.pre.8
|
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-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|