immutable_struct_ex_redactable 1.3.0 → 1.3.2

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: d52c752fa013e9231b263b7f0395f2d6713ce627bd42c9c7bb664c47030d6a58
4
- data.tar.gz: 17a8fe47bf9b7890d38075ac82d25fdd0aae91b2eb824a25636bbf9116f8900a
3
+ metadata.gz: 9240412d92b6448641e2581a54e4f96763801caf082084893f0295041dc349ef
4
+ data.tar.gz: d8ac366109c33d57914df6641363455a882ba04f48de24a25c24460ea3875b85
5
5
  SHA512:
6
- metadata.gz: e89673ded8ec3cdd8517914aab113b61e65c5f2b4b8b3deaeb729cc61381c2b43e4e6502a81d90fc64427ddf4cda426b4252bbd1dc1dad5f584b2b169dd4010c
7
- data.tar.gz: 70e2d85a032dae78691435c3a01b749d15fdaa4c28b944887eef8384813ffe509967032d2d4100e83870f5dcc31e149e201e65b9279e5ac40a59da1c3fd37262
6
+ metadata.gz: 736110db9963c597d6a8808452db7ee374d41bb08eb35531ac0870fd4309cfd025aae54c1dc89434118202b4c8d043946a704931a9e532a8dfe72b3799d56c4d
7
+ data.tar.gz: aa63628e6c0aceb4f52d71519b88dc286830835ec41bc6828b7436741243eacb5116261c42bb72af0a76f9f178f70777bb5da393e15dbc45fb36804559b3e47f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.3.2] - 2023-12-02
2
+
3
+ Changes
4
+
5
+ - Ruby gem updates.
6
+
7
+ ## [1.3.1] - 2023-11-01
8
+
9
+ Changes
10
+
11
+ - Ruby gem updates.
12
+
1
13
  ## [1.3.0] - 2023-09-03
2
14
 
3
15
  Changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- immutable_struct_ex_redactable (1.3.0)
4
+ immutable_struct_ex_redactable (1.3.2)
5
5
  immutable_struct_ex (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -13,13 +13,13 @@ GEM
13
13
  coderay (1.1.3)
14
14
  diff-lcs (1.5.0)
15
15
  docile (1.4.0)
16
- immutable_struct_ex (1.0.2)
17
- json (2.6.3)
16
+ immutable_struct_ex (1.0.4)
17
+ json (2.7.0)
18
18
  kwalify (0.7.2)
19
19
  language_server-protocol (3.17.0.3)
20
20
  method_source (1.0.0)
21
21
  parallel (1.23.0)
22
- parser (3.2.2.3)
22
+ parser (3.2.2.4)
23
23
  ast (~> 2.4.1)
24
24
  racc
25
25
  pry (0.14.2)
@@ -28,14 +28,14 @@ GEM
28
28
  pry-byebug (3.10.1)
29
29
  byebug (~> 11.0)
30
30
  pry (>= 0.13, < 0.15)
31
- racc (1.7.1)
31
+ racc (1.7.3)
32
32
  rainbow (3.1.1)
33
- rake (13.0.6)
33
+ rake (13.1.0)
34
34
  reek (6.1.4)
35
35
  kwalify (~> 0.7.0)
36
36
  parser (~> 3.2.0)
37
37
  rainbow (>= 2.0, < 4.0)
38
- regexp_parser (2.8.1)
38
+ regexp_parser (2.8.2)
39
39
  rexml (3.2.6)
40
40
  rspec (3.12.0)
41
41
  rspec-core (~> 3.12.0)
@@ -50,7 +50,7 @@ GEM
50
50
  diff-lcs (>= 1.2.0, < 2.0)
51
51
  rspec-support (~> 3.12.0)
52
52
  rspec-support (3.12.1)
53
- rubocop (1.56.2)
53
+ rubocop (1.56.4)
54
54
  base64 (~> 0.1.1)
55
55
  json (~> 2.3)
56
56
  language_server-protocol (>= 3.17.0)
@@ -62,7 +62,7 @@ GEM
62
62
  rubocop-ast (>= 1.28.1, < 2.0)
63
63
  ruby-progressbar (~> 1.7)
64
64
  unicode-display_width (>= 2.4.0, < 3.0)
65
- rubocop-ast (1.29.0)
65
+ rubocop-ast (1.30.0)
66
66
  parser (>= 3.2.1.0)
67
67
  ruby-progressbar (1.13.0)
68
68
  simplecov (0.22.0)
@@ -71,7 +71,7 @@ GEM
71
71
  simplecov_json_formatter (~> 0.1)
72
72
  simplecov-html (0.12.3)
73
73
  simplecov_json_formatter (0.1.4)
74
- unicode-display_width (2.4.2)
74
+ unicode-display_width (2.5.0)
75
75
 
76
76
  PLATFORMS
77
77
  x86_64-darwin-19
data/bin/console CHANGED
@@ -3,7 +3,6 @@
3
3
 
4
4
  require 'bundler/setup'
5
5
  require 'immutable_struct_ex_redactable'
6
- require 'immutable_struct_ex_redactable/configuration'
7
6
 
8
7
  require 'pry-byebug'
9
8
  Pry.start
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ImmutableStructExRedactable
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immutable_struct_ex_redactable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
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: 2023-09-04 00:00:00.000000000 Z
11
+ date: 2023-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: immutable_struct_ex