immutable_struct_ex_redactable 1.3.7 → 1.3.8

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: 4a59c2fba915b27a63f53bc4b76ec72254cee873055332da1acd7ecf07553e3c
4
- data.tar.gz: dece8756c7343304581afc2e38c80f016140d0d673ac41354517fca5c81f87d8
3
+ metadata.gz: 40d9e18bc08d38cb289c60329ab131891784b98dbfb77a5938a58a625ea08047
4
+ data.tar.gz: c4f7f3089636b434dbb0431caf6e0da9115717163cc61153a2ad382e1b11f614
5
5
  SHA512:
6
- metadata.gz: 416670240151affce8b1430129ebd1366fae982d61c3e79c7d1dc9a17f3ea36ebf55ea738f8b7d4f025882d50a641e0e97ed18a4a50a0941ea899d72127be06b
7
- data.tar.gz: 47f407437ae8ee05838f4ddf95583c60b53ed8bd4406247293e5de95941b980d79a2e2147b904afbc0171160f8e2e81e422f989415a9f9f3adbddee7202d6eac
6
+ metadata.gz: a044aa875729803f9a04e5fdbca1dc5b56f4338a31537e961c40814755e8b8f6c5576ce8616ad34ce1a14116b331965a7dd36cccc708a0656000a64425ad2443
7
+ data.tar.gz: cc44cb61c9f66c8b694d0a56e8b4bfa100cd892812e6a8e7a74abacebb873854983ba541a86eb93ca8b425a0cf60df1874750d63bac16b5656ea337ad8dbc41d
data/CHANGELOG.md CHANGED
@@ -1,8 +1,17 @@
1
+ ## [1.3.8] - 2024-08-09
2
+
3
+ Changes
4
+
5
+ - Ruby gem updates.
6
+ - Update rexml gem to patch CVE.
7
+
1
8
  ## [1.3.7] - 2024-02-21
2
9
 
3
10
  Changes
4
11
 
5
12
  - Ruby gem updates.
13
+ - Add groups to Gemfile.
14
+ - Minor code refactors.
6
15
 
7
16
  ## [1.3.6] - 2024-01-19
8
17
 
data/Gemfile CHANGED
@@ -10,10 +10,10 @@ gem 'rake', '>= 13.0', '< 14.0'
10
10
 
11
11
  group :development do
12
12
  gem 'reek', '>= 6.1', '< 7.0'
13
- gem 'rubocop', '>= 1.35', '< 2.0'
14
- gem 'rubocop-performance', '>= 1.14', '< 2.0'
13
+ gem 'rubocop', '>= 1.65', '< 2.0'
14
+ gem 'rubocop-performance', '>= 1.21', '< 2.0'
15
15
  gem 'rubocop-rake', '>= 0.6', '< 1.0'
16
- gem 'rubocop-rspec', '>= 2.12', '< 3.0'
16
+ gem 'rubocop-rspec', '>= 3.0.4', '< 4.0'
17
17
  end
18
18
 
19
19
  group :test do
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- immutable_struct_ex_redactable (1.3.7)
5
- immutable_struct_ex (~> 1.0, >= 1.0.5)
4
+ immutable_struct_ex_redactable (1.3.8)
5
+ immutable_struct_ex (>= 1.0.5, < 2.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  ast (2.4.2)
11
- bigdecimal (3.1.6)
11
+ bigdecimal (3.1.8)
12
12
  byebug (11.1.3)
13
13
  coderay (1.1.3)
14
- concurrent-ruby (1.2.3)
14
+ concurrent-ruby (1.3.3)
15
15
  diff-lcs (1.5.1)
16
- docile (1.4.0)
17
- dry-configurable (1.1.0)
16
+ docile (1.4.1)
17
+ dry-configurable (1.2.0)
18
18
  dry-core (~> 1.0, < 2)
19
19
  zeitwerk (~> 2.6)
20
20
  dry-core (1.0.1)
21
21
  concurrent-ruby (~> 1.0)
22
22
  zeitwerk (~> 2.6)
23
- dry-inflector (1.0.0)
23
+ dry-inflector (1.1.0)
24
24
  dry-initializer (3.1.1)
25
25
  dry-logic (1.5.0)
26
26
  concurrent-ruby (~> 1.0)
27
27
  dry-core (~> 1.0, < 2)
28
28
  zeitwerk (~> 2.6)
29
- dry-schema (1.13.3)
29
+ dry-schema (1.13.4)
30
30
  concurrent-ruby (~> 1.0)
31
31
  dry-configurable (~> 1.0, >= 1.0.1)
32
32
  dry-core (~> 1.0, < 2)
@@ -41,12 +41,12 @@ GEM
41
41
  dry-inflector (~> 1.0)
42
42
  dry-logic (~> 1.4)
43
43
  zeitwerk (~> 2.6)
44
- immutable_struct_ex (1.0.10)
45
- json (2.7.1)
44
+ immutable_struct_ex (1.0.11)
45
+ json (2.7.2)
46
46
  language_server-protocol (3.17.0.3)
47
- method_source (1.0.0)
48
- parallel (1.24.0)
49
- parser (3.3.0.5)
47
+ method_source (1.1.0)
48
+ parallel (1.26.1)
49
+ parser (3.3.4.2)
50
50
  ast (~> 2.4.1)
51
51
  racc
52
52
  pry (0.14.2)
@@ -55,55 +55,50 @@ GEM
55
55
  pry-byebug (3.10.1)
56
56
  byebug (~> 11.0)
57
57
  pry (>= 0.13, < 0.15)
58
- racc (1.7.3)
58
+ racc (1.8.1)
59
59
  rainbow (3.1.1)
60
- rake (13.1.0)
60
+ rake (13.2.1)
61
61
  reek (6.3.0)
62
62
  dry-schema (~> 1.13.0)
63
63
  parser (~> 3.3.0)
64
64
  rainbow (>= 2.0, < 4.0)
65
65
  rexml (~> 3.1)
66
- regexp_parser (2.9.0)
67
- rexml (3.2.6)
66
+ regexp_parser (2.9.2)
67
+ rexml (3.3.4)
68
+ strscan
68
69
  rspec (3.13.0)
69
70
  rspec-core (~> 3.13.0)
70
71
  rspec-expectations (~> 3.13.0)
71
72
  rspec-mocks (~> 3.13.0)
72
73
  rspec-core (3.13.0)
73
74
  rspec-support (~> 3.13.0)
74
- rspec-expectations (3.13.0)
75
+ rspec-expectations (3.13.1)
75
76
  diff-lcs (>= 1.2.0, < 2.0)
76
77
  rspec-support (~> 3.13.0)
77
- rspec-mocks (3.13.0)
78
+ rspec-mocks (3.13.1)
78
79
  diff-lcs (>= 1.2.0, < 2.0)
79
80
  rspec-support (~> 3.13.0)
80
- rspec-support (3.13.0)
81
- rubocop (1.60.2)
81
+ rspec-support (3.13.1)
82
+ rubocop (1.65.1)
82
83
  json (~> 2.3)
83
84
  language_server-protocol (>= 3.17.0)
84
85
  parallel (~> 1.10)
85
86
  parser (>= 3.3.0.2)
86
87
  rainbow (>= 2.2.2, < 4.0)
87
- regexp_parser (>= 1.8, < 3.0)
88
+ regexp_parser (>= 2.4, < 3.0)
88
89
  rexml (>= 3.2.5, < 4.0)
89
- rubocop-ast (>= 1.30.0, < 2.0)
90
+ rubocop-ast (>= 1.31.1, < 2.0)
90
91
  ruby-progressbar (~> 1.7)
91
92
  unicode-display_width (>= 2.4.0, < 3.0)
92
- rubocop-ast (1.30.0)
93
- parser (>= 3.2.1.0)
94
- rubocop-capybara (2.20.0)
95
- rubocop (~> 1.41)
96
- rubocop-factory_bot (2.25.1)
97
- rubocop (~> 1.41)
98
- rubocop-performance (1.20.2)
93
+ rubocop-ast (1.32.0)
94
+ parser (>= 3.3.1.0)
95
+ rubocop-performance (1.21.1)
99
96
  rubocop (>= 1.48.1, < 2.0)
100
- rubocop-ast (>= 1.30.0, < 2.0)
97
+ rubocop-ast (>= 1.31.1, < 2.0)
101
98
  rubocop-rake (0.6.0)
102
99
  rubocop (~> 1.0)
103
- rubocop-rspec (2.26.1)
104
- rubocop (~> 1.40)
105
- rubocop-capybara (~> 2.17)
106
- rubocop-factory_bot (~> 2.22)
100
+ rubocop-rspec (3.0.4)
101
+ rubocop (~> 1.61)
107
102
  ruby-progressbar (1.13.0)
108
103
  simplecov (0.22.0)
109
104
  docile (~> 1.1)
@@ -111,11 +106,17 @@ GEM
111
106
  simplecov_json_formatter (~> 0.1)
112
107
  simplecov-html (0.12.3)
113
108
  simplecov_json_formatter (0.1.4)
109
+ strscan (3.1.0)
114
110
  unicode-display_width (2.5.0)
115
- zeitwerk (2.6.13)
111
+ zeitwerk (2.6.17)
116
112
 
117
113
  PLATFORMS
114
+ arm64-darwin-22
115
+ arm64-darwin-23
116
+ x64-mingw-ucrt
117
+ x64-mingw32
118
118
  x86_64-darwin-19
119
+ x86_64-darwin-20
119
120
  x86_64-darwin-21
120
121
  x86_64-linux
121
122
 
@@ -126,10 +127,10 @@ DEPENDENCIES
126
127
  rake (>= 13.0, < 14.0)
127
128
  reek (>= 6.1, < 7.0)
128
129
  rspec (>= 3.12, < 4.0)
129
- rubocop (>= 1.35, < 2.0)
130
- rubocop-performance (>= 1.14, < 2.0)
130
+ rubocop (>= 1.65, < 2.0)
131
+ rubocop-performance (>= 1.21, < 2.0)
131
132
  rubocop-rake (>= 0.6, < 1.0)
132
- rubocop-rspec (>= 2.12, < 3.0)
133
+ rubocop-rspec (>= 3.0.4, < 4.0)
133
134
  simplecov (>= 0.22.0, < 1.0)
134
135
 
135
136
  BUNDLED WITH
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # `immutable_struct_ex_redactable`
2
2
 
3
3
  [![Ruby](https://github.com/gangelo/immutable_struct_ex_redactable/actions/workflows/ruby.yml/badge.svg)](https://github.com/gangelo/immutable_struct_ex_redactable/actions/workflows/ruby.yml)
4
- [![GitHub version](http://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex_redactable.svg?version=6)](https://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex_redactable)
5
- [![Gem Version](https://badge.fury.io/rb/immutable_struct_ex_redactable.svg?version=6)](https://badge.fury.io/rb/immutable_struct_ex_redactable)
4
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex_redactable.svg?version=7)](https://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex_redactable)
5
+ [![Gem Version](https://badge.fury.io/rb/immutable_struct_ex_redactable.svg?version=7)](https://badge.fury.io/rb/immutable_struct_ex_redactable)
6
6
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/immutable_struct_ex_redactable/) [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/immutable_struct_ex_redactable/issues)
7
7
  [![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license)
8
8
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ImmutableStructExRedactable
4
- VERSION = '1.3.7'
4
+ VERSION = '1.3.8'
5
5
  end
metadata CHANGED
@@ -1,35 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immutable_struct_ex_redactable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.7
4
+ version: 1.3.8
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-21 00:00:00.000000000 Z
11
+ date: 2024-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: immutable_struct_ex
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '1.0'
20
17
  - - ">="
21
18
  - !ruby/object:Gem::Version
22
19
  version: 1.0.5
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '2.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "~>"
28
- - !ruby/object:Gem::Version
29
- version: '1.0'
30
27
  - - ">="
31
28
  - !ruby/object:Gem::Version
32
29
  version: 1.0.5
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '2.0'
33
33
  description: Creates and initializes an immutable struct in one step and provides
34
34
  redaction functionality.
35
35
  email: