attribool 2.0.4 → 2.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +42 -28
- data/lib/attribool/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d983fb3fc01f6220659db505db08ede5c10311ce1adabd9a8e8ff713451438f
|
4
|
+
data.tar.gz: 91a7212cc204fe6147c2b89d26e982f63c7bebbdeda1499348ba1a824a4e0a88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb0435606ec64a9e357b748633898dc14d726b41f85294e020cd312b2578cc86736617ed1237e55e3ac5245d8120f0dceb02496f1565013df658b478c3342ba3
|
7
|
+
data.tar.gz: 94ad1064973efe2eac23c6da6ba960bcd52a9395c2097b33948d2a3a2effbb0bb8c24d3b9ad769e5a784f7ec2b19971b27fb2177a00f055150eadc40b0299b1e
|
data/Gemfile.lock
CHANGED
@@ -1,57 +1,71 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
attribool (2.0.
|
4
|
+
attribool (2.0.5)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
9
|
ast (2.4.2)
|
10
10
|
coderay (1.1.3)
|
11
|
-
docile (1.
|
12
|
-
json (2.
|
13
|
-
language_server-protocol (3.17.0.
|
14
|
-
|
15
|
-
|
16
|
-
|
11
|
+
docile (1.4.1)
|
12
|
+
json (2.7.2)
|
13
|
+
language_server-protocol (3.17.0.3)
|
14
|
+
lint_roller (1.1.0)
|
15
|
+
method_source (1.1.0)
|
16
|
+
parallel (1.25.1)
|
17
|
+
parser (3.3.4.0)
|
17
18
|
ast (~> 2.4.1)
|
18
|
-
|
19
|
+
racc
|
20
|
+
power_assert (2.0.3)
|
19
21
|
pry (0.14.2)
|
20
22
|
coderay (~> 1.1)
|
21
23
|
method_source (~> 1.0)
|
24
|
+
racc (1.8.1)
|
22
25
|
rainbow (3.1.1)
|
23
|
-
rake (13.
|
24
|
-
regexp_parser (2.
|
25
|
-
rexml (3.
|
26
|
-
|
26
|
+
rake (13.2.1)
|
27
|
+
regexp_parser (2.9.2)
|
28
|
+
rexml (3.3.4)
|
29
|
+
strscan
|
30
|
+
rubocop (1.64.1)
|
27
31
|
json (~> 2.3)
|
32
|
+
language_server-protocol (>= 3.17.0)
|
28
33
|
parallel (~> 1.10)
|
29
|
-
parser (>= 3.
|
34
|
+
parser (>= 3.3.0.2)
|
30
35
|
rainbow (>= 2.2.2, < 4.0)
|
31
36
|
regexp_parser (>= 1.8, < 3.0)
|
32
37
|
rexml (>= 3.2.5, < 4.0)
|
33
|
-
rubocop-ast (>= 1.
|
38
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
34
39
|
ruby-progressbar (~> 1.7)
|
35
|
-
unicode-display_width (>=
|
36
|
-
rubocop-ast (1.
|
37
|
-
parser (>= 3.
|
38
|
-
rubocop-performance (1.
|
39
|
-
rubocop (>= 1.
|
40
|
-
rubocop-ast (>=
|
41
|
-
ruby-progressbar (1.
|
42
|
-
simplecov (0.
|
40
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
41
|
+
rubocop-ast (1.31.3)
|
42
|
+
parser (>= 3.3.1.0)
|
43
|
+
rubocop-performance (1.21.1)
|
44
|
+
rubocop (>= 1.48.1, < 2.0)
|
45
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
46
|
+
ruby-progressbar (1.13.0)
|
47
|
+
simplecov (0.22.0)
|
43
48
|
docile (~> 1.1)
|
44
49
|
simplecov-html (~> 0.11)
|
45
50
|
simplecov_json_formatter (~> 0.1)
|
46
51
|
simplecov-html (0.12.3)
|
47
|
-
simplecov_json_formatter (0.1.
|
48
|
-
standard (1.
|
52
|
+
simplecov_json_formatter (0.1.4)
|
53
|
+
standard (1.39.2)
|
49
54
|
language_server-protocol (~> 3.17.0.2)
|
50
|
-
|
51
|
-
rubocop
|
52
|
-
|
55
|
+
lint_roller (~> 1.0)
|
56
|
+
rubocop (~> 1.64.0)
|
57
|
+
standard-custom (~> 1.0.0)
|
58
|
+
standard-performance (~> 1.4)
|
59
|
+
standard-custom (1.0.2)
|
60
|
+
lint_roller (~> 1.0)
|
61
|
+
rubocop (~> 1.50)
|
62
|
+
standard-performance (1.4.0)
|
63
|
+
lint_roller (~> 1.1)
|
64
|
+
rubocop-performance (~> 1.21.0)
|
65
|
+
strscan (3.1.0)
|
66
|
+
test-unit (3.6.2)
|
53
67
|
power_assert
|
54
|
-
unicode-display_width (2.
|
68
|
+
unicode-display_width (2.5.0)
|
55
69
|
|
56
70
|
PLATFORMS
|
57
71
|
ruby
|
data/lib/attribool/version.rb
CHANGED