mad_flatter 3.0.7 → 3.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78910d01335df640d208ad1fc0f4c51c355623f78176d91f2ca50dfa75f992c8
4
- data.tar.gz: 17e6214125e02321d0be6a364ab07fbc2fcd9130c80ef92b9f47baa6b9533274
3
+ metadata.gz: 115ac03cdd3b7b40589ce7e68ac3dbe2eebfa830cfbbf78c0c08302ffef39a36
4
+ data.tar.gz: 5320a4a3cbb8d2bb81ec488cbfe9fe31c0cb3220200e4ab949f701a5ddd71e60
5
5
  SHA512:
6
- metadata.gz: 2dadc20edbf7038712bcdb6e3aa0d35ce024e14881bf9900674df90b1875504662bf07375047f4d87f418e6514f9ae35d0d2cd8c8f84fad2a1ea240ad73da842
7
- data.tar.gz: 03017f6df4212e465b528b5f10819ef940a30e9125c0b922ebc9882ad2607e0c7379faf447fbc246d2f3c7fa5084da380e7ce45413ab07c4f6f3fb7ea6ba750d
6
+ metadata.gz: 35f14424938c668fa12cfcf07e0162f05a223abdc89a26c1215323e01501fb026bb3eabca5cc4b7898751548133161e736d023d59ff14e4c54a6481783301dac
7
+ data.tar.gz: f63db1ec1aa9b3974538feb83065b0303750f05e69c2a80aac7dc304bb36e2fd89c415613ea45b1549cd908f5a1f0ac917423a298518a792514638bb40fe6498
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### 3.0.8 [2024-08-09]
2
+
3
+ Changes
4
+
5
+ - Update ruby gems.
6
+ - Update rexml gem to patch CVE.
7
+
1
8
  ### 3.0.7 [2024-02-18]
2
9
 
3
10
  Changes
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.31', '< 2.0'
14
- gem 'rubocop-performance', '~> 1.14', '>= 1.14.3'
15
- gem 'rubocop-rspec', '~> 2.12', '>= 2.12.1'
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.7)
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.6)
23
+ bigdecimal (3.1.8)
24
24
  byebug (11.1.3)
25
25
  coderay (1.1.3)
26
- concurrent-ruby (1.2.3)
26
+ concurrent-ruby (1.3.3)
27
27
  connection_pool (2.4.1)
28
28
  diff-lcs (1.5.1)
29
- docile (1.4.0)
30
- drb (2.2.0)
31
- ruby2_keywords
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.0.0)
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.3)
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.1)
58
+ i18n (1.14.5)
60
59
  concurrent-ruby (~> 1.0)
61
- immutable_struct_ex (1.0.9)
62
- json (2.7.1)
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.0.0)
65
- minitest (5.22.2)
63
+ method_source (1.1.0)
64
+ minitest (5.24.1)
66
65
  mutex_m (0.2.0)
67
- parallel (1.24.0)
68
- parser (3.3.0.5)
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.7.3)
76
+ racc (1.8.1)
78
77
  rainbow (3.1.1)
79
- rake (13.1.0)
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.0)
86
- rexml (3.2.6)
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.0)
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.0)
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.0)
100
- rubocop (1.60.2)
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 (>= 1.8, < 3.0)
106
+ regexp_parser (>= 2.4, < 3.0)
107
107
  rexml (>= 3.2.5, < 4.0)
108
- rubocop-ast (>= 1.30.0, < 2.0)
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.30.0)
112
- parser (>= 3.2.1.0)
113
- rubocop-capybara (2.20.0)
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.30.0, < 2.0)
120
- rubocop-rspec (2.26.1)
121
- rubocop (~> 1.40)
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.13)
129
+ zeitwerk (2.6.17)
136
130
 
137
131
  PLATFORMS
138
- x86_64-darwin-17
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.31, < 2.0)
151
- rubocop-performance (~> 1.14, >= 1.14.3)
152
- rubocop-rspec (~> 2.12, >= 2.12.1)
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=2)](https://badge.fury.io/gh/gangelo%2Fmad_flatter)
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=2)](https://badge.fury.io/rb/mad_flatter)
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/)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MadFlatter
4
- VERSION = '3.0.7'
4
+ VERSION = '3.0.8'
5
5
  end
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.7
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-02-18 00:00:00.000000000 Z
11
+ date: 2024-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport