mad_flatter 3.0.5 → 3.0.6

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: 9eb9c1f0d715551612ad223c9a2730cabc402512a0c9eeeaa5d505f5b234012e
4
- data.tar.gz: 8e976f653c5d72ef38047749efe3ab319448d178189fbae276a4652b663548f1
3
+ metadata.gz: 763295d474ff6cc693b40b69f94407097a6fb0a54c9019b0fa4a1ce0e9137e97
4
+ data.tar.gz: b4c4b38fab21a026603a51f2e52295cd385e3dcd77f42cf5d8ecfab46b8754fb
5
5
  SHA512:
6
- metadata.gz: cbbc5efbd7793ccd302699e6536603bf33d5241bdc3c3f1d84b7b3b08501ae0277c2e6e6f534791302b3e5d4f2eb3302454ccdbccd0d2fd66e35104b9659b12f
7
- data.tar.gz: e4922db4f555666f397c7f062abc73a0a3e7e4e2b47f26f84bc5c7af72920158ed0d5edbd0cfc140a8896f877c6dd4292a0b4cdd79512988d4a7db3d6f972c34
6
+ metadata.gz: 393f09a58f78b4cba3df88735ea59bd91fd88b061a65deacb720619bb24a044d5efce2ab72c35108e10b1916a8ad43438d986c4be40d2a9c88d968c811ca40ca
7
+ data.tar.gz: 0f5d24f9cfd405b214f5c71d543a061be6d5bd439a09e313a98cfdedc178a822e6d78f255c693083dd8526a688493bfadb01d34d5075c80b0c23939d83c42478
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 3.0.6 [2024-01-18]
2
+
3
+ Changes
4
+
5
+ - Update ruby gems.
6
+
1
7
  ### 3.0.5 [2023-12-27]
2
8
 
3
9
  Enhancements
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mad_flatter (3.0.5)
4
+ mad_flatter (3.0.6)
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.2)
11
+ activesupport (7.1.3)
12
12
  base64
13
13
  bigdecimal
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,23 +20,49 @@ GEM
20
20
  tzinfo (~> 2.0)
21
21
  ast (2.4.2)
22
22
  base64 (0.2.0)
23
- bigdecimal (3.1.5)
23
+ bigdecimal (3.1.6)
24
24
  byebug (11.1.3)
25
25
  coderay (1.1.3)
26
- concurrent-ruby (1.2.2)
26
+ concurrent-ruby (1.2.3)
27
27
  connection_pool (2.4.1)
28
28
  diff-lcs (1.5.0)
29
29
  docile (1.4.0)
30
30
  drb (2.2.0)
31
31
  ruby2_keywords
32
+ dry-configurable (1.1.0)
33
+ dry-core (~> 1.0, < 2)
34
+ zeitwerk (~> 2.6)
35
+ dry-core (1.0.1)
36
+ concurrent-ruby (~> 1.0)
37
+ zeitwerk (~> 2.6)
38
+ dry-inflector (1.0.0)
39
+ dry-initializer (3.1.1)
40
+ dry-logic (1.5.0)
41
+ concurrent-ruby (~> 1.0)
42
+ dry-core (~> 1.0, < 2)
43
+ zeitwerk (~> 2.6)
44
+ dry-schema (1.13.3)
45
+ concurrent-ruby (~> 1.0)
46
+ dry-configurable (~> 1.0, >= 1.0.1)
47
+ dry-core (~> 1.0, < 2)
48
+ dry-initializer (~> 3.0)
49
+ dry-logic (>= 1.4, < 2)
50
+ dry-types (>= 1.7, < 2)
51
+ zeitwerk (~> 2.6)
52
+ dry-types (1.7.2)
53
+ bigdecimal (~> 3.0)
54
+ concurrent-ruby (~> 1.0)
55
+ dry-core (~> 1.0)
56
+ dry-inflector (~> 1.0)
57
+ dry-logic (~> 1.4)
58
+ zeitwerk (~> 2.6)
32
59
  i18n (1.14.1)
33
60
  concurrent-ruby (~> 1.0)
34
- immutable_struct_ex (1.0.5)
61
+ immutable_struct_ex (1.0.7)
35
62
  json (2.7.1)
36
- kwalify (0.7.2)
37
63
  language_server-protocol (3.17.0.3)
38
64
  method_source (1.0.0)
39
- minitest (5.20.0)
65
+ minitest (5.21.2)
40
66
  mutex_m (0.2.0)
41
67
  parallel (1.24.0)
42
68
  parser (3.2.2.4)
@@ -51,11 +77,12 @@ GEM
51
77
  racc (1.7.3)
52
78
  rainbow (3.1.1)
53
79
  rake (13.1.0)
54
- reek (6.1.4)
55
- kwalify (~> 0.7.0)
80
+ reek (6.2.0)
81
+ dry-schema (~> 1.13.0)
56
82
  parser (~> 3.2.0)
57
83
  rainbow (>= 2.0, < 4.0)
58
- regexp_parser (2.8.3)
84
+ rexml (~> 3.1)
85
+ regexp_parser (2.9.0)
59
86
  rexml (3.2.6)
60
87
  rspec (3.12.0)
61
88
  rspec-core (~> 3.12.0)
@@ -83,14 +110,14 @@ GEM
83
110
  unicode-display_width (>= 2.4.0, < 3.0)
84
111
  rubocop-ast (1.30.0)
85
112
  parser (>= 3.2.1.0)
86
- rubocop-capybara (2.19.0)
113
+ rubocop-capybara (2.20.0)
114
+ rubocop (~> 1.41)
115
+ rubocop-factory_bot (2.25.1)
87
116
  rubocop (~> 1.41)
88
- rubocop-factory_bot (2.24.0)
89
- rubocop (~> 1.33)
90
- rubocop-performance (1.20.1)
117
+ rubocop-performance (1.20.2)
91
118
  rubocop (>= 1.48.1, < 2.0)
92
119
  rubocop-ast (>= 1.30.0, < 2.0)
93
- rubocop-rspec (2.25.0)
120
+ rubocop-rspec (2.26.1)
94
121
  rubocop (~> 1.40)
95
122
  rubocop-capybara (~> 2.17)
96
123
  rubocop-factory_bot (~> 2.22)
@@ -105,6 +132,7 @@ GEM
105
132
  tzinfo (2.0.6)
106
133
  concurrent-ruby (~> 1.0)
107
134
  unicode-display_width (2.5.0)
135
+ zeitwerk (2.6.12)
108
136
 
109
137
  PLATFORMS
110
138
  x86_64-darwin-17
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MadFlatter
4
- VERSION = '3.0.5'
4
+ VERSION = '3.0.6'
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.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - gangelo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-28 00:00:00.000000000 Z
11
+ date: 2024-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport