mad_flatter 3.0.7 → 3.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile +3 -3
- data/Gemfile.lock +44 -45
- data/README.md +2 -2
- data/lib/mad_flatter/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: 115ac03cdd3b7b40589ce7e68ac3dbe2eebfa830cfbbf78c0c08302ffef39a36
|
4
|
+
data.tar.gz: 5320a4a3cbb8d2bb81ec488cbfe9fe31c0cb3220200e4ab949f701a5ddd71e60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35f14424938c668fa12cfcf07e0162f05a223abdc89a26c1215323e01501fb026bb3eabca5cc4b7898751548133161e736d023d59ff14e4c54a6481783301dac
|
7
|
+
data.tar.gz: f63db1ec1aa9b3974538feb83065b0303750f05e69c2a80aac7dc304bb36e2fd89c415613ea45b1549cd908f5a1f0ac917423a298518a792514638bb40fe6498
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
@@ -10,9 +10,9 @@ gem 'rake', '~> 13.1'
|
|
10
10
|
|
11
11
|
group :development do
|
12
12
|
gem 'reek', '~> 6.1', '>= 6.1.1'
|
13
|
-
gem 'rubocop', '>= 1.
|
14
|
-
gem 'rubocop-performance', '
|
15
|
-
gem 'rubocop-rspec', '
|
13
|
+
gem 'rubocop', '>= 1.65', '< 2.0'
|
14
|
+
gem 'rubocop-performance', '>= 1.21', '< 2.0'
|
15
|
+
gem 'rubocop-rspec', '>= 3.0.4', '< 4.0'
|
16
16
|
end
|
17
17
|
|
18
18
|
group :test do
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mad_flatter (3.0.
|
4
|
+
mad_flatter (3.0.8)
|
5
5
|
activesupport (>= 7.0.8, < 7.2.0)
|
6
6
|
immutable_struct_ex (>= 1.0, < 2.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.1.3)
|
11
|
+
activesupport (7.1.3.4)
|
12
12
|
base64
|
13
13
|
bigdecimal
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -20,28 +20,27 @@ GEM
|
|
20
20
|
tzinfo (~> 2.0)
|
21
21
|
ast (2.4.2)
|
22
22
|
base64 (0.2.0)
|
23
|
-
bigdecimal (3.1.
|
23
|
+
bigdecimal (3.1.8)
|
24
24
|
byebug (11.1.3)
|
25
25
|
coderay (1.1.3)
|
26
|
-
concurrent-ruby (1.
|
26
|
+
concurrent-ruby (1.3.3)
|
27
27
|
connection_pool (2.4.1)
|
28
28
|
diff-lcs (1.5.1)
|
29
|
-
docile (1.4.
|
30
|
-
drb (2.2.
|
31
|
-
|
32
|
-
dry-configurable (1.1.0)
|
29
|
+
docile (1.4.1)
|
30
|
+
drb (2.2.1)
|
31
|
+
dry-configurable (1.2.0)
|
33
32
|
dry-core (~> 1.0, < 2)
|
34
33
|
zeitwerk (~> 2.6)
|
35
34
|
dry-core (1.0.1)
|
36
35
|
concurrent-ruby (~> 1.0)
|
37
36
|
zeitwerk (~> 2.6)
|
38
|
-
dry-inflector (1.
|
37
|
+
dry-inflector (1.1.0)
|
39
38
|
dry-initializer (3.1.1)
|
40
39
|
dry-logic (1.5.0)
|
41
40
|
concurrent-ruby (~> 1.0)
|
42
41
|
dry-core (~> 1.0, < 2)
|
43
42
|
zeitwerk (~> 2.6)
|
44
|
-
dry-schema (1.13.
|
43
|
+
dry-schema (1.13.4)
|
45
44
|
concurrent-ruby (~> 1.0)
|
46
45
|
dry-configurable (~> 1.0, >= 1.0.1)
|
47
46
|
dry-core (~> 1.0, < 2)
|
@@ -56,16 +55,16 @@ GEM
|
|
56
55
|
dry-inflector (~> 1.0)
|
57
56
|
dry-logic (~> 1.4)
|
58
57
|
zeitwerk (~> 2.6)
|
59
|
-
i18n (1.14.
|
58
|
+
i18n (1.14.5)
|
60
59
|
concurrent-ruby (~> 1.0)
|
61
|
-
immutable_struct_ex (1.0.
|
62
|
-
json (2.7.
|
60
|
+
immutable_struct_ex (1.0.11)
|
61
|
+
json (2.7.2)
|
63
62
|
language_server-protocol (3.17.0.3)
|
64
|
-
method_source (1.
|
65
|
-
minitest (5.
|
63
|
+
method_source (1.1.0)
|
64
|
+
minitest (5.24.1)
|
66
65
|
mutex_m (0.2.0)
|
67
|
-
parallel (1.
|
68
|
-
parser (3.3.
|
66
|
+
parallel (1.26.1)
|
67
|
+
parser (3.3.4.2)
|
69
68
|
ast (~> 2.4.1)
|
70
69
|
racc
|
71
70
|
pry (0.14.2)
|
@@ -74,72 +73,72 @@ GEM
|
|
74
73
|
pry-byebug (3.10.1)
|
75
74
|
byebug (~> 11.0)
|
76
75
|
pry (>= 0.13, < 0.15)
|
77
|
-
racc (1.
|
76
|
+
racc (1.8.1)
|
78
77
|
rainbow (3.1.1)
|
79
|
-
rake (13.1
|
78
|
+
rake (13.2.1)
|
80
79
|
reek (6.3.0)
|
81
80
|
dry-schema (~> 1.13.0)
|
82
81
|
parser (~> 3.3.0)
|
83
82
|
rainbow (>= 2.0, < 4.0)
|
84
83
|
rexml (~> 3.1)
|
85
|
-
regexp_parser (2.9.
|
86
|
-
rexml (3.
|
84
|
+
regexp_parser (2.9.2)
|
85
|
+
rexml (3.3.4)
|
86
|
+
strscan
|
87
87
|
rspec (3.13.0)
|
88
88
|
rspec-core (~> 3.13.0)
|
89
89
|
rspec-expectations (~> 3.13.0)
|
90
90
|
rspec-mocks (~> 3.13.0)
|
91
91
|
rspec-core (3.13.0)
|
92
92
|
rspec-support (~> 3.13.0)
|
93
|
-
rspec-expectations (3.13.
|
93
|
+
rspec-expectations (3.13.1)
|
94
94
|
diff-lcs (>= 1.2.0, < 2.0)
|
95
95
|
rspec-support (~> 3.13.0)
|
96
|
-
rspec-mocks (3.13.
|
96
|
+
rspec-mocks (3.13.1)
|
97
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
98
98
|
rspec-support (~> 3.13.0)
|
99
|
-
rspec-support (3.13.
|
100
|
-
rubocop (1.
|
99
|
+
rspec-support (3.13.1)
|
100
|
+
rubocop (1.65.1)
|
101
101
|
json (~> 2.3)
|
102
102
|
language_server-protocol (>= 3.17.0)
|
103
103
|
parallel (~> 1.10)
|
104
104
|
parser (>= 3.3.0.2)
|
105
105
|
rainbow (>= 2.2.2, < 4.0)
|
106
|
-
regexp_parser (>=
|
106
|
+
regexp_parser (>= 2.4, < 3.0)
|
107
107
|
rexml (>= 3.2.5, < 4.0)
|
108
|
-
rubocop-ast (>= 1.
|
108
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
109
109
|
ruby-progressbar (~> 1.7)
|
110
110
|
unicode-display_width (>= 2.4.0, < 3.0)
|
111
|
-
rubocop-ast (1.
|
112
|
-
parser (>= 3.
|
113
|
-
rubocop-
|
114
|
-
rubocop (~> 1.41)
|
115
|
-
rubocop-factory_bot (2.25.1)
|
116
|
-
rubocop (~> 1.41)
|
117
|
-
rubocop-performance (1.20.2)
|
111
|
+
rubocop-ast (1.32.0)
|
112
|
+
parser (>= 3.3.1.0)
|
113
|
+
rubocop-performance (1.21.1)
|
118
114
|
rubocop (>= 1.48.1, < 2.0)
|
119
|
-
rubocop-ast (>= 1.
|
120
|
-
rubocop-rspec (
|
121
|
-
rubocop (~> 1.
|
122
|
-
rubocop-capybara (~> 2.17)
|
123
|
-
rubocop-factory_bot (~> 2.22)
|
115
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
116
|
+
rubocop-rspec (3.0.4)
|
117
|
+
rubocop (~> 1.61)
|
124
118
|
ruby-progressbar (1.13.0)
|
125
|
-
ruby2_keywords (0.0.5)
|
126
119
|
simplecov (0.22.0)
|
127
120
|
docile (~> 1.1)
|
128
121
|
simplecov-html (~> 0.11)
|
129
122
|
simplecov_json_formatter (~> 0.1)
|
130
123
|
simplecov-html (0.12.3)
|
131
124
|
simplecov_json_formatter (0.1.4)
|
125
|
+
strscan (3.1.0)
|
132
126
|
tzinfo (2.0.6)
|
133
127
|
concurrent-ruby (~> 1.0)
|
134
128
|
unicode-display_width (2.5.0)
|
135
|
-
zeitwerk (2.6.
|
129
|
+
zeitwerk (2.6.17)
|
136
130
|
|
137
131
|
PLATFORMS
|
138
|
-
|
132
|
+
arm64-darwin-22
|
133
|
+
arm64-darwin-23
|
134
|
+
x64-mingw-ucrt
|
135
|
+
x64-mingw32
|
139
136
|
x86_64-darwin-19
|
137
|
+
x86_64-darwin-20
|
140
138
|
x86_64-darwin-21
|
141
139
|
x86_64-linux
|
142
140
|
|
141
|
+
|
143
142
|
DEPENDENCIES
|
144
143
|
bundler (~> 2.5, >= 2.5.3)
|
145
144
|
mad_flatter!
|
@@ -147,9 +146,9 @@ DEPENDENCIES
|
|
147
146
|
rake (~> 13.1)
|
148
147
|
reek (~> 6.1, >= 6.1.1)
|
149
148
|
rspec (>= 3.12, < 4.0)
|
150
|
-
rubocop (>= 1.
|
151
|
-
rubocop-performance (
|
152
|
-
rubocop-rspec (
|
149
|
+
rubocop (>= 1.65, < 2.0)
|
150
|
+
rubocop-performance (>= 1.21, < 2.0)
|
151
|
+
rubocop-rspec (>= 3.0.4, < 4.0)
|
153
152
|
simplecov (~> 0.22.0)
|
154
153
|
|
155
154
|
BUNDLED WITH
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# MadFlatter
|
2
2
|
|
3
|
-
[![GitHub version](http://badge.fury.io/gh/gangelo%2Fmad_flatter.svg?refresh=
|
3
|
+
[![GitHub version](http://badge.fury.io/gh/gangelo%2Fmad_flatter.svg?refresh=3)](https://badge.fury.io/gh/gangelo%2Fmad_flatter)
|
4
4
|
|
5
|
-
[![Gem Version](https://badge.fury.io/rb/mad_flatter.svg?refresh=
|
5
|
+
[![Gem Version](https://badge.fury.io/rb/mad_flatter.svg?refresh=3)](https://badge.fury.io/rb/mad_flatter)
|
6
6
|
|
7
7
|
[![](http://ruby-gem-downloads-badge.herokuapp.com/mad_flatter?type=total)](http://www.rubydoc.info/gems/mad_flatter/)
|
8
8
|
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/mad_flatter/)
|
data/lib/mad_flatter/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mad_flatter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- gangelo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|