immutable_struct_ex 1.0.10 → 1.0.11

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: 5d2135aa1951b9c701e380aac7ec7d8811f047ccbbca4b7970369ff1c203bc0c
4
- data.tar.gz: dae024e2f41f86b592f4318ee9a9073fd774efd13d31519f1e5b3375ff16da60
3
+ metadata.gz: 7abed5bdf7a7a9b0009f70d35ea74d57f2f25bf10609aa5d8a697a00e01660b7
4
+ data.tar.gz: faa4d1dbc5e80d7b407401802c78a225691094e2f7a8ab813c7fd6e35dff047e
5
5
  SHA512:
6
- metadata.gz: be2ea371b3504275afaa7b4bbe14cad53b9cdb9204a16d4fc6cf91b78234da3d38653a497546e5da9a2d820b0ddcf4ff1615d209e924b250c345f391a7df12bf
7
- data.tar.gz: f1c1a89310ddd33671770f8756894949dcdd0eb4f5ddb8ba504feffa8b8400ef77d68e02d49f927b50f4b3a337e15e25bc8927805faeb159eebc3073aba30c23
6
+ metadata.gz: ac382cf6474c9785ab0d94edddb2007d121fa6f635d8dbe946c36adc030135e11252f76842ba292e2202b73458f7644dcb0cadd10e86f288c76391a73f4d131e
7
+ data.tar.gz: dcf3a0f4d06fdd501206c24e20ea9ef81801fdf73c1faa748e9fbcb5cd46fe71209f37ed834216e99ad29105c135b213e1b6dcff6669df2e63b0b9b559a13610
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### [1.0.11] 2024-08-03
2
+
3
+ Changes
4
+
5
+ - Update ruby gems.
6
+ - Update rexml gem to fix CVE.
7
+
1
8
  ### [1.0.10] 2024-02-19
2
9
 
3
10
  Changes
data/Gemfile CHANGED
@@ -15,7 +15,7 @@ group :development do
15
15
  gem 'rubocop', '>= 1.35', '< 2.0'
16
16
  gem 'rubocop-performance', '>= 1.14', '< 2.0'
17
17
  gem 'rubocop-rake', '>= 0.6', '< 1.0'
18
- gem 'rubocop-rspec', '>= 2.12', '< 3.0'
18
+ gem 'rubocop-rspec', '~> 3.0', '>= 3.0.3'
19
19
  end
20
20
 
21
21
  group :test do
data/Gemfile.lock CHANGED
@@ -1,31 +1,31 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- immutable_struct_ex (1.0.10)
4
+ immutable_struct_ex (1.0.11)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.2)
10
- bigdecimal (3.1.6)
10
+ bigdecimal (3.1.8)
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
- concurrent-ruby (1.2.3)
13
+ concurrent-ruby (1.3.3)
14
14
  diff-lcs (1.5.1)
15
- docile (1.4.0)
16
- dry-configurable (1.1.0)
15
+ docile (1.4.1)
16
+ dry-configurable (1.2.0)
17
17
  dry-core (~> 1.0, < 2)
18
18
  zeitwerk (~> 2.6)
19
19
  dry-core (1.0.1)
20
20
  concurrent-ruby (~> 1.0)
21
21
  zeitwerk (~> 2.6)
22
- dry-inflector (1.0.0)
22
+ dry-inflector (1.1.0)
23
23
  dry-initializer (3.1.1)
24
24
  dry-logic (1.5.0)
25
25
  concurrent-ruby (~> 1.0)
26
26
  dry-core (~> 1.0, < 2)
27
27
  zeitwerk (~> 2.6)
28
- dry-schema (1.13.3)
28
+ dry-schema (1.13.4)
29
29
  concurrent-ruby (~> 1.0)
30
30
  dry-configurable (~> 1.0, >= 1.0.1)
31
31
  dry-core (~> 1.0, < 2)
@@ -40,11 +40,11 @@ GEM
40
40
  dry-inflector (~> 1.0)
41
41
  dry-logic (~> 1.4)
42
42
  zeitwerk (~> 2.6)
43
- json (2.7.1)
43
+ json (2.7.2)
44
44
  language_server-protocol (3.17.0.3)
45
- method_source (1.0.0)
46
- parallel (1.24.0)
47
- parser (3.3.0.5)
45
+ method_source (1.1.0)
46
+ parallel (1.25.1)
47
+ parser (3.3.4.0)
48
48
  ast (~> 2.4.1)
49
49
  racc
50
50
  pry (0.14.2)
@@ -53,55 +53,50 @@ GEM
53
53
  pry-byebug (3.10.1)
54
54
  byebug (~> 11.0)
55
55
  pry (>= 0.13, < 0.15)
56
- racc (1.7.3)
56
+ racc (1.8.1)
57
57
  rainbow (3.1.1)
58
- rake (13.1.0)
58
+ rake (13.2.1)
59
59
  reek (6.3.0)
60
60
  dry-schema (~> 1.13.0)
61
61
  parser (~> 3.3.0)
62
62
  rainbow (>= 2.0, < 4.0)
63
63
  rexml (~> 3.1)
64
- regexp_parser (2.9.0)
65
- rexml (3.2.6)
64
+ regexp_parser (2.9.2)
65
+ rexml (3.3.4)
66
+ strscan
66
67
  rspec (3.13.0)
67
68
  rspec-core (~> 3.13.0)
68
69
  rspec-expectations (~> 3.13.0)
69
70
  rspec-mocks (~> 3.13.0)
70
71
  rspec-core (3.13.0)
71
72
  rspec-support (~> 3.13.0)
72
- rspec-expectations (3.13.0)
73
+ rspec-expectations (3.13.1)
73
74
  diff-lcs (>= 1.2.0, < 2.0)
74
75
  rspec-support (~> 3.13.0)
75
- rspec-mocks (3.13.0)
76
+ rspec-mocks (3.13.1)
76
77
  diff-lcs (>= 1.2.0, < 2.0)
77
78
  rspec-support (~> 3.13.0)
78
- rspec-support (3.13.0)
79
- rubocop (1.60.2)
79
+ rspec-support (3.13.1)
80
+ rubocop (1.65.1)
80
81
  json (~> 2.3)
81
82
  language_server-protocol (>= 3.17.0)
82
83
  parallel (~> 1.10)
83
84
  parser (>= 3.3.0.2)
84
85
  rainbow (>= 2.2.2, < 4.0)
85
- regexp_parser (>= 1.8, < 3.0)
86
+ regexp_parser (>= 2.4, < 3.0)
86
87
  rexml (>= 3.2.5, < 4.0)
87
- rubocop-ast (>= 1.30.0, < 2.0)
88
+ rubocop-ast (>= 1.31.1, < 2.0)
88
89
  ruby-progressbar (~> 1.7)
89
90
  unicode-display_width (>= 2.4.0, < 3.0)
90
- rubocop-ast (1.30.0)
91
- parser (>= 3.2.1.0)
92
- rubocop-capybara (2.20.0)
93
- rubocop (~> 1.41)
94
- rubocop-factory_bot (2.25.1)
95
- rubocop (~> 1.41)
96
- rubocop-performance (1.20.2)
91
+ rubocop-ast (1.31.3)
92
+ parser (>= 3.3.1.0)
93
+ rubocop-performance (1.21.1)
97
94
  rubocop (>= 1.48.1, < 2.0)
98
- rubocop-ast (>= 1.30.0, < 2.0)
95
+ rubocop-ast (>= 1.31.1, < 2.0)
99
96
  rubocop-rake (0.6.0)
100
97
  rubocop (~> 1.0)
101
- rubocop-rspec (2.26.1)
102
- rubocop (~> 1.40)
103
- rubocop-capybara (~> 2.17)
104
- rubocop-factory_bot (~> 2.22)
98
+ rubocop-rspec (3.0.3)
99
+ rubocop (~> 1.61)
105
100
  ruby-progressbar (1.13.0)
106
101
  simplecov (0.22.0)
107
102
  docile (~> 1.1)
@@ -109,8 +104,9 @@ GEM
109
104
  simplecov_json_formatter (~> 0.1)
110
105
  simplecov-html (0.12.3)
111
106
  simplecov_json_formatter (0.1.4)
107
+ strscan (3.1.0)
112
108
  unicode-display_width (2.5.0)
113
- zeitwerk (2.6.13)
109
+ zeitwerk (2.6.17)
114
110
 
115
111
  PLATFORMS
116
112
  x86_64-darwin-19
@@ -127,7 +123,7 @@ DEPENDENCIES
127
123
  rubocop (>= 1.35, < 2.0)
128
124
  rubocop-performance (>= 1.14, < 2.0)
129
125
  rubocop-rake (>= 0.6, < 1.0)
130
- rubocop-rspec (>= 2.12, < 3.0)
126
+ rubocop-rspec (~> 3.0, >= 3.0.3)
131
127
  simplecov (>= 0.22.0, < 1.0)
132
128
 
133
129
  BUNDLED WITH
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Ruby](https://github.com/gangelo/immutable_struct_ex/actions/workflows/ruby.yml/badge.svg)](https://github.com/gangelo/immutable_struct_ex/actions/workflows/ruby.yml)
2
- [![GitHub version](http://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex.svg?refresh=7)](https://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex)
3
- [![Gem Version](https://badge.fury.io/rb/immutable_struct_ex.svg?refresh=7)](https://badge.fury.io/rb/immutable_struct_ex)
2
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex.svg?refresh=8)](https://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex)
3
+ [![Gem Version](https://badge.fury.io/rb/immutable_struct_ex.svg?refresh=8)](https://badge.fury.io/rb/immutable_struct_ex)
4
4
  [![](http://ruby-gem-downloads-badge.herokuapp.com/immutable_struct_ex?type=total)](http://www.rubydoc.info/gems/immutable_struct_ex/)
5
5
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/immutable_struct_ex/)
6
6
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/immutable_struct_ex/issues)
@@ -13,11 +13,11 @@ immutable_struct_ex is yet another immutable struct. What makes immutable_struct
13
13
  ## Other Immutable Structs
14
14
 
15
15
  ```ruby
16
- # Two steps...
16
+ # How OTHER immutable structs declare and instantiate, two steps...
17
17
  some_immutable_struct = SomeImmutableStruct.new(:first, :last, :phone)
18
18
  some_immutable_struct.new(first: 'John', last: 'Doe', phone: '(201) 230-7281')
19
19
 
20
- # Chaining...
20
+ # How OTHER immutable structs chain...
21
21
  some_immutable_struct = SomeImmutableStruct.new(:first, :last, :phone)
22
22
  .new(first: 'John', last: 'Doe', phone: '(201) 230-7281')
23
23
  ```
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ImmutableStructEx
4
- VERSION = '1.0.10'
4
+ VERSION = '1.0.11'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immutable_struct_ex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-19 00:00:00.000000000 Z
11
+ date: 2024-08-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Creates an immutable struct in one step.
14
14
  email: