ProtectedConstructor 3.0.0 → 3.0.1

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: 33a8ab169a6775003036bf9cc5cd913ca751af29e9f8d97a39c8780e5876cd4a
4
- data.tar.gz: 8b12876d3fde7c172ca0a9aab2d11829258918dbae6b7b0c49d658a405f21c6f
3
+ metadata.gz: 61f1b87afe0cb765dcd957d6becf252a1ee894628a3c064455b5b9f2a291e1ef
4
+ data.tar.gz: 7bec631830748585be5d235c67f65e62f496232c1c7bac96e4538d3a2d4fdc47
5
5
  SHA512:
6
- metadata.gz: ed6cb57adc6dd845b535db0edd1b67b83e98308781000548be06b1584b75af7e56e610af404bb5c223624f10b3c17c1707bcd0e34049ca6a1fc1f2efd1db6d10
7
- data.tar.gz: a2309ec622d2a38f7b06eea015326eb028fd6ad6e673e4a988ce0f3407ba206dc751b94a9ec1892d35b9f952775c3def542f3b57754e30cecac2fcb504a8be04
6
+ metadata.gz: ca4b7de60b03b9cdb62a1fc844eaf6501f1b50a1cd1cddd3a0d4c8c09b90c0cb0dff331dac87913e5135786aa5ec0ca39b862443ea24da2d01551282ef87e47a
7
+ data.tar.gz: c53e583369219c3f58ea35b87dd30b61f394bb417f3ccb970d72bada28bf53142683237370ae73e20e652b0625f1001028a49379a1a341779c17f42249034989
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 3.0.1 2024-01-07
2
+
3
+ * Changes
4
+ * Relax ruby version requirements Gem::Requirement.new('>= 3.0.1', '< 4.0')
5
+ * Update gems.
6
+
1
7
  ### 3.0.0 2023-12-28
2
8
  * Breaking changes
3
9
  * The require file for this gem is now 'protected_constructor' instead of 'ProtectedConstructor' (i.e. `require 'protected_constructor'`). Remove all references to `require 'ProtectedConstructor'` and replace with `require 'protected_constructor'`.
data/Gemfile.lock CHANGED
@@ -1,17 +1,45 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ProtectedConstructor (3.0.0)
4
+ ProtectedConstructor (3.0.1)
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)
15
+ dry-configurable (1.1.0)
16
+ dry-core (~> 1.0, < 2)
17
+ zeitwerk (~> 2.6)
18
+ dry-core (1.0.1)
19
+ concurrent-ruby (~> 1.0)
20
+ zeitwerk (~> 2.6)
21
+ dry-inflector (1.0.0)
22
+ dry-initializer (3.1.1)
23
+ dry-logic (1.5.0)
24
+ concurrent-ruby (~> 1.0)
25
+ dry-core (~> 1.0, < 2)
26
+ zeitwerk (~> 2.6)
27
+ dry-schema (1.13.3)
28
+ concurrent-ruby (~> 1.0)
29
+ dry-configurable (~> 1.0, >= 1.0.1)
30
+ dry-core (~> 1.0, < 2)
31
+ dry-initializer (~> 3.0)
32
+ dry-logic (>= 1.4, < 2)
33
+ dry-types (>= 1.7, < 2)
34
+ zeitwerk (~> 2.6)
35
+ dry-types (1.7.2)
36
+ bigdecimal (~> 3.0)
37
+ concurrent-ruby (~> 1.0)
38
+ dry-core (~> 1.0)
39
+ dry-inflector (~> 1.0)
40
+ dry-logic (~> 1.4)
41
+ zeitwerk (~> 2.6)
13
42
  json (2.7.1)
14
- kwalify (0.7.2)
15
43
  language_server-protocol (3.17.0.3)
16
44
  method_source (1.0.0)
17
45
  parallel (1.24.0)
@@ -28,10 +56,11 @@ GEM
28
56
  rainbow (3.1.1)
29
57
  rake (13.1.0)
30
58
  redcarpet (3.6.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)
63
+ rexml (~> 3.1)
35
64
  regexp_parser (2.8.3)
36
65
  rexml (3.2.6)
37
66
  rspec (3.12.0)
@@ -60,20 +89,21 @@ 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)
94
+ rubocop-factory_bot (2.25.0)
66
95
  rubocop (~> 1.33)
67
96
  rubocop-performance (1.20.1)
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)
74
103
  ruby-progressbar (1.13.0)
75
104
  unicode-display_width (2.5.0)
76
105
  yard (0.9.34)
106
+ zeitwerk (2.6.12)
77
107
 
78
108
  PLATFORMS
79
109
  x86_64-darwin-19
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.homepage = 'https://github.com/gangelo/ProtectedConstructor'
19
19
  spec.license = 'MIT'
20
20
 
21
- spec.required_ruby_version = Gem::Requirement.new('~> 3.0')
21
+ spec.required_ruby_version = Gem::Requirement.new('>= 3.0.1', '< 4.0')
22
22
 
23
23
  spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
24
24
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Ruby](https://github.com/gangelo/ProtectedConstructor/actions/workflows/ruby.yml/badge.svg)](https://github.com/gangelo/ProtectedConstructor/actions/workflows/ruby.yml)
2
- [![GitHub version](http://badge.fury.io/gh/gangelo%2FProtectedConstructor.svg?refresh=1)](http://badge.fury.io/gh/gangelo%2FProtectedConstructor.svg)
3
- [![Gem Version](https://badge.fury.io/rb/ProtectedConstructor.svg?refresh=3)](https://badge.fury.io/rb/ProtectedConstructor.svg)
2
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2FProtectedConstructor.svg?refresh=5)](http://badge.fury.io/gh/gangelo%2FProtectedConstructor.svg)
3
+ [![Gem Version](https://badge.fury.io/rb/ProtectedConstructor.svg?refresh=5)](https://badge.fury.io/rb/ProtectedConstructor.svg)
4
4
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/ProtectedConstructor/)
5
5
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/ProtectedConstructor/issues)
6
6
  [![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ProtectedConstructor
4
- VERSION = '3.0.0'
4
+ VERSION = '3.0.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ProtectedConstructor
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-28 00:00:00.000000000 Z
11
+ date: 2024-01-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ProtectedConstructor Gem
14
14
  email:
@@ -45,9 +45,12 @@ require_paths:
45
45
  - lib
46
46
  required_ruby_version: !ruby/object:Gem::Requirement
47
47
  requirements:
48
- - - "~>"
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: 3.0.1
51
+ - - "<"
49
52
  - !ruby/object:Gem::Version
50
- version: '3.0'
53
+ version: '4.0'
51
54
  required_rubygems_version: !ruby/object:Gem::Requirement
52
55
  requirements:
53
56
  - - ">="