immutable_struct_ex 1.0.5 → 1.0.7

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: 9a75bea9bc8ad49237679ba59213e8dbfee3a891f64e16b1f228b0ae4f5eca28
4
- data.tar.gz: 80cffb010ce7584e5d4dd8d5de13e0a6decbee9209e0795a5dcdf9417bf4f609
3
+ metadata.gz: 325d2ef3cc6aba3466ee975a3489ae8ce4b1851d4db7aae7a14ff60c2f5102e0
4
+ data.tar.gz: 8ad9855ca38f171ee5ed09404937dd960c1da061bcda9713012361278ca3fb94
5
5
  SHA512:
6
- metadata.gz: da90d8274bac85e9c93eeb8bbaa4be7a8120f0babdddc5fda207899f2b2d611bed1211b525cea4acd2eafaec857c54f1fe5b2f7959a33175fb8b59fc652b8258
7
- data.tar.gz: '08267d76f5c483187766db3a01a4488ac5946fb6d250867ad088456f93c8415442001fff38f0c57f22a335845956841313f7a70ca64e9b3a415d8e7494323bbc'
6
+ metadata.gz: 69d44ed80c5c916b1e49dc561f074afd3ccf41a8c803b97c0229d47df6e28f4e9c36a8328e28a8b2ff69de04488636d80f43d60f0b90c45cc1526185977d8e4e
7
+ data.tar.gz: 4e7b2a84316461c3ad8ab997d5a4258752aaa565195f727b3c745c984200c2467785a9787e468a099b5fdc289ac13e9183245789b5ce3e6a17e95ddc86a159a6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ### [1.0.7] 2024-01-12
2
+
3
+ Changes
4
+
5
+ - Add specs to cover comparing an ImmutableStructEx against another Struct.
6
+ - Update ruby gems.
7
+
8
+ ### [1.0.6] 2024-01-07
9
+
10
+ Changes
11
+
12
+ - Relax ruby version requirement to Gem::Requirement.new(">= 3.0.1", "< 4.0").
13
+ - Update ruby gems.
14
+
1
15
  ### [1.0.5] 2023-12-27
2
16
 
3
17
  Enhancements
data/Gemfile.lock CHANGED
@@ -1,18 +1,46 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- immutable_struct_ex (1.0.5)
4
+ immutable_struct_ex (1.0.7)
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
11
  byebug (11.1.3)
11
12
  coderay (1.1.3)
13
+ concurrent-ruby (1.2.2)
12
14
  diff-lcs (1.5.0)
13
15
  docile (1.4.0)
16
+ dry-configurable (1.1.0)
17
+ dry-core (~> 1.0, < 2)
18
+ zeitwerk (~> 2.6)
19
+ dry-core (1.0.1)
20
+ concurrent-ruby (~> 1.0)
21
+ zeitwerk (~> 2.6)
22
+ dry-inflector (1.0.0)
23
+ dry-initializer (3.1.1)
24
+ dry-logic (1.5.0)
25
+ concurrent-ruby (~> 1.0)
26
+ dry-core (~> 1.0, < 2)
27
+ zeitwerk (~> 2.6)
28
+ dry-schema (1.13.3)
29
+ concurrent-ruby (~> 1.0)
30
+ dry-configurable (~> 1.0, >= 1.0.1)
31
+ dry-core (~> 1.0, < 2)
32
+ dry-initializer (~> 3.0)
33
+ dry-logic (>= 1.4, < 2)
34
+ dry-types (>= 1.7, < 2)
35
+ zeitwerk (~> 2.6)
36
+ dry-types (1.7.2)
37
+ bigdecimal (~> 3.0)
38
+ concurrent-ruby (~> 1.0)
39
+ dry-core (~> 1.0)
40
+ dry-inflector (~> 1.0)
41
+ dry-logic (~> 1.4)
42
+ zeitwerk (~> 2.6)
14
43
  json (2.7.1)
15
- kwalify (0.7.2)
16
44
  language_server-protocol (3.17.0.3)
17
45
  method_source (1.0.0)
18
46
  parallel (1.24.0)
@@ -28,11 +56,12 @@ GEM
28
56
  racc (1.7.3)
29
57
  rainbow (3.1.1)
30
58
  rake (13.1.0)
31
- reek (6.1.4)
32
- kwalify (~> 0.7.0)
59
+ reek (6.2.0)
60
+ dry-schema (~> 1.13.0)
33
61
  parser (~> 3.2.0)
34
62
  rainbow (>= 2.0, < 4.0)
35
- regexp_parser (2.8.3)
63
+ rexml (~> 3.1)
64
+ regexp_parser (2.9.0)
36
65
  rexml (3.2.6)
37
66
  rspec (3.12.0)
38
67
  rspec-core (~> 3.12.0)
@@ -60,14 +89,14 @@ GEM
60
89
  unicode-display_width (>= 2.4.0, < 3.0)
61
90
  rubocop-ast (1.30.0)
62
91
  parser (>= 3.2.1.0)
63
- rubocop-capybara (2.19.0)
92
+ rubocop-capybara (2.20.0)
64
93
  rubocop (~> 1.41)
65
- rubocop-factory_bot (2.24.0)
66
- rubocop (~> 1.33)
67
- rubocop-performance (1.20.1)
94
+ rubocop-factory_bot (2.25.1)
95
+ rubocop (~> 1.41)
96
+ rubocop-performance (1.20.2)
68
97
  rubocop (>= 1.48.1, < 2.0)
69
98
  rubocop-ast (>= 1.30.0, < 2.0)
70
- rubocop-rspec (2.25.0)
99
+ rubocop-rspec (2.26.1)
71
100
  rubocop (~> 1.40)
72
101
  rubocop-capybara (~> 2.17)
73
102
  rubocop-factory_bot (~> 2.22)
@@ -79,6 +108,7 @@ GEM
79
108
  simplecov-html (0.12.3)
80
109
  simplecov_json_formatter (0.1.4)
81
110
  unicode-display_width (2.5.0)
111
+ zeitwerk (2.6.12)
82
112
 
83
113
  PLATFORMS
84
114
  x86_64-darwin-19
data/README.md CHANGED
@@ -1,11 +1,9 @@
1
- [![GitHub version](http://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex.svg)](https://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex)
2
- [![Gem Version](https://badge.fury.io/rb/immutable_struct_ex.svg)](https://badge.fury.io/rb/immutable_struct_ex)
3
-
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)
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
-
7
6
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/immutable_struct_ex/issues)
8
-
9
7
  [![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license)
10
8
 
11
9
  # immutable_struct_ex
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.description = 'Creates an immutable struct in one step.'
15
15
  spec.homepage = 'https://github.com/gangelo/immutable_struct_ex'
16
16
  spec.license = 'MIT'
17
- spec.required_ruby_version = Gem::Requirement.new("~> 3.0")
17
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.0.1", "< 4.0")
18
18
 
19
19
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
20
20
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ImmutableStructEx
4
- VERSION = '1.0.5'
4
+ VERSION = '1.0.7'
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.5
4
+ version: 1.0.7
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-12-28 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -205,9 +205,12 @@ require_paths:
205
205
  - lib
206
206
  required_ruby_version: !ruby/object:Gem::Requirement
207
207
  requirements:
208
- - - "~>"
208
+ - - ">="
209
+ - !ruby/object:Gem::Version
210
+ version: 3.0.1
211
+ - - "<"
209
212
  - !ruby/object:Gem::Version
210
- version: '3.0'
213
+ version: '4.0'
211
214
  required_rubygems_version: !ruby/object:Gem::Requirement
212
215
  requirements:
213
216
  - - ">="