immutable_struct_ex_redactable 1.3.6 → 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: ec748f65bbac609bcc4480d3c342c4279da318eb646dff56e738c9632eecacfa
4
- data.tar.gz: 05eaf402ebe5d7ee31a92c7637d3f124467c3a133b393a885df2fd36481e7147
3
+ metadata.gz: 40d9e18bc08d38cb289c60329ab131891784b98dbfb77a5938a58a625ea08047
4
+ data.tar.gz: c4f7f3089636b434dbb0431caf6e0da9115717163cc61153a2ad382e1b11f614
5
5
  SHA512:
6
- metadata.gz: b845c93352515c414639aeafa8dcc94273d9169f479919665e8a910109b148322d13a5abfb200035bfe2f250ed24a263e20597eaeb9eb17f33bab944aeb94ef7
7
- data.tar.gz: 75bcab8a26763b086be39de24e19395110f79dbbc9028812fce10679e0f517e3afd136976a38040dc42dd4f6f13138647db5e316c86d88c6f17fb2137ef856a7
6
+ metadata.gz: a044aa875729803f9a04e5fdbca1dc5b56f4338a31537e961c40814755e8b8f6c5576ce8616ad34ce1a14116b331965a7dd36cccc708a0656000a64425ad2443
7
+ data.tar.gz: cc44cb61c9f66c8b694d0a56e8b4bfa100cd892812e6a8e7a74abacebb873854983ba541a86eb93ca8b425a0cf60df1874750d63bac16b5656ea337ad8dbc41d
data/.rubocop.yml CHANGED
@@ -1,5 +1,6 @@
1
1
  require:
2
2
  - rubocop-performance
3
+ - rubocop-rake
3
4
  - rubocop-rspec
4
5
 
5
6
  AllCops:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.3.8] - 2024-08-09
2
+
3
+ Changes
4
+
5
+ - Ruby gem updates.
6
+ - Update rexml gem to patch CVE.
7
+
8
+ ## [1.3.7] - 2024-02-21
9
+
10
+ Changes
11
+
12
+ - Ruby gem updates.
13
+ - Add groups to Gemfile.
14
+ - Minor code refactors.
15
+
1
16
  ## [1.3.6] - 2024-01-19
2
17
 
3
18
  Changes
data/Gemfile CHANGED
@@ -5,12 +5,22 @@ source 'https://rubygems.org'
5
5
  # Specify your gem's dependencies in immutable_struct_ex_redactable.gemspec
6
6
  gemspec
7
7
 
8
- gem 'bundler', '~> 2.4', '>= 2.4.21'
9
- gem 'pry-byebug', '~> 3.9'
10
- gem 'rake', '~> 13.0', '>= 13.0.6'
11
- gem 'reek', '~> 6.1', '>= 6.1.1'
12
- gem 'rspec', '>= 3.10'
13
- gem 'rubocop', '~> 1.35'
14
- gem 'rubocop-performance', '~> 1.14', '>= 1.14.3'
15
- gem 'rubocop-rspec', '~> 2.12', '>= 2.12.1'
16
- gem 'simplecov', '~> 0.22.0'
8
+ gem 'bundler', '>= 2.5', '< 3.0'
9
+ gem 'rake', '>= 13.0', '< 14.0'
10
+
11
+ group :development do
12
+ gem 'reek', '>= 6.1', '< 7.0'
13
+ gem 'rubocop', '>= 1.65', '< 2.0'
14
+ gem 'rubocop-performance', '>= 1.21', '< 2.0'
15
+ gem 'rubocop-rake', '>= 0.6', '< 1.0'
16
+ gem 'rubocop-rspec', '>= 3.0.4', '< 4.0'
17
+ end
18
+
19
+ group :test do
20
+ gem 'rspec', '>= 3.12', '< 4.0'
21
+ gem 'simplecov', '>= 0.22.0', '< 1.0'
22
+ end
23
+
24
+ group :development, :test do
25
+ gem 'pry-byebug', '>= 3.9', '< 4.0'
26
+ end
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- immutable_struct_ex_redactable (1.3.6)
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)
15
- diff-lcs (1.5.0)
16
- docile (1.4.0)
17
- dry-configurable (1.1.0)
14
+ concurrent-ruby (1.3.3)
15
+ diff-lcs (1.5.1)
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.8)
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.2.2.4)
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,53 +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)
61
- reek (6.2.0)
60
+ rake (13.2.1)
61
+ reek (6.3.0)
62
62
  dry-schema (~> 1.13.0)
63
- parser (~> 3.2.0)
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)
68
- rspec (3.12.0)
69
- rspec-core (~> 3.12.0)
70
- rspec-expectations (~> 3.12.0)
71
- rspec-mocks (~> 3.12.0)
72
- rspec-core (3.12.2)
73
- rspec-support (~> 3.12.0)
74
- rspec-expectations (3.12.3)
66
+ regexp_parser (2.9.2)
67
+ rexml (3.3.4)
68
+ strscan
69
+ rspec (3.13.0)
70
+ rspec-core (~> 3.13.0)
71
+ rspec-expectations (~> 3.13.0)
72
+ rspec-mocks (~> 3.13.0)
73
+ rspec-core (3.13.0)
74
+ rspec-support (~> 3.13.0)
75
+ rspec-expectations (3.13.1)
75
76
  diff-lcs (>= 1.2.0, < 2.0)
76
- rspec-support (~> 3.12.0)
77
- rspec-mocks (3.12.6)
77
+ rspec-support (~> 3.13.0)
78
+ rspec-mocks (3.13.1)
78
79
  diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.12.0)
80
- rspec-support (3.12.1)
81
- rubocop (1.59.0)
80
+ rspec-support (~> 3.13.0)
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
- parser (>= 3.2.2.4)
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)
101
- rubocop-rspec (2.26.1)
102
- rubocop (~> 1.40)
103
- rubocop-capybara (~> 2.17)
104
- rubocop-factory_bot (~> 2.22)
97
+ rubocop-ast (>= 1.31.1, < 2.0)
98
+ rubocop-rake (0.6.0)
99
+ rubocop (~> 1.0)
100
+ rubocop-rspec (3.0.4)
101
+ rubocop (~> 1.61)
105
102
  ruby-progressbar (1.13.0)
106
103
  simplecov (0.22.0)
107
104
  docile (~> 1.1)
@@ -109,25 +106,32 @@ GEM
109
106
  simplecov_json_formatter (~> 0.1)
110
107
  simplecov-html (0.12.3)
111
108
  simplecov_json_formatter (0.1.4)
109
+ strscan (3.1.0)
112
110
  unicode-display_width (2.5.0)
113
- zeitwerk (2.6.12)
111
+ zeitwerk (2.6.17)
114
112
 
115
113
  PLATFORMS
114
+ arm64-darwin-22
115
+ arm64-darwin-23
116
+ x64-mingw-ucrt
117
+ x64-mingw32
116
118
  x86_64-darwin-19
119
+ x86_64-darwin-20
117
120
  x86_64-darwin-21
118
121
  x86_64-linux
119
122
 
120
123
  DEPENDENCIES
121
- bundler (~> 2.4, >= 2.4.21)
124
+ bundler (>= 2.5, < 3.0)
122
125
  immutable_struct_ex_redactable!
123
- pry-byebug (~> 3.9)
124
- rake (~> 13.0, >= 13.0.6)
125
- reek (~> 6.1, >= 6.1.1)
126
- rspec (>= 3.10)
127
- rubocop (~> 1.35)
128
- rubocop-performance (~> 1.14, >= 1.14.3)
129
- rubocop-rspec (~> 2.12, >= 2.12.1)
130
- simplecov (~> 0.22.0)
126
+ pry-byebug (>= 3.9, < 4.0)
127
+ rake (>= 13.0, < 14.0)
128
+ reek (>= 6.1, < 7.0)
129
+ rspec (>= 3.12, < 4.0)
130
+ rubocop (>= 1.65, < 2.0)
131
+ rubocop-performance (>= 1.21, < 2.0)
132
+ rubocop-rake (>= 0.6, < 1.0)
133
+ rubocop-rspec (>= 3.0.4, < 4.0)
134
+ simplecov (>= 0.22.0, < 1.0)
131
135
 
132
136
  BUNDLED WITH
133
137
  2.5.3
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # `immutable_struct_ex_redactable`
2
2
 
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=4)](https://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex_redactable)
5
- [![Gem Version](https://badge.fury.io/rb/immutable_struct_ex_redactable.svg?version=4)](https://badge.fury.io/rb/immutable_struct_ex_redactable)
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)
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=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
+ [![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
 
9
9
  ## Introduction
data/Rakefile CHANGED
@@ -2,11 +2,9 @@
2
2
 
3
3
  require "bundler/gem_tasks"
4
4
  require "rspec/core/rake_task"
5
-
6
- RSpec::Core::RakeTask.new(:spec)
7
-
8
5
  require "rubocop/rake_task"
9
6
 
7
+ RSpec::Core::RakeTask.new(:spec)
10
8
  RuboCop::RakeTask.new
11
9
 
12
10
  task default: %i[spec rubocop]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ImmutableStructExRedactable
4
- VERSION = '1.3.6'
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.6
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-01-20 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: