mad_flatter 2.0.0 → 2.1.0

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: 970e8a0b3df7bbe9ef22e8aca026ca61aba74d115f24b06f82fd52a0e75fdd71
4
- data.tar.gz: 7e60a9691f934b7a438a7c368c53cedb2143099d5ffc523d51c7e72b1274e28d
3
+ metadata.gz: 56a07650700f70bee720b0c0a4451f69c08d27336012a758159e4bba7200c6a1
4
+ data.tar.gz: 42343fcdd1fc68d209d0ecde0575cf507091253bf2484659efac7f52b33e3267
5
5
  SHA512:
6
- metadata.gz: 7c644ab261b05fb7fdec5d1ca050c4d16d2defda599a428be8e224795f4512936758e6cae6a9e833764738744f599d77a563d8b4af63bfedda713b7102ba83a7
7
- data.tar.gz: 8d2c362749860e61d29acd458113973a2e2393563742f26292a69ac82dcd9aa38223947c0ac42825ad604a7f16bd27661c572841922ef581cf7550b4546bdccd
6
+ metadata.gz: 0db85bf75589abb932423b31bff64061adb8302bd619cc397cd1308d2173581edfe06d21edeb6e3b73fe4233135100c6bba67afa55021765398fb86768278b06
7
+ data.tar.gz: a9c7023fe7538b4046c4667844b1cdad88b6a51aee073d675178faf490a8358c220a64a64b4e647d7e0536ee8bfb227899499cc37d75fc549a7b973bec01d25c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### 2.1.0
2
+ * Changes
3
+ * Limit ruby version to Gem::Requirement.new(">= 2.3.1", "< 4.0").
4
+ * Update ruby gems.
5
+
1
6
  ### 2.0.0
2
7
  * Changes
3
8
  * Add spec coverage.
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mad_flatter (2.0.0)
4
+ mad_flatter (2.1.0)
5
5
  activesupport (~> 7.0, >= 7.0.3.1)
6
- immutable_struct_ex (~> 0.2.0)
6
+ immutable_struct_ex (~> 1.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -21,7 +21,7 @@ GEM
21
21
  docile (1.4.0)
22
22
  i18n (1.12.0)
23
23
  concurrent-ruby (~> 1.0)
24
- immutable_struct_ex (0.2.3)
24
+ immutable_struct_ex (1.0.0)
25
25
  json (2.6.2)
26
26
  kwalify (0.7.2)
27
27
  method_source (1.0.0)
@@ -42,35 +42,35 @@ GEM
42
42
  rainbow (>= 2.0, < 4.0)
43
43
  regexp_parser (2.6.0)
44
44
  rexml (3.2.5)
45
- rspec (3.11.0)
46
- rspec-core (~> 3.11.0)
47
- rspec-expectations (~> 3.11.0)
48
- rspec-mocks (~> 3.11.0)
49
- rspec-core (3.11.0)
50
- rspec-support (~> 3.11.0)
51
- rspec-expectations (3.11.1)
45
+ rspec (3.12.0)
46
+ rspec-core (~> 3.12.0)
47
+ rspec-expectations (~> 3.12.0)
48
+ rspec-mocks (~> 3.12.0)
49
+ rspec-core (3.12.0)
50
+ rspec-support (~> 3.12.0)
51
+ rspec-expectations (3.12.0)
52
52
  diff-lcs (>= 1.2.0, < 2.0)
53
- rspec-support (~> 3.11.0)
54
- rspec-mocks (3.11.1)
53
+ rspec-support (~> 3.12.0)
54
+ rspec-mocks (3.12.0)
55
55
  diff-lcs (>= 1.2.0, < 2.0)
56
- rspec-support (~> 3.11.0)
57
- rspec-support (3.11.1)
58
- rubocop (1.36.0)
56
+ rspec-support (~> 3.12.0)
57
+ rspec-support (3.12.0)
58
+ rubocop (1.38.0)
59
59
  json (~> 2.3)
60
60
  parallel (~> 1.10)
61
61
  parser (>= 3.1.2.1)
62
62
  rainbow (>= 2.2.2, < 4.0)
63
63
  regexp_parser (>= 1.8, < 3.0)
64
64
  rexml (>= 3.2.5, < 4.0)
65
- rubocop-ast (>= 1.20.1, < 2.0)
65
+ rubocop-ast (>= 1.23.0, < 2.0)
66
66
  ruby-progressbar (~> 1.7)
67
67
  unicode-display_width (>= 1.4.0, < 3.0)
68
- rubocop-ast (1.21.0)
68
+ rubocop-ast (1.23.0)
69
69
  parser (>= 3.1.1.0)
70
70
  rubocop-performance (1.15.0)
71
71
  rubocop (>= 1.7.0, < 2.0)
72
72
  rubocop-ast (>= 0.4.0)
73
- rubocop-rspec (2.13.2)
73
+ rubocop-rspec (2.15.0)
74
74
  rubocop (~> 1.33)
75
75
  ruby-progressbar (1.11.0)
76
76
  simplecov (0.21.2)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MadFlatter
4
- VERSION = '2.0.0'
4
+ VERSION = '2.1.0'
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: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - gangelo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-30 00:00:00.000000000 Z
11
+ date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 0.2.0
39
+ version: '1.0'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: 0.2.0
46
+ version: '1.0'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: pry-byebug
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -208,6 +208,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
208
208
  - - ">="
209
209
  - !ruby/object:Gem::Version
210
210
  version: 2.3.1
211
+ - - "<"
212
+ - !ruby/object:Gem::Version
213
+ version: '4.0'
211
214
  required_rubygems_version: !ruby/object:Gem::Requirement
212
215
  requirements:
213
216
  - - ">="