immutable_struct_ex 1.0.8 → 1.0.9
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 +4 -4
- data/.rubocop.yml +1 -0
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +22 -19
- data/README.md +2 -2
- data/Rakefile +7 -3
- data/immutable_struct_ex.gemspec +30 -0
- data/lib/immutable_struct_ex/version.rb +1 -1
- metadata +44 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 861a73858563234ca2cee3230b4c9487011dad7b9cafad998316e22eb81e1c83
|
|
4
|
+
data.tar.gz: 01b89031745fa2187cf6dfb60fd2c01baccf44143dcb147dbbb09441e2140881
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0270fa71cf37a122a882924b14f5cf57a01e389f36fd7e6d20e9bc91723e77915077343066c6834e5ea2c7a8b29270ccc4002f300d95b5e6893a3c86c2766dd5
|
|
7
|
+
data.tar.gz: 1619fa6272538fce979ac232c85daada30824942d0182ba4d41fe97e12acb872c928c10bc2178ca7fcd07a2cbcde789f49d6afb455b8c3590b87d3ce0d77fccd
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
immutable_struct_ex (1.0.
|
|
4
|
+
immutable_struct_ex (1.0.9)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -11,7 +11,7 @@ GEM
|
|
|
11
11
|
byebug (11.1.3)
|
|
12
12
|
coderay (1.1.3)
|
|
13
13
|
concurrent-ruby (1.2.3)
|
|
14
|
-
diff-lcs (1.5.
|
|
14
|
+
diff-lcs (1.5.1)
|
|
15
15
|
docile (1.4.0)
|
|
16
16
|
dry-configurable (1.1.0)
|
|
17
17
|
dry-core (~> 1.0, < 2)
|
|
@@ -44,7 +44,7 @@ GEM
|
|
|
44
44
|
language_server-protocol (3.17.0.3)
|
|
45
45
|
method_source (1.0.0)
|
|
46
46
|
parallel (1.24.0)
|
|
47
|
-
parser (3.
|
|
47
|
+
parser (3.3.0.5)
|
|
48
48
|
ast (~> 2.4.1)
|
|
49
49
|
racc
|
|
50
50
|
pry (0.14.2)
|
|
@@ -56,31 +56,31 @@ GEM
|
|
|
56
56
|
racc (1.7.3)
|
|
57
57
|
rainbow (3.1.1)
|
|
58
58
|
rake (13.1.0)
|
|
59
|
-
reek (6.
|
|
59
|
+
reek (6.3.0)
|
|
60
60
|
dry-schema (~> 1.13.0)
|
|
61
|
-
parser (~> 3.
|
|
61
|
+
parser (~> 3.3.0)
|
|
62
62
|
rainbow (>= 2.0, < 4.0)
|
|
63
63
|
rexml (~> 3.1)
|
|
64
64
|
regexp_parser (2.9.0)
|
|
65
65
|
rexml (3.2.6)
|
|
66
|
-
rspec (3.
|
|
67
|
-
rspec-core (~> 3.
|
|
68
|
-
rspec-expectations (~> 3.
|
|
69
|
-
rspec-mocks (~> 3.
|
|
70
|
-
rspec-core (3.
|
|
71
|
-
rspec-support (~> 3.
|
|
72
|
-
rspec-expectations (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.
|
|
75
|
-
rspec-mocks (3.
|
|
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.
|
|
78
|
-
rspec-support (3.
|
|
79
|
-
rubocop (1.
|
|
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.
|
|
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)
|
|
@@ -96,6 +96,8 @@ GEM
|
|
|
96
96
|
rubocop-performance (1.20.2)
|
|
97
97
|
rubocop (>= 1.48.1, < 2.0)
|
|
98
98
|
rubocop-ast (>= 1.30.0, < 2.0)
|
|
99
|
+
rubocop-rake (0.6.0)
|
|
100
|
+
rubocop (~> 1.0)
|
|
99
101
|
rubocop-rspec (2.26.1)
|
|
100
102
|
rubocop (~> 1.40)
|
|
101
103
|
rubocop-capybara (~> 2.17)
|
|
@@ -108,7 +110,7 @@ GEM
|
|
|
108
110
|
simplecov-html (0.12.3)
|
|
109
111
|
simplecov_json_formatter (0.1.4)
|
|
110
112
|
unicode-display_width (2.5.0)
|
|
111
|
-
zeitwerk (2.6.
|
|
113
|
+
zeitwerk (2.6.13)
|
|
112
114
|
|
|
113
115
|
PLATFORMS
|
|
114
116
|
x86_64-darwin-19
|
|
@@ -124,6 +126,7 @@ DEPENDENCIES
|
|
|
124
126
|
rspec (>= 3.10)
|
|
125
127
|
rubocop (~> 1.35)
|
|
126
128
|
rubocop-performance (~> 1.14, >= 1.14.3)
|
|
129
|
+
rubocop-rake (~> 0.6.0)
|
|
127
130
|
rubocop-rspec (~> 2.12, >= 2.12.1)
|
|
128
131
|
simplecov (~> 0.22.0)
|
|
129
132
|
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://github.com/gangelo/immutable_struct_ex/actions/workflows/ruby.yml)
|
|
2
|
-
[](https://badge.fury.io/gh/gangelo%2Fimmutable_struct_ex)
|
|
3
|
+
[](https://badge.fury.io/rb/immutable_struct_ex)
|
|
4
4
|
[](http://www.rubydoc.info/gems/immutable_struct_ex/)
|
|
5
5
|
[](http://www.rubydoc.info/gems/immutable_struct_ex/)
|
|
6
6
|
[](https://github.com/gangelo/immutable_struct_ex/issues)
|
data/Rakefile
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require
|
|
4
|
-
require
|
|
3
|
+
require "bundler/gem_tasks"
|
|
4
|
+
require "rspec/core/rake_task"
|
|
5
5
|
|
|
6
6
|
RSpec::Core::RakeTask.new(:spec)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
require "rubocop/rake_task"
|
|
9
|
+
|
|
10
|
+
RuboCop::RakeTask.new
|
|
11
|
+
|
|
12
|
+
task default: %i[spec rubocop]
|
data/immutable_struct_ex.gemspec
CHANGED
|
@@ -38,7 +38,37 @@ Gem::Specification.new do |spec|
|
|
|
38
38
|
spec.add_development_dependency 'rspec', '>= 3.10'
|
|
39
39
|
spec.add_development_dependency 'rubocop', '~> 1.35'
|
|
40
40
|
spec.add_development_dependency 'rubocop-performance', '~> 1.14', '>= 1.14.3'
|
|
41
|
+
spec.add_development_dependency 'rubocop-rake', '~> 0.6.0'
|
|
41
42
|
spec.add_development_dependency 'rubocop-rspec', '~> 2.12', '>= 2.12.1'
|
|
42
43
|
spec.add_development_dependency 'simplecov', '~> 0.22.0'
|
|
43
44
|
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
|
|
45
|
+
spec.post_install_message = <<~POST_INSTALL
|
|
46
|
+
Thank you for installing immutable_struct_ex.
|
|
47
|
+
|
|
48
|
+
View the dsu README.md here: https://github.com/gangelo/immutable_struct_ex
|
|
49
|
+
View the dsu CHANGELOG.md: https://github.com/gangelo/immutable_struct_ex/blob/main/CHANGELOG.md
|
|
50
|
+
|
|
51
|
+
*
|
|
52
|
+
***
|
|
53
|
+
*******
|
|
54
|
+
*********
|
|
55
|
+
***********************
|
|
56
|
+
*****************
|
|
57
|
+
*************
|
|
58
|
+
******* *******
|
|
59
|
+
***** *****
|
|
60
|
+
*** ***
|
|
61
|
+
** **
|
|
62
|
+
|
|
63
|
+
Using immutable_struct_ex? immutable_struct_ex is made available free of charge. Please consider giving this gem a STAR on GitHub as well as sharing it with your fellow developers on social media.
|
|
64
|
+
|
|
65
|
+
Knowing that immutable_struct_ex is being used and appreciated is a great motivator to continue developing and improving immutable_struct_ex.
|
|
66
|
+
|
|
67
|
+
>>> Star it on github: https://github.com/gangelo/immutable_struct_ex
|
|
68
|
+
>>> Share on social media: https://rubygems.org/gems/immutable_struct_ex
|
|
69
|
+
|
|
70
|
+
Thank you!
|
|
71
|
+
|
|
72
|
+
<3 Gene
|
|
73
|
+
POST_INSTALL
|
|
44
74
|
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.
|
|
4
|
+
version: 1.0.9
|
|
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-
|
|
11
|
+
date: 2024-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -112,6 +112,20 @@ dependencies:
|
|
|
112
112
|
- - ">="
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
114
|
version: 1.14.3
|
|
115
|
+
- !ruby/object:Gem::Dependency
|
|
116
|
+
name: rubocop-rake
|
|
117
|
+
requirement: !ruby/object:Gem::Requirement
|
|
118
|
+
requirements:
|
|
119
|
+
- - "~>"
|
|
120
|
+
- !ruby/object:Gem::Version
|
|
121
|
+
version: 0.6.0
|
|
122
|
+
type: :development
|
|
123
|
+
prerelease: false
|
|
124
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
125
|
+
requirements:
|
|
126
|
+
- - "~>"
|
|
127
|
+
- !ruby/object:Gem::Version
|
|
128
|
+
version: 0.6.0
|
|
115
129
|
- !ruby/object:Gem::Dependency
|
|
116
130
|
name: rubocop-rspec
|
|
117
131
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -199,7 +213,34 @@ homepage: https://github.com/gangelo/immutable_struct_ex
|
|
|
199
213
|
licenses:
|
|
200
214
|
- MIT
|
|
201
215
|
metadata: {}
|
|
202
|
-
post_install_message:
|
|
216
|
+
post_install_message: |
|
|
217
|
+
Thank you for installing immutable_struct_ex.
|
|
218
|
+
|
|
219
|
+
View the dsu README.md here: https://github.com/gangelo/immutable_struct_ex
|
|
220
|
+
View the dsu CHANGELOG.md: https://github.com/gangelo/immutable_struct_ex/blob/main/CHANGELOG.md
|
|
221
|
+
|
|
222
|
+
*
|
|
223
|
+
***
|
|
224
|
+
*******
|
|
225
|
+
*********
|
|
226
|
+
***********************
|
|
227
|
+
*****************
|
|
228
|
+
*************
|
|
229
|
+
******* *******
|
|
230
|
+
***** *****
|
|
231
|
+
*** ***
|
|
232
|
+
** **
|
|
233
|
+
|
|
234
|
+
Using immutable_struct_ex? immutable_struct_ex is made available free of charge. Please consider giving this gem a STAR on GitHub as well as sharing it with your fellow developers on social media.
|
|
235
|
+
|
|
236
|
+
Knowing that immutable_struct_ex is being used and appreciated is a great motivator to continue developing and improving immutable_struct_ex.
|
|
237
|
+
|
|
238
|
+
>>> Star it on github: https://github.com/gangelo/immutable_struct_ex
|
|
239
|
+
>>> Share on social media: https://rubygems.org/gems/immutable_struct_ex
|
|
240
|
+
|
|
241
|
+
Thank you!
|
|
242
|
+
|
|
243
|
+
<3 Gene
|
|
203
244
|
rdoc_options: []
|
|
204
245
|
require_paths:
|
|
205
246
|
- lib
|