mad_flatter 3.0.4 → 3.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5478ab764e796c8169966592d15942a090e5af10c82ff50b796b1f36815ae7b2
4
- data.tar.gz: 4c21d4276269344423167a00df05f36842de323e09980e8712b05ecb97041a7b
3
+ metadata.gz: 763295d474ff6cc693b40b69f94407097a6fb0a54c9019b0fa4a1ce0e9137e97
4
+ data.tar.gz: b4c4b38fab21a026603a51f2e52295cd385e3dcd77f42cf5d8ecfab46b8754fb
5
5
  SHA512:
6
- metadata.gz: '08b9a6d81c7374f0e50fc42be98cb9b2b30e9d07685962772cb24b0c949206dbab84f03fc5feed32f2437c57074ac2c6a51eff2aef223402c3e63eba700fd680'
7
- data.tar.gz: 8aa6bcfcb92ff18bc1708e7fa3be23625728bb11ea6167e4bac859b8f83934d3f3fbf13296aac9a5ddf39a29e4bcf7befdfa1835e6bd5b4c353382fcb35ead8b
6
+ metadata.gz: 393f09a58f78b4cba3df88735ea59bd91fd88b061a65deacb720619bb24a044d5efce2ab72c35108e10b1916a8ad43438d986c4be40d2a9c88d968c811ca40ca
7
+ data.tar.gz: 0f5d24f9cfd405b214f5c71d543a061be6d5bd439a09e313a98cfdedc178a822e6d78f255c693083dd8526a688493bfadb01d34d5075c80b0c23939d83c42478
data/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ### 3.0.6 [2024-01-18]
2
+
3
+ Changes
4
+
5
+ - Update ruby gems.
6
+
7
+ ### 3.0.5 [2023-12-27]
8
+
9
+ Enhancements
10
+
11
+ - Add github actions for testing and rubocop
12
+ - Add ability to run rake tasks.
13
+
14
+ Changes
15
+
16
+ - Update ruby gems.
17
+
1
18
  ### 3.0.4 [2023-12-02]
2
19
 
3
20
  Changes
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mad_flatter (3.0.4)
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,25 +20,51 @@ GEM
20
20
  tzinfo (~> 2.0)
21
21
  ast (2.4.2)
22
22
  base64 (0.2.0)
23
- bigdecimal (3.1.4)
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.4)
35
- json (2.7.0)
36
- kwalify (0.7.2)
61
+ immutable_struct_ex (1.0.7)
62
+ json (2.7.1)
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
- parallel (1.23.0)
67
+ parallel (1.24.0)
42
68
  parser (3.2.2.4)
43
69
  ast (~> 2.4.1)
44
70
  racc
@@ -50,11 +76,13 @@ GEM
50
76
  pry (>= 0.13, < 0.15)
51
77
  racc (1.7.3)
52
78
  rainbow (3.1.1)
53
- reek (6.1.4)
54
- kwalify (~> 0.7.0)
79
+ rake (13.1.0)
80
+ reek (6.2.0)
81
+ dry-schema (~> 1.13.0)
55
82
  parser (~> 3.2.0)
56
83
  rainbow (>= 2.0, < 4.0)
57
- regexp_parser (2.8.2)
84
+ rexml (~> 3.1)
85
+ regexp_parser (2.9.0)
58
86
  rexml (3.2.6)
59
87
  rspec (3.12.0)
60
88
  rspec-core (~> 3.12.0)
@@ -69,7 +97,7 @@ GEM
69
97
  diff-lcs (>= 1.2.0, < 2.0)
70
98
  rspec-support (~> 3.12.0)
71
99
  rspec-support (3.12.1)
72
- rubocop (1.58.0)
100
+ rubocop (1.59.0)
73
101
  json (~> 2.3)
74
102
  language_server-protocol (>= 3.17.0)
75
103
  parallel (~> 1.10)
@@ -82,14 +110,14 @@ GEM
82
110
  unicode-display_width (>= 2.4.0, < 3.0)
83
111
  rubocop-ast (1.30.0)
84
112
  parser (>= 3.2.1.0)
85
- rubocop-capybara (2.19.0)
113
+ rubocop-capybara (2.20.0)
114
+ rubocop (~> 1.41)
115
+ rubocop-factory_bot (2.25.1)
86
116
  rubocop (~> 1.41)
87
- rubocop-factory_bot (2.24.0)
88
- rubocop (~> 1.33)
89
- rubocop-performance (1.19.1)
90
- rubocop (>= 1.7.0, < 2.0)
91
- rubocop-ast (>= 0.4.0)
92
- rubocop-rspec (2.25.0)
117
+ rubocop-performance (1.20.2)
118
+ rubocop (>= 1.48.1, < 2.0)
119
+ rubocop-ast (>= 1.30.0, < 2.0)
120
+ rubocop-rspec (2.26.1)
93
121
  rubocop (~> 1.40)
94
122
  rubocop-capybara (~> 2.17)
95
123
  rubocop-factory_bot (~> 2.22)
@@ -104,6 +132,7 @@ GEM
104
132
  tzinfo (2.0.6)
105
133
  concurrent-ruby (~> 1.0)
106
134
  unicode-display_width (2.5.0)
135
+ zeitwerk (2.6.12)
107
136
 
108
137
  PLATFORMS
109
138
  x86_64-darwin-17
@@ -112,8 +141,10 @@ PLATFORMS
112
141
  x86_64-linux
113
142
 
114
143
  DEPENDENCIES
144
+ bundler (~> 2.5, >= 2.5.3)
115
145
  mad_flatter!
116
146
  pry-byebug (~> 3.10, >= 3.10.1)
147
+ rake (~> 13.1)
117
148
  reek (~> 6.1, >= 6.1.1)
118
149
  rspec (>= 3.12, < 4.0)
119
150
  rubocop (>= 1.31, < 2.0)
@@ -122,4 +153,4 @@ DEPENDENCIES
122
153
  simplecov (~> 0.22.0)
123
154
 
124
155
  BUNDLED WITH
125
- 2.3.22
156
+ 2.5.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MadFlatter
4
- VERSION = '3.0.4'
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.4
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-02 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
@@ -50,6 +50,26 @@ dependencies:
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
52
  version: '2.0'
53
+ - !ruby/object:Gem::Dependency
54
+ name: bundler
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - "~>"
58
+ - !ruby/object:Gem::Version
59
+ version: '2.5'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 2.5.3
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '2.5'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 2.5.3
53
73
  - !ruby/object:Gem::Dependency
54
74
  name: pry-byebug
55
75
  requirement: !ruby/object:Gem::Requirement
@@ -184,6 +204,20 @@ dependencies:
184
204
  - - "~>"
185
205
  - !ruby/object:Gem::Version
186
206
  version: 0.22.0
207
+ - !ruby/object:Gem::Dependency
208
+ name: rake
209
+ requirement: !ruby/object:Gem::Requirement
210
+ requirements:
211
+ - - "~>"
212
+ - !ruby/object:Gem::Version
213
+ version: '13.1'
214
+ type: :development
215
+ prerelease: false
216
+ version_requirements: !ruby/object:Gem::Requirement
217
+ requirements:
218
+ - - "~>"
219
+ - !ruby/object:Gem::Version
220
+ version: '13.1'
187
221
  description: mad_flatter gem
188
222
  email:
189
223
  - web.gma@gmail.com