immutable_struct_ex 1.0.7 → 1.0.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: 325d2ef3cc6aba3466ee975a3489ae8ce4b1851d4db7aae7a14ff60c2f5102e0
4
- data.tar.gz: 8ad9855ca38f171ee5ed09404937dd960c1da061bcda9713012361278ca3fb94
3
+ metadata.gz: afdfd3e622b8f97b15e3c39def4833728b519a7893e81612cb234d90ffb7c9ab
4
+ data.tar.gz: 21f4dab8565c11a676d0737e45cff55f2e15d2409d8082d1cf95bc305a4e7e33
5
5
  SHA512:
6
- metadata.gz: 69d44ed80c5c916b1e49dc561f074afd3ccf41a8c803b97c0229d47df6e28f4e9c36a8328e28a8b2ff69de04488636d80f43d60f0b90c45cc1526185977d8e4e
7
- data.tar.gz: 4e7b2a84316461c3ad8ab997d5a4258752aaa565195f727b3c745c984200c2467785a9787e468a099b5fdc289ac13e9183245789b5ce3e6a17e95ddc86a159a6
6
+ metadata.gz: a072164385b78fa9d2673e8890840792bc5ddb0a2c60e93ad006f178bd45c292ec91161839b43a0765ca62b2f894cc9f2dc06622f407f895f8931701c8ab1e1b
7
+ data.tar.gz: 69c2a512c3298493a76efa34f9673f8860a4b2242441a0d1a00904c91b2d406d44386d211a0efa7da6b619b88c0f4dff55b2fb3781a476be32a9fb6f703dac77
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### [1.0.8] 2024-01-19
2
+
3
+ Changes
4
+
5
+ - Update ruby gems.
6
+
1
7
  ### [1.0.7] 2024-01-12
2
8
 
3
9
  Changes
data/Gemfile.lock CHANGED
@@ -1,16 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- immutable_struct_ex (1.0.7)
4
+ immutable_struct_ex (1.0.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.2)
10
- bigdecimal (3.1.5)
10
+ bigdecimal (3.1.6)
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
- concurrent-ruby (1.2.2)
13
+ concurrent-ruby (1.2.3)
14
14
  diff-lcs (1.5.0)
15
15
  docile (1.4.0)
16
16
  dry-configurable (1.1.0)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Ruby](https://github.com/gangelo/immutable_struct_ex/actions/workflows/ruby.yml/badge.svg)](https://github.com/gangelo/immutable_struct_ex/actions/workflows/ruby.yml)
2
- [![GitHub version](http://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex.svg?refresh=4)](https://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex)
3
- [![Gem Version](https://badge.fury.io/rb/immutable_struct_ex.svg?refresh=4)](https://badge.fury.io/rb/immutable_struct_ex)
2
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex.svg?refresh=5)](https://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex)
3
+ [![Gem Version](https://badge.fury.io/rb/immutable_struct_ex.svg?refresh=5)](https://badge.fury.io/rb/immutable_struct_ex)
4
4
  [![](http://ruby-gem-downloads-badge.herokuapp.com/immutable_struct_ex?type=total)](http://www.rubydoc.info/gems/immutable_struct_ex/)
5
5
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/immutable_struct_ex/)
6
6
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/immutable_struct_ex/issues)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ImmutableStructEx
4
- VERSION = '1.0.7'
4
+ VERSION = '1.0.8'
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.7
4
+ version: 1.0.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-12 00:00:00.000000000 Z
11
+ date: 2024-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler