ProtectedConstructor 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61f1b87afe0cb765dcd957d6becf252a1ee894628a3c064455b5b9f2a291e1ef
4
- data.tar.gz: 7bec631830748585be5d235c67f65e62f496232c1c7bac96e4538d3a2d4fdc47
3
+ metadata.gz: b31961e21975e5e4429302742d406a53280819001d0839857082efdf37667ec5
4
+ data.tar.gz: fd18416377a812845137829f4a8809808a1db13dd9ca8b931c476fa63eeb3908
5
5
  SHA512:
6
- metadata.gz: ca4b7de60b03b9cdb62a1fc844eaf6501f1b50a1cd1cddd3a0d4c8c09b90c0cb0dff331dac87913e5135786aa5ec0ca39b862443ea24da2d01551282ef87e47a
7
- data.tar.gz: c53e583369219c3f58ea35b87dd30b61f394bb417f3ccb970d72bada28bf53142683237370ae73e20e652b0625f1001028a49379a1a341779c17f42249034989
6
+ metadata.gz: 9f853d373804e2912eac3e9a6482d3a0df6b64a1f834b74513e4009d8a48f6fdd940dc9f874d532ef7ed892b074413bb3a5dbfee7189ca862b51931f06072aa8
7
+ data.tar.gz: e36040bc65ef52b93c84adf769290fe3ef5aa3e834f553338001fee3833e4bc3972f37f5eeda5512ccb1c7eefa8ef132d6252ba6f62dea216509649bc1a72bb3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### 3.0.2 2024-02-18
2
+
3
+ * Changes
4
+ * Update gems.
5
+
1
6
  ### 3.0.1 2024-01-07
2
7
 
3
8
  * Changes
data/Gemfile CHANGED
@@ -6,12 +6,20 @@ source 'https://rubygems.org'
6
6
  gemspec
7
7
 
8
8
  gem 'bundler', '~> 2.5', '>= 2.5.3'
9
- gem 'pry-byebug', '>= 3.9', '< 4.0'
10
9
  gem 'rake', '>= 13.0', '< 14.0'
11
- gem 'redcarpet', '>= 3.5', '< 4.0'
12
- gem 'reek', '>= 6.1', '< 7.0'
13
- gem 'rspec', '>= 3.10', '< 4.0'
14
- gem 'rubocop', '>= 1.35', '< 2.0'
15
- gem 'rubocop-performance', '>= 1.14', '< 2.0'
16
- gem 'rubocop-rspec', '>= 2.12', '< 3.0'
17
- gem 'yard', '>= 0.9.28', '< 1.0'
10
+
11
+ group :development do
12
+ gem 'reek', '>= 6.1', '< 7.0'
13
+ gem 'rubocop', '>= 1.35', '< 2.0'
14
+ gem 'rubocop-performance', '>= 1.14', '< 2.0'
15
+ gem 'rubocop-rspec', '>= 2.12', '< 3.0'
16
+ end
17
+
18
+ group :test do
19
+ gem 'rspec', '>= 3.12', '< 4.0'
20
+ gem 'simplecov', '~> 0.22.0'
21
+ end
22
+
23
+ group :development, :test do
24
+ gem 'pry-byebug', '>= 3.9', '< 4.0'
25
+ end
data/Gemfile.lock CHANGED
@@ -1,17 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ProtectedConstructor (3.0.1)
4
+ ProtectedConstructor (3.0.2)
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)
14
- diff-lcs (1.5.0)
13
+ concurrent-ruby (1.2.3)
14
+ diff-lcs (1.5.1)
15
+ docile (1.4.0)
15
16
  dry-configurable (1.1.0)
16
17
  dry-core (~> 1.0, < 2)
17
18
  zeitwerk (~> 2.6)
@@ -43,7 +44,7 @@ GEM
43
44
  language_server-protocol (3.17.0.3)
44
45
  method_source (1.0.0)
45
46
  parallel (1.24.0)
46
- parser (3.2.2.4)
47
+ parser (3.3.0.5)
47
48
  ast (~> 2.4.1)
48
49
  racc
49
50
  pry (0.14.2)
@@ -55,32 +56,31 @@ GEM
55
56
  racc (1.7.3)
56
57
  rainbow (3.1.1)
57
58
  rake (13.1.0)
58
- redcarpet (3.6.0)
59
- reek (6.2.0)
59
+ reek (6.3.0)
60
60
  dry-schema (~> 1.13.0)
61
- parser (~> 3.2.0)
61
+ parser (~> 3.3.0)
62
62
  rainbow (>= 2.0, < 4.0)
63
63
  rexml (~> 3.1)
64
- regexp_parser (2.8.3)
64
+ regexp_parser (2.9.0)
65
65
  rexml (3.2.6)
66
- rspec (3.12.0)
67
- rspec-core (~> 3.12.0)
68
- rspec-expectations (~> 3.12.0)
69
- rspec-mocks (~> 3.12.0)
70
- rspec-core (3.12.2)
71
- rspec-support (~> 3.12.0)
72
- rspec-expectations (3.12.3)
66
+ rspec (3.13.0)
67
+ rspec-core (~> 3.13.0)
68
+ rspec-expectations (~> 3.13.0)
69
+ rspec-mocks (~> 3.13.0)
70
+ rspec-core (3.13.0)
71
+ rspec-support (~> 3.13.0)
72
+ rspec-expectations (3.13.0)
73
73
  diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.12.0)
75
- rspec-mocks (3.12.6)
74
+ rspec-support (~> 3.13.0)
75
+ rspec-mocks (3.13.0)
76
76
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.12.0)
78
- rspec-support (3.12.1)
79
- rubocop (1.59.0)
77
+ rspec-support (~> 3.13.0)
78
+ rspec-support (3.13.0)
79
+ rubocop (1.60.2)
80
80
  json (~> 2.3)
81
81
  language_server-protocol (>= 3.17.0)
82
82
  parallel (~> 1.10)
83
- parser (>= 3.2.2.4)
83
+ parser (>= 3.3.0.2)
84
84
  rainbow (>= 2.2.2, < 4.0)
85
85
  regexp_parser (>= 1.8, < 3.0)
86
86
  rexml (>= 3.2.5, < 4.0)
@@ -91,9 +91,9 @@ GEM
91
91
  parser (>= 3.2.1.0)
92
92
  rubocop-capybara (2.20.0)
93
93
  rubocop (~> 1.41)
94
- rubocop-factory_bot (2.25.0)
95
- rubocop (~> 1.33)
96
- rubocop-performance (1.20.1)
94
+ rubocop-factory_bot (2.25.1)
95
+ rubocop (~> 1.41)
96
+ rubocop-performance (1.20.2)
97
97
  rubocop (>= 1.48.1, < 2.0)
98
98
  rubocop-ast (>= 1.30.0, < 2.0)
99
99
  rubocop-rspec (2.26.1)
@@ -101,9 +101,14 @@ GEM
101
101
  rubocop-capybara (~> 2.17)
102
102
  rubocop-factory_bot (~> 2.22)
103
103
  ruby-progressbar (1.13.0)
104
+ simplecov (0.22.0)
105
+ docile (~> 1.1)
106
+ simplecov-html (~> 0.11)
107
+ simplecov_json_formatter (~> 0.1)
108
+ simplecov-html (0.12.3)
109
+ simplecov_json_formatter (0.1.4)
104
110
  unicode-display_width (2.5.0)
105
- yard (0.9.34)
106
- zeitwerk (2.6.12)
111
+ zeitwerk (2.6.13)
107
112
 
108
113
  PLATFORMS
109
114
  x86_64-darwin-19
@@ -115,13 +120,12 @@ DEPENDENCIES
115
120
  bundler (~> 2.5, >= 2.5.3)
116
121
  pry-byebug (>= 3.9, < 4.0)
117
122
  rake (>= 13.0, < 14.0)
118
- redcarpet (>= 3.5, < 4.0)
119
123
  reek (>= 6.1, < 7.0)
120
- rspec (>= 3.10, < 4.0)
124
+ rspec (>= 3.12, < 4.0)
121
125
  rubocop (>= 1.35, < 2.0)
122
126
  rubocop-performance (>= 1.14, < 2.0)
123
127
  rubocop-rspec (>= 2.12, < 3.0)
124
- yard (>= 0.9.28, < 1.0)
128
+ simplecov (~> 0.22.0)
125
129
 
126
130
  BUNDLED WITH
127
131
  2.5.3
@@ -24,4 +24,33 @@ Gem::Specification.new do |spec|
24
24
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
25
25
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
26
26
  spec.require_paths = ['lib']
27
+ spec.post_install_message = <<~POST_INSTALL
28
+ Thank you for installing ProtectedConstructor.
29
+
30
+ View the ProtectedConstructor README.md here: https://github.com/gangelo/ProtectedConstructor
31
+ View the ProtectedConstructor CHANGELOG.md: https://github.com/gangelo/ProtectedConstructor/blob/main/CHANGELOG.md
32
+
33
+ *
34
+ ***
35
+ *******
36
+ *********
37
+ ***********************
38
+ *****************
39
+ *************
40
+ ******* *******
41
+ ***** *****
42
+ *** ***
43
+ ** **
44
+
45
+ Using ProtectedConstructor? ProtectedConstructor is made available free of charge. Please consider giving ProtectedConstructor a STAR on GitHub as well as sharing ProtectedConstructor with your fellow developers on social media.
46
+
47
+ Knowing that ProtectedConstructor is being used and appreciated is a great motivator to continue developing and improving ProtectedConstructor.
48
+
49
+ >>> Star it on github: https://github.com/gangelo/ProtectedConstructor
50
+ >>> Share on social media: https://rubygems.org/gems/ProtectedConstructor
51
+
52
+ Thank you!
53
+
54
+ <3 Gene
55
+ POST_INSTALL
27
56
  end
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=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)
2
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2FProtectedConstructor.svg?refresh=6)](http://badge.fury.io/gh/gangelo%2FProtectedConstructor.svg)
3
+ [![Gem Version](https://badge.fury.io/rb/ProtectedConstructor.svg?refresh=6)](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.1'
4
+ VERSION = '3.0.2'
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.1
4
+ version: 3.0.2
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: 2024-01-07 00:00:00.000000000 Z
11
+ date: 2024-02-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ProtectedConstructor Gem
14
14
  email:
@@ -39,7 +39,34 @@ homepage: https://github.com/gangelo/ProtectedConstructor
39
39
  licenses:
40
40
  - MIT
41
41
  metadata: {}
42
- post_install_message:
42
+ post_install_message: |
43
+ Thank you for installing ProtectedConstructor.
44
+
45
+ View the ProtectedConstructor README.md here: https://github.com/gangelo/ProtectedConstructor
46
+ View the ProtectedConstructor CHANGELOG.md: https://github.com/gangelo/ProtectedConstructor/blob/main/CHANGELOG.md
47
+
48
+ *
49
+ ***
50
+ *******
51
+ *********
52
+ ***********************
53
+ *****************
54
+ *************
55
+ ******* *******
56
+ ***** *****
57
+ *** ***
58
+ ** **
59
+
60
+ Using ProtectedConstructor? ProtectedConstructor is made available free of charge. Please consider giving ProtectedConstructor a STAR on GitHub as well as sharing ProtectedConstructor with your fellow developers on social media.
61
+
62
+ Knowing that ProtectedConstructor is being used and appreciated is a great motivator to continue developing and improving ProtectedConstructor.
63
+
64
+ >>> Star it on github: https://github.com/gangelo/ProtectedConstructor
65
+ >>> Share on social media: https://rubygems.org/gems/ProtectedConstructor
66
+
67
+ Thank you!
68
+
69
+ <3 Gene
43
70
  rdoc_options: []
44
71
  require_paths:
45
72
  - lib