immutable_struct_ex 1.0.8 → 1.0.10
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 +15 -0
- data/Gemfile +20 -0
- data/Gemfile.lock +32 -29
- data/README.md +2 -2
- data/Rakefile +5 -3
- data/immutable_struct_ex.gemspec +29 -9
- data/lib/immutable_struct_ex/version.rb +1 -1
- metadata +31 -160
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d2135aa1951b9c701e380aac7ec7d8811f047ccbbca4b7970369ff1c203bc0c
|
|
4
|
+
data.tar.gz: dae024e2f41f86b592f4318ee9a9073fd774efd13d31519f1e5b3375ff16da60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be2ea371b3504275afaa7b4bbe14cad53b9cdb9204a16d4fc6cf91b78234da3d38653a497546e5da9a2d820b0ddcf4ff1615d209e924b250c345f391a7df12bf
|
|
7
|
+
data.tar.gz: f1c1a89310ddd33671770f8756894949dcdd0eb4f5ddb8ba504feffa8b8400ef77d68e02d49f927b50f4b3a337e15e25bc8927805faeb159eebc3073aba30c23
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
### [1.0.10] 2024-02-19
|
|
2
|
+
|
|
3
|
+
Changes
|
|
4
|
+
|
|
5
|
+
- Update bundler.
|
|
6
|
+
- Fix post install message to remove references to dsu gem.
|
|
7
|
+
|
|
8
|
+
### [1.0.9] 2024-02-18
|
|
9
|
+
|
|
10
|
+
Changes
|
|
11
|
+
|
|
12
|
+
- Update ruby gems.
|
|
13
|
+
- Use rubocop-rake gem to run rubocop checks.
|
|
14
|
+
- Add rubocop to default rake tasks in Rakefile.
|
|
15
|
+
|
|
1
16
|
### [1.0.8] 2024-01-19
|
|
2
17
|
|
|
3
18
|
Changes
|
data/Gemfile
CHANGED
|
@@ -6,3 +6,23 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
6
6
|
|
|
7
7
|
# Specify your gem's dependencies in immutable_struct_ex.gemspec
|
|
8
8
|
gemspec
|
|
9
|
+
|
|
10
|
+
gem 'bundler', '>= 2.5', '< 3.0'
|
|
11
|
+
gem 'rake', '>= 13.0', '< 14.0'
|
|
12
|
+
|
|
13
|
+
group :development do
|
|
14
|
+
gem 'reek', '>= 6.1', '< 7.0'
|
|
15
|
+
gem 'rubocop', '>= 1.35', '< 2.0'
|
|
16
|
+
gem 'rubocop-performance', '>= 1.14', '< 2.0'
|
|
17
|
+
gem 'rubocop-rake', '>= 0.6', '< 1.0'
|
|
18
|
+
gem 'rubocop-rspec', '>= 2.12', '< 3.0'
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
group :test do
|
|
22
|
+
gem 'rspec', '>= 3.12', '< 4.0'
|
|
23
|
+
gem 'simplecov', '>= 0.22.0', '< 1.0'
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
group :development, :test do
|
|
27
|
+
gem 'pry-byebug', '>= 3.9', '< 4.0'
|
|
28
|
+
end
|
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.10)
|
|
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
|
|
@@ -116,16 +118,17 @@ PLATFORMS
|
|
|
116
118
|
x86_64-linux
|
|
117
119
|
|
|
118
120
|
DEPENDENCIES
|
|
119
|
-
bundler (
|
|
121
|
+
bundler (>= 2.5, < 3.0)
|
|
120
122
|
immutable_struct_ex!
|
|
121
|
-
pry-byebug (
|
|
122
|
-
rake (
|
|
123
|
-
reek (
|
|
124
|
-
rspec (>= 3.
|
|
125
|
-
rubocop (
|
|
126
|
-
rubocop-performance (
|
|
127
|
-
rubocop-
|
|
128
|
-
|
|
123
|
+
pry-byebug (>= 3.9, < 4.0)
|
|
124
|
+
rake (>= 13.0, < 14.0)
|
|
125
|
+
reek (>= 6.1, < 7.0)
|
|
126
|
+
rspec (>= 3.12, < 4.0)
|
|
127
|
+
rubocop (>= 1.35, < 2.0)
|
|
128
|
+
rubocop-performance (>= 1.14, < 2.0)
|
|
129
|
+
rubocop-rake (>= 0.6, < 1.0)
|
|
130
|
+
rubocop-rspec (>= 2.12, < 3.0)
|
|
131
|
+
simplecov (>= 0.22.0, < 1.0)
|
|
129
132
|
|
|
130
133
|
BUNDLED WITH
|
|
131
|
-
2.
|
|
134
|
+
2.5.6
|
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,10 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require
|
|
4
|
-
require
|
|
3
|
+
require "bundler/gem_tasks"
|
|
4
|
+
require "rspec/core/rake_task"
|
|
5
|
+
require "rubocop/rake_task"
|
|
5
6
|
|
|
6
7
|
RSpec::Core::RakeTask.new(:spec)
|
|
8
|
+
RuboCop::RakeTask.new
|
|
7
9
|
|
|
8
|
-
task default:
|
|
10
|
+
task default: %i[spec rubocop]
|
data/immutable_struct_ex.gemspec
CHANGED
|
@@ -32,13 +32,33 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
33
33
|
spec.require_paths = ['lib']
|
|
34
34
|
|
|
35
|
-
spec.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
35
|
+
spec.post_install_message = <<~POST_INSTALL
|
|
36
|
+
Thank you for installing immutable_struct_ex.
|
|
37
|
+
|
|
38
|
+
View the immutable_struct_ex README.md here: https://github.com/gangelo/immutable_struct_ex
|
|
39
|
+
View the immutable_struct_ex CHANGELOG.md: https://github.com/gangelo/immutable_struct_ex/blob/main/CHANGELOG.md
|
|
40
|
+
|
|
41
|
+
*
|
|
42
|
+
***
|
|
43
|
+
*******
|
|
44
|
+
*********
|
|
45
|
+
***********************
|
|
46
|
+
*****************
|
|
47
|
+
*************
|
|
48
|
+
******* *******
|
|
49
|
+
***** *****
|
|
50
|
+
*** ***
|
|
51
|
+
** **
|
|
52
|
+
|
|
53
|
+
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.
|
|
54
|
+
|
|
55
|
+
Knowing that immutable_struct_ex is being used and appreciated is a great motivator to continue developing and improving immutable_struct_ex.
|
|
56
|
+
|
|
57
|
+
>>> Star it on github: https://github.com/gangelo/immutable_struct_ex
|
|
58
|
+
>>> Share on social media: https://rubygems.org/gems/immutable_struct_ex
|
|
59
|
+
|
|
60
|
+
Thank you!
|
|
61
|
+
|
|
62
|
+
<3 Gene
|
|
63
|
+
POST_INSTALL
|
|
44
64
|
end
|
metadata
CHANGED
|
@@ -1,171 +1,15 @@
|
|
|
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.10
|
|
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-
|
|
12
|
-
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: bundler
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '2.4'
|
|
20
|
-
- - ">="
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: 2.4.21
|
|
23
|
-
type: :development
|
|
24
|
-
prerelease: false
|
|
25
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
-
requirements:
|
|
27
|
-
- - "~>"
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: '2.4'
|
|
30
|
-
- - ">="
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: 2.4.21
|
|
33
|
-
- !ruby/object:Gem::Dependency
|
|
34
|
-
name: pry-byebug
|
|
35
|
-
requirement: !ruby/object:Gem::Requirement
|
|
36
|
-
requirements:
|
|
37
|
-
- - "~>"
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: '3.9'
|
|
40
|
-
type: :development
|
|
41
|
-
prerelease: false
|
|
42
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
43
|
-
requirements:
|
|
44
|
-
- - "~>"
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
version: '3.9'
|
|
47
|
-
- !ruby/object:Gem::Dependency
|
|
48
|
-
name: reek
|
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
|
50
|
-
requirements:
|
|
51
|
-
- - "~>"
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: '6.1'
|
|
54
|
-
- - ">="
|
|
55
|
-
- !ruby/object:Gem::Version
|
|
56
|
-
version: 6.1.1
|
|
57
|
-
type: :development
|
|
58
|
-
prerelease: false
|
|
59
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
60
|
-
requirements:
|
|
61
|
-
- - "~>"
|
|
62
|
-
- !ruby/object:Gem::Version
|
|
63
|
-
version: '6.1'
|
|
64
|
-
- - ">="
|
|
65
|
-
- !ruby/object:Gem::Version
|
|
66
|
-
version: 6.1.1
|
|
67
|
-
- !ruby/object:Gem::Dependency
|
|
68
|
-
name: rspec
|
|
69
|
-
requirement: !ruby/object:Gem::Requirement
|
|
70
|
-
requirements:
|
|
71
|
-
- - ">="
|
|
72
|
-
- !ruby/object:Gem::Version
|
|
73
|
-
version: '3.10'
|
|
74
|
-
type: :development
|
|
75
|
-
prerelease: false
|
|
76
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
77
|
-
requirements:
|
|
78
|
-
- - ">="
|
|
79
|
-
- !ruby/object:Gem::Version
|
|
80
|
-
version: '3.10'
|
|
81
|
-
- !ruby/object:Gem::Dependency
|
|
82
|
-
name: rubocop
|
|
83
|
-
requirement: !ruby/object:Gem::Requirement
|
|
84
|
-
requirements:
|
|
85
|
-
- - "~>"
|
|
86
|
-
- !ruby/object:Gem::Version
|
|
87
|
-
version: '1.35'
|
|
88
|
-
type: :development
|
|
89
|
-
prerelease: false
|
|
90
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
91
|
-
requirements:
|
|
92
|
-
- - "~>"
|
|
93
|
-
- !ruby/object:Gem::Version
|
|
94
|
-
version: '1.35'
|
|
95
|
-
- !ruby/object:Gem::Dependency
|
|
96
|
-
name: rubocop-performance
|
|
97
|
-
requirement: !ruby/object:Gem::Requirement
|
|
98
|
-
requirements:
|
|
99
|
-
- - "~>"
|
|
100
|
-
- !ruby/object:Gem::Version
|
|
101
|
-
version: '1.14'
|
|
102
|
-
- - ">="
|
|
103
|
-
- !ruby/object:Gem::Version
|
|
104
|
-
version: 1.14.3
|
|
105
|
-
type: :development
|
|
106
|
-
prerelease: false
|
|
107
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
108
|
-
requirements:
|
|
109
|
-
- - "~>"
|
|
110
|
-
- !ruby/object:Gem::Version
|
|
111
|
-
version: '1.14'
|
|
112
|
-
- - ">="
|
|
113
|
-
- !ruby/object:Gem::Version
|
|
114
|
-
version: 1.14.3
|
|
115
|
-
- !ruby/object:Gem::Dependency
|
|
116
|
-
name: rubocop-rspec
|
|
117
|
-
requirement: !ruby/object:Gem::Requirement
|
|
118
|
-
requirements:
|
|
119
|
-
- - "~>"
|
|
120
|
-
- !ruby/object:Gem::Version
|
|
121
|
-
version: '2.12'
|
|
122
|
-
- - ">="
|
|
123
|
-
- !ruby/object:Gem::Version
|
|
124
|
-
version: 2.12.1
|
|
125
|
-
type: :development
|
|
126
|
-
prerelease: false
|
|
127
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
128
|
-
requirements:
|
|
129
|
-
- - "~>"
|
|
130
|
-
- !ruby/object:Gem::Version
|
|
131
|
-
version: '2.12'
|
|
132
|
-
- - ">="
|
|
133
|
-
- !ruby/object:Gem::Version
|
|
134
|
-
version: 2.12.1
|
|
135
|
-
- !ruby/object:Gem::Dependency
|
|
136
|
-
name: simplecov
|
|
137
|
-
requirement: !ruby/object:Gem::Requirement
|
|
138
|
-
requirements:
|
|
139
|
-
- - "~>"
|
|
140
|
-
- !ruby/object:Gem::Version
|
|
141
|
-
version: 0.22.0
|
|
142
|
-
type: :development
|
|
143
|
-
prerelease: false
|
|
144
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
145
|
-
requirements:
|
|
146
|
-
- - "~>"
|
|
147
|
-
- !ruby/object:Gem::Version
|
|
148
|
-
version: 0.22.0
|
|
149
|
-
- !ruby/object:Gem::Dependency
|
|
150
|
-
name: rake
|
|
151
|
-
requirement: !ruby/object:Gem::Requirement
|
|
152
|
-
requirements:
|
|
153
|
-
- - "~>"
|
|
154
|
-
- !ruby/object:Gem::Version
|
|
155
|
-
version: '13.0'
|
|
156
|
-
- - ">="
|
|
157
|
-
- !ruby/object:Gem::Version
|
|
158
|
-
version: 13.0.6
|
|
159
|
-
type: :development
|
|
160
|
-
prerelease: false
|
|
161
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
162
|
-
requirements:
|
|
163
|
-
- - "~>"
|
|
164
|
-
- !ruby/object:Gem::Version
|
|
165
|
-
version: '13.0'
|
|
166
|
-
- - ">="
|
|
167
|
-
- !ruby/object:Gem::Version
|
|
168
|
-
version: 13.0.6
|
|
11
|
+
date: 2024-02-19 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
169
13
|
description: Creates an immutable struct in one step.
|
|
170
14
|
email:
|
|
171
15
|
- public.gma@gmail.com
|
|
@@ -199,7 +43,34 @@ homepage: https://github.com/gangelo/immutable_struct_ex
|
|
|
199
43
|
licenses:
|
|
200
44
|
- MIT
|
|
201
45
|
metadata: {}
|
|
202
|
-
post_install_message:
|
|
46
|
+
post_install_message: |
|
|
47
|
+
Thank you for installing immutable_struct_ex.
|
|
48
|
+
|
|
49
|
+
View the immutable_struct_ex README.md here: https://github.com/gangelo/immutable_struct_ex
|
|
50
|
+
View the immutable_struct_ex CHANGELOG.md: https://github.com/gangelo/immutable_struct_ex/blob/main/CHANGELOG.md
|
|
51
|
+
|
|
52
|
+
*
|
|
53
|
+
***
|
|
54
|
+
*******
|
|
55
|
+
*********
|
|
56
|
+
***********************
|
|
57
|
+
*****************
|
|
58
|
+
*************
|
|
59
|
+
******* *******
|
|
60
|
+
***** *****
|
|
61
|
+
*** ***
|
|
62
|
+
** **
|
|
63
|
+
|
|
64
|
+
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.
|
|
65
|
+
|
|
66
|
+
Knowing that immutable_struct_ex is being used and appreciated is a great motivator to continue developing and improving immutable_struct_ex.
|
|
67
|
+
|
|
68
|
+
>>> Star it on github: https://github.com/gangelo/immutable_struct_ex
|
|
69
|
+
>>> Share on social media: https://rubygems.org/gems/immutable_struct_ex
|
|
70
|
+
|
|
71
|
+
Thank you!
|
|
72
|
+
|
|
73
|
+
<3 Gene
|
|
203
74
|
rdoc_options: []
|
|
204
75
|
require_paths:
|
|
205
76
|
- lib
|