mad_flatter 3.0.2 → 3.0.3

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: 3a34d04dc08df29719663ddc00eb432a970add5615b429430b803cb5be310be2
4
- data.tar.gz: 0a3857440bcbbd6526939f3a23a709dff66bb0dbb116a2616cf30601673480df
3
+ metadata.gz: 78347917347007a84637f7692c8ab1f1b50c30a2ee4d3b504816bfde1efee026
4
+ data.tar.gz: a6aa873e113afff380d42454daaac3bec61aac62bfad9c32d5093d78a65c4d38
5
5
  SHA512:
6
- metadata.gz: 7c93ead10e0acd4100d906e2217bb43f2d582c46a8c3bda2cf923c1b03092498afcb262947a1283358aaef98c85368385d614d07f83fd45f744e430cd49cc6ea
7
- data.tar.gz: 1c5e4a53436ed6d0d0afead7cf4fd4e96ccf253f345f04d3fe6516728b79f4ce0d91b8039ffa65463028a20406aa614c66577d1b1e4b2f51e03a5d531751f645
6
+ metadata.gz: ed4f4a4f7f0ba718a7742c5b67b6be7a61e3343af8ba09c449288538bb161e2fa05fd25802c7c7c7def5b0420df1e4e62c2831fa53d438c54bd5e806121110d1
7
+ data.tar.gz: 7eba58856f4e1851739098178755434cf5e82e779fdd5b0eb6c95ff0358c44d6cb9aa693b3d1aed0ab6704db20de636651e71389f845057fb1a353e11472efdf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 3.0.3 [2023-12-02]
2
+
3
+ Changes
4
+
5
+ - Update ruby gems.
6
+
1
7
  ### 3.0.2 [2023-11-01]
2
8
 
3
9
  Changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mad_flatter (3.0.2)
4
+ mad_flatter (3.0.3)
5
5
  activesupport (~> 7.0.8)
6
6
  immutable_struct_ex (~> 1.0)
7
7
 
@@ -21,8 +21,8 @@ GEM
21
21
  docile (1.4.0)
22
22
  i18n (1.14.1)
23
23
  concurrent-ruby (~> 1.0)
24
- immutable_struct_ex (1.0.2)
25
- json (2.6.3)
24
+ immutable_struct_ex (1.0.4)
25
+ json (2.7.0)
26
26
  kwalify (0.7.2)
27
27
  language_server-protocol (3.17.0.3)
28
28
  method_source (1.0.0)
@@ -37,7 +37,7 @@ GEM
37
37
  pry-byebug (3.10.1)
38
38
  byebug (~> 11.0)
39
39
  pry (>= 0.13, < 0.15)
40
- racc (1.7.2)
40
+ racc (1.7.3)
41
41
  rainbow (3.1.1)
42
42
  reek (6.1.4)
43
43
  kwalify (~> 0.7.0)
@@ -58,7 +58,7 @@ GEM
58
58
  diff-lcs (>= 1.2.0, < 2.0)
59
59
  rspec-support (~> 3.12.0)
60
60
  rspec-support (3.12.1)
61
- rubocop (1.57.2)
61
+ rubocop (1.58.0)
62
62
  json (~> 2.3)
63
63
  language_server-protocol (>= 3.17.0)
64
64
  parallel (~> 1.10)
@@ -66,7 +66,7 @@ GEM
66
66
  rainbow (>= 2.2.2, < 4.0)
67
67
  regexp_parser (>= 1.8, < 3.0)
68
68
  rexml (>= 3.2.5, < 4.0)
69
- rubocop-ast (>= 1.28.1, < 2.0)
69
+ rubocop-ast (>= 1.30.0, < 2.0)
70
70
  ruby-progressbar (~> 1.7)
71
71
  unicode-display_width (>= 2.4.0, < 3.0)
72
72
  rubocop-ast (1.30.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MadFlatter
4
- VERSION = '3.0.2'
4
+ VERSION = '3.0.3'
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.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - gangelo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-01 00:00:00.000000000 Z
11
+ date: 2023-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport