immutable_struct_ex 1.0.3 → 1.0.4

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: 07a82b01d8ee61ad3f3f89a0a2190e6fee14f915cfb3b2ce323f67146544aeb8
4
- data.tar.gz: 3b975eded7887cedc88eb288b5597cb3703934fd14f83ff857e56c569a476067
3
+ metadata.gz: e849da7ba30dc268a6fedafe8fbdacdd9439e26ba40bf051ef3ae726a23e0907
4
+ data.tar.gz: 38f805df29f1685b20073792f63b081d7551917942b1e3fbef93573d82f7df42
5
5
  SHA512:
6
- metadata.gz: 388d4afcc208f3d2a1c312e9213aea27327a22139e19fcd867b0231853f99a8a5968c8f31c63039eb09a5fcb4470391af23a77e3f40725e1d7ffdb6863e15966
7
- data.tar.gz: 515b3048d1cce28864c912024c587227f6abd0a4bae742f09ced0615acbcf76d679b3a9d2bb22f034128565ad9f42ec42d02a722ec2d9bf8000367583a801705
6
+ metadata.gz: cddd0767dc6c3b01789a35cb1e834eaceccdbdd378c551d5693d7782507e2dde65e3ceedb7a76388bf0a1cb1cd7afa8a94a7c5e70e7bb200ba827e8d049f6a67
7
+ data.tar.gz: fb150ca4a2ae0df1278358b632a93827d9351d07010b917a85a6b643ef8b220c860430325df03f54331b772ccc0eab02c14010b9fb8f485e46dda9955640196b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### [1.0.4] 2023-12-02
2
+
3
+ Changes
4
+
5
+ - Ruby gem updates
6
+
1
7
  ### [1.0.3] 2023-11-01
2
8
 
3
9
  Changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- immutable_struct_ex (1.0.3)
4
+ immutable_struct_ex (1.0.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -11,7 +11,7 @@ GEM
11
11
  coderay (1.1.3)
12
12
  diff-lcs (1.5.0)
13
13
  docile (1.4.0)
14
- json (2.6.3)
14
+ json (2.7.0)
15
15
  kwalify (0.7.2)
16
16
  language_server-protocol (3.17.0.3)
17
17
  method_source (1.0.0)
@@ -25,7 +25,7 @@ GEM
25
25
  pry-byebug (3.10.1)
26
26
  byebug (~> 11.0)
27
27
  pry (>= 0.13, < 0.15)
28
- racc (1.7.2)
28
+ racc (1.7.3)
29
29
  rainbow (3.1.1)
30
30
  rake (13.1.0)
31
31
  reek (6.1.4)
@@ -47,7 +47,7 @@ GEM
47
47
  diff-lcs (>= 1.2.0, < 2.0)
48
48
  rspec-support (~> 3.12.0)
49
49
  rspec-support (3.12.1)
50
- rubocop (1.57.2)
50
+ rubocop (1.58.0)
51
51
  json (~> 2.3)
52
52
  language_server-protocol (>= 3.17.0)
53
53
  parallel (~> 1.10)
@@ -55,7 +55,7 @@ GEM
55
55
  rainbow (>= 2.2.2, < 4.0)
56
56
  regexp_parser (>= 1.8, < 3.0)
57
57
  rexml (>= 3.2.5, < 4.0)
58
- rubocop-ast (>= 1.28.1, < 2.0)
58
+ rubocop-ast (>= 1.30.0, < 2.0)
59
59
  ruby-progressbar (~> 1.7)
60
60
  unicode-display_width (>= 2.4.0, < 3.0)
61
61
  rubocop-ast (1.30.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ImmutableStructEx
4
- VERSION = '1.0.3'
4
+ VERSION = '1.0.4'
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.3
4
+ version: 1.0.4
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-11-01 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: bundler