lino 3.1.0.pre.1 → 3.1.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 +26 -21
- data/lib/lino/subcommand_builder.rb +1 -1
- data/lib/lino/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: 62497dec31d67bd71fe85be6bb9a929e3d9ee091ce37abaaf6cc31f9bd6d2272
|
4
|
+
data.tar.gz: 8917544e588a44ae995559c2bfc623c76b06ed407ba995b24ac5956b01756ad1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: deb67da721db8b9988fec21facaa416d204b19014f7fc26120bae8283cea1e237a4cb1e0e3eb491ad85bcdab5cb009669254af46880bb6452720c57633c2a394
|
7
|
+
data.tar.gz: ccbc289eb9760fdb759c79baf5ff9b38b938691280c079310fd122e6508b1c9148263236bf293a06249767e03280cec0d2f7e666e1c6218dc8d25c546674401c
|
data/Gemfile.lock
CHANGED
@@ -1,41 +1,47 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lino (3.1.0.pre.
|
4
|
+
lino (3.1.0.pre.2)
|
5
5
|
hamster (~> 3.0)
|
6
6
|
open4 (~> 1.3)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (6.1.
|
11
|
+
activesupport (6.1.4.1)
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
13
|
i18n (>= 1.6, < 2)
|
14
14
|
minitest (>= 5.1)
|
15
15
|
tzinfo (~> 2.0)
|
16
16
|
zeitwerk (~> 2.3)
|
17
|
-
addressable (2.
|
17
|
+
addressable (2.8.0)
|
18
18
|
public_suffix (>= 2.0.2, < 5.0)
|
19
19
|
ast (2.4.2)
|
20
20
|
colored2 (3.1.2)
|
21
|
-
concurrent-ruby (1.1.
|
21
|
+
concurrent-ruby (1.1.9)
|
22
22
|
diff-lcs (1.4.4)
|
23
23
|
docile (1.4.0)
|
24
|
-
excon (0.
|
25
|
-
faraday (1.
|
24
|
+
excon (0.87.0)
|
25
|
+
faraday (1.8.0)
|
26
26
|
faraday-em_http (~> 1.0)
|
27
27
|
faraday-em_synchrony (~> 1.0)
|
28
28
|
faraday-excon (~> 1.1)
|
29
|
+
faraday-httpclient (~> 1.0.1)
|
29
30
|
faraday-net_http (~> 1.0)
|
30
31
|
faraday-net_http_persistent (~> 1.1)
|
32
|
+
faraday-patron (~> 1.0)
|
33
|
+
faraday-rack (~> 1.0)
|
31
34
|
multipart-post (>= 1.2, < 3)
|
32
35
|
ruby2_keywords (>= 0.0.4)
|
33
36
|
faraday-em_http (1.0.0)
|
34
37
|
faraday-em_synchrony (1.0.0)
|
35
38
|
faraday-excon (1.1.0)
|
39
|
+
faraday-httpclient (1.0.1)
|
36
40
|
faraday-net_http (1.0.1)
|
37
|
-
faraday-net_http_persistent (1.
|
38
|
-
|
41
|
+
faraday-net_http_persistent (1.2.0)
|
42
|
+
faraday-patron (1.0.0)
|
43
|
+
faraday-rack (1.0.0)
|
44
|
+
gem-release (2.2.2)
|
39
45
|
hamster (3.0.0)
|
40
46
|
concurrent-ruby (~> 1.0)
|
41
47
|
i18n (1.8.10)
|
@@ -46,12 +52,12 @@ GEM
|
|
46
52
|
faraday (>= 0.9)
|
47
53
|
sawyer (~> 0.8.0, >= 0.5.3)
|
48
54
|
open4 (1.3.4)
|
49
|
-
parallel (1.
|
50
|
-
parser (3.0.
|
55
|
+
parallel (1.21.0)
|
56
|
+
parser (3.0.2.0)
|
51
57
|
ast (~> 2.4.1)
|
52
58
|
public_suffix (4.0.6)
|
53
59
|
rainbow (3.0.0)
|
54
|
-
rake (13.0.
|
60
|
+
rake (13.0.6)
|
55
61
|
rake_circle_ci (0.9.0)
|
56
62
|
colored2 (~> 3.1)
|
57
63
|
excon (~> 0.72)
|
@@ -87,24 +93,23 @@ GEM
|
|
87
93
|
diff-lcs (>= 1.2.0, < 2.0)
|
88
94
|
rspec-support (~> 3.10.0)
|
89
95
|
rspec-support (3.10.2)
|
90
|
-
rubocop (1.
|
96
|
+
rubocop (1.22.1)
|
91
97
|
parallel (~> 1.10)
|
92
98
|
parser (>= 3.0.0.0)
|
93
99
|
rainbow (>= 2.2.2, < 4.0)
|
94
100
|
regexp_parser (>= 1.8, < 3.0)
|
95
101
|
rexml
|
96
|
-
rubocop-ast (>= 1.
|
102
|
+
rubocop-ast (>= 1.12.0, < 2.0)
|
97
103
|
ruby-progressbar (~> 1.7)
|
98
104
|
unicode-display_width (>= 1.4.0, < 3.0)
|
99
|
-
rubocop-ast (1.
|
105
|
+
rubocop-ast (1.12.0)
|
100
106
|
parser (>= 3.0.1.1)
|
101
|
-
rubocop-rake (0.
|
102
|
-
rubocop
|
103
|
-
rubocop-rspec (2.3.0)
|
107
|
+
rubocop-rake (0.6.0)
|
104
108
|
rubocop (~> 1.0)
|
105
|
-
|
109
|
+
rubocop-rspec (2.5.0)
|
110
|
+
rubocop (~> 1.19)
|
106
111
|
ruby-progressbar (1.11.0)
|
107
|
-
ruby2_keywords (0.0.
|
112
|
+
ruby2_keywords (0.0.5)
|
108
113
|
ruby_gpg2 (0.8.0)
|
109
114
|
lino (>= 1.5)
|
110
115
|
sawyer (0.8.2)
|
@@ -119,7 +124,7 @@ GEM
|
|
119
124
|
sshkey (2.0.0)
|
120
125
|
tzinfo (2.0.4)
|
121
126
|
concurrent-ruby (~> 1.0)
|
122
|
-
unicode-display_width (2.
|
127
|
+
unicode-display_width (2.1.0)
|
123
128
|
zeitwerk (2.4.2)
|
124
129
|
|
125
130
|
PLATFORMS
|
@@ -141,4 +146,4 @@ DEPENDENCIES
|
|
141
146
|
simplecov (~> 0.16)
|
142
147
|
|
143
148
|
BUNDLED WITH
|
144
|
-
2.2.
|
149
|
+
2.2.29
|
data/lib/lino/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lino
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.0.pre.
|
4
|
+
version: 3.1.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: 2021-
|
11
|
+
date: 2021-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hamster
|