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 +4 -4
- data/.rubocop.yml +1 -0
- data/CHANGELOG.md +15 -0
- data/Gemfile +19 -9
- data/Gemfile.lock +61 -57
- data/README.md +4 -4
- data/Rakefile +1 -3
- data/lib/immutable_struct_ex_redactable/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40d9e18bc08d38cb289c60329ab131891784b98dbfb77a5938a58a625ea08047
|
4
|
+
data.tar.gz: c4f7f3089636b434dbb0431caf6e0da9115717163cc61153a2ad382e1b11f614
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a044aa875729803f9a04e5fdbca1dc5b56f4338a31537e961c40814755e8b8f6c5576ce8616ad34ce1a14116b331965a7dd36cccc708a0656000a64425ad2443
|
7
|
+
data.tar.gz: cc44cb61c9f66c8b694d0a56e8b4bfa100cd892812e6a8e7a74abacebb873854983ba541a86eb93ca8b425a0cf60df1874750d63bac16b5656ea337ad8dbc41d
|
data/.rubocop.yml
CHANGED
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', '
|
9
|
-
gem '
|
10
|
-
|
11
|
-
|
12
|
-
gem '
|
13
|
-
gem 'rubocop', '
|
14
|
-
gem 'rubocop-performance', '
|
15
|
-
gem 'rubocop-
|
16
|
-
gem '
|
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.
|
5
|
-
immutable_struct_ex (
|
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.
|
11
|
+
bigdecimal (3.1.8)
|
12
12
|
byebug (11.1.3)
|
13
13
|
coderay (1.1.3)
|
14
|
-
concurrent-ruby (1.
|
15
|
-
diff-lcs (1.5.
|
16
|
-
docile (1.4.
|
17
|
-
dry-configurable (1.
|
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.
|
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.
|
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.
|
45
|
-
json (2.7.
|
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.
|
48
|
-
parallel (1.
|
49
|
-
parser (3.
|
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.
|
58
|
+
racc (1.8.1)
|
59
59
|
rainbow (3.1.1)
|
60
|
-
rake (13.1
|
61
|
-
reek (6.
|
60
|
+
rake (13.2.1)
|
61
|
+
reek (6.3.0)
|
62
62
|
dry-schema (~> 1.13.0)
|
63
|
-
parser (~> 3.
|
63
|
+
parser (~> 3.3.0)
|
64
64
|
rainbow (>= 2.0, < 4.0)
|
65
65
|
rexml (~> 3.1)
|
66
|
-
regexp_parser (2.9.
|
67
|
-
rexml (3.
|
68
|
-
|
69
|
-
|
70
|
-
rspec-
|
71
|
-
rspec-
|
72
|
-
|
73
|
-
|
74
|
-
|
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.
|
77
|
-
rspec-mocks (3.
|
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.
|
80
|
-
rspec-support (3.
|
81
|
-
rubocop (1.
|
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.
|
86
|
+
parser (>= 3.3.0.2)
|
86
87
|
rainbow (>= 2.2.2, < 4.0)
|
87
|
-
regexp_parser (>=
|
88
|
+
regexp_parser (>= 2.4, < 3.0)
|
88
89
|
rexml (>= 3.2.5, < 4.0)
|
89
|
-
rubocop-ast (>= 1.
|
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.
|
93
|
-
parser (>= 3.
|
94
|
-
rubocop-
|
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.
|
101
|
-
rubocop-
|
102
|
-
rubocop (~> 1.
|
103
|
-
|
104
|
-
rubocop
|
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.
|
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 (
|
124
|
+
bundler (>= 2.5, < 3.0)
|
122
125
|
immutable_struct_ex_redactable!
|
123
|
-
pry-byebug (
|
124
|
-
rake (
|
125
|
-
reek (
|
126
|
-
rspec (>= 3.
|
127
|
-
rubocop (
|
128
|
-
rubocop-performance (
|
129
|
-
rubocop-
|
130
|
-
|
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=
|
5
|
-
[![Gem Version](https://badge.fury.io/rb/immutable_struct_ex_redactable.svg?version=
|
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
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.
|
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-
|
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:
|