ruby_leiningen 0.26.0.pre.1 → 0.26.0.pre.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +28 -48
- data/Rakefile +1 -1
- 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: 94968d6006a7026722df17f9a860fa44bc1af3c49089d27537196ade23be347f
|
4
|
+
data.tar.gz: 4a05a0b19f67d9d93277a8548df89d212717d33a8198bc16bc6b425f0aa8528d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e90a3f06a0d93eda5dce2241252bf31b6b92ba71db9c449b8c63686e568821d382fe0b5d181613b370205bc0d7c658112bb3fdf4b72b0d5182ccccef3963601
|
7
|
+
data.tar.gz: 5c41de703b0d7eb6b7856c2e6c8c145366c26a96a8857420713c3e8790e80a6312bcfca7ced9f029fdb615d15f3c8539c230e537c9f2482ef702a82c049afdc1
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby_leiningen (0.26.0.pre.
|
4
|
+
ruby_leiningen (0.26.0.pre.2)
|
5
5
|
activesupport (>= 6.0.2, < 8)
|
6
6
|
lino (~> 3.0)
|
7
7
|
|
@@ -13,64 +13,44 @@ GEM
|
|
13
13
|
i18n (>= 1.6, < 2)
|
14
14
|
minitest (>= 5.1)
|
15
15
|
tzinfo (~> 2.0)
|
16
|
-
addressable (2.8.
|
17
|
-
public_suffix (>= 2.0.2, <
|
16
|
+
addressable (2.8.1)
|
17
|
+
public_suffix (>= 2.0.2, < 6.0)
|
18
18
|
ast (2.4.2)
|
19
19
|
colored2 (3.1.2)
|
20
20
|
concurrent-ruby (1.1.10)
|
21
21
|
diff-lcs (1.5.0)
|
22
22
|
docile (1.4.0)
|
23
|
-
excon (0.
|
24
|
-
faraday (
|
25
|
-
faraday-
|
26
|
-
faraday-em_synchrony (~> 1.0)
|
27
|
-
faraday-excon (~> 1.1)
|
28
|
-
faraday-httpclient (~> 1.0)
|
29
|
-
faraday-multipart (~> 1.0)
|
30
|
-
faraday-net_http (~> 1.0)
|
31
|
-
faraday-net_http_persistent (~> 1.0)
|
32
|
-
faraday-patron (~> 1.0)
|
33
|
-
faraday-rack (~> 1.0)
|
34
|
-
faraday-retry (~> 1.0)
|
23
|
+
excon (0.95.0)
|
24
|
+
faraday (2.7.2)
|
25
|
+
faraday-net_http (>= 2.0, < 3.1)
|
35
26
|
ruby2_keywords (>= 0.0.4)
|
36
|
-
faraday-
|
37
|
-
faraday-em_synchrony (1.0.0)
|
38
|
-
faraday-excon (1.1.0)
|
39
|
-
faraday-httpclient (1.0.1)
|
40
|
-
faraday-multipart (1.0.3)
|
41
|
-
multipart-post (>= 1.2, < 3)
|
42
|
-
faraday-net_http (1.0.1)
|
43
|
-
faraday-net_http_persistent (1.2.0)
|
44
|
-
faraday-patron (1.0.0)
|
45
|
-
faraday-rack (1.0.0)
|
46
|
-
faraday-retry (1.0.3)
|
27
|
+
faraday-net_http (3.0.2)
|
47
28
|
gem-release (2.2.2)
|
48
29
|
hamster (3.0.0)
|
49
30
|
concurrent-ruby (~> 1.0)
|
50
31
|
i18n (1.12.0)
|
51
32
|
concurrent-ruby (~> 1.0)
|
52
|
-
json (2.6.
|
53
|
-
lino (3.
|
33
|
+
json (2.6.3)
|
34
|
+
lino (3.1.0)
|
54
35
|
hamster (~> 3.0)
|
55
36
|
open4 (~> 1.3)
|
56
37
|
minitest (5.16.3)
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
sawyer (~> 0.8.0, >= 0.5.3)
|
38
|
+
octokit (4.25.1)
|
39
|
+
faraday (>= 1, < 3)
|
40
|
+
sawyer (~> 0.9)
|
61
41
|
open4 (1.3.4)
|
62
42
|
parallel (1.22.1)
|
63
|
-
parser (3.1.
|
43
|
+
parser (3.1.3.0)
|
64
44
|
ast (~> 2.4.1)
|
65
|
-
public_suffix (
|
45
|
+
public_suffix (5.0.1)
|
66
46
|
rainbow (3.1.1)
|
67
47
|
rake (13.0.6)
|
68
|
-
rake_circle_ci (0.
|
48
|
+
rake_circle_ci (0.11.0)
|
69
49
|
colored2 (~> 3.1)
|
70
50
|
excon (~> 0.72)
|
71
51
|
rake_factory (~> 0.23)
|
72
52
|
sshkey (~> 2.0)
|
73
|
-
rake_factory (0.
|
53
|
+
rake_factory (0.31.0)
|
74
54
|
activesupport (>= 4)
|
75
55
|
rake (~> 13.0)
|
76
56
|
rake_github (0.9.0)
|
@@ -85,7 +65,7 @@ GEM
|
|
85
65
|
colored2 (~> 3.1)
|
86
66
|
rake_factory (~> 0.23)
|
87
67
|
sshkey (~> 2.0)
|
88
|
-
regexp_parser (2.6.
|
68
|
+
regexp_parser (2.6.1)
|
89
69
|
rexml (3.2.5)
|
90
70
|
rspec (3.12.0)
|
91
71
|
rspec-core (~> 3.12.0)
|
@@ -93,14 +73,14 @@ GEM
|
|
93
73
|
rspec-mocks (~> 3.12.0)
|
94
74
|
rspec-core (3.12.0)
|
95
75
|
rspec-support (~> 3.12.0)
|
96
|
-
rspec-expectations (3.12.
|
76
|
+
rspec-expectations (3.12.1)
|
97
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
98
78
|
rspec-support (~> 3.12.0)
|
99
|
-
rspec-mocks (3.12.
|
79
|
+
rspec-mocks (3.12.1)
|
100
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
101
81
|
rspec-support (~> 3.12.0)
|
102
82
|
rspec-support (3.12.0)
|
103
|
-
rubocop (1.
|
83
|
+
rubocop (1.41.1)
|
104
84
|
json (~> 2.3)
|
105
85
|
parallel (~> 1.10)
|
106
86
|
parser (>= 3.1.2.1)
|
@@ -110,20 +90,20 @@ GEM
|
|
110
90
|
rubocop-ast (>= 1.23.0, < 2.0)
|
111
91
|
ruby-progressbar (~> 1.7)
|
112
92
|
unicode-display_width (>= 1.4.0, < 3.0)
|
113
|
-
rubocop-ast (1.
|
93
|
+
rubocop-ast (1.24.0)
|
114
94
|
parser (>= 3.1.1.0)
|
115
95
|
rubocop-rake (0.6.0)
|
116
96
|
rubocop (~> 1.0)
|
117
|
-
rubocop-rspec (2.
|
97
|
+
rubocop-rspec (2.16.0)
|
118
98
|
rubocop (~> 1.33)
|
119
99
|
ruby-progressbar (1.11.0)
|
120
100
|
ruby2_keywords (0.0.5)
|
121
|
-
ruby_gpg2 (0.
|
122
|
-
lino (
|
123
|
-
sawyer (0.
|
101
|
+
ruby_gpg2 (0.10.0)
|
102
|
+
lino (~> 3.0)
|
103
|
+
sawyer (0.9.2)
|
124
104
|
addressable (>= 2.3.5)
|
125
|
-
faraday (
|
126
|
-
simplecov (0.
|
105
|
+
faraday (>= 0.17.3, < 3)
|
106
|
+
simplecov (0.22.0)
|
127
107
|
docile (~> 1.1)
|
128
108
|
simplecov-html (~> 0.11)
|
129
109
|
simplecov_json_formatter (~> 0.1)
|
@@ -155,4 +135,4 @@ DEPENDENCIES
|
|
155
135
|
simplecov
|
156
136
|
|
157
137
|
BUNDLED WITH
|
158
|
-
2.
|
138
|
+
2.4.1
|
data/Rakefile
CHANGED
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.26.0.pre.
|
4
|
+
version: 0.26.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-
|
11
|
+
date: 2022-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|