baza.rb 0.0.9 → 0.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/.0pdd.yml +2 -19
- data/.github/workflows/actionlint.yml +4 -20
- data/.github/workflows/codecov.yml +8 -22
- data/.github/workflows/copyrights.yml +9 -20
- data/.github/workflows/markdown-lint.yml +4 -19
- data/.github/workflows/pdd.yml +4 -19
- data/.github/workflows/rake.yml +6 -22
- data/.github/workflows/reuse.yml +19 -0
- data/.github/workflows/xcop.yml +8 -19
- data/.github/workflows/yamllint.yml +4 -19
- data/.gitignore +7 -5
- data/.rubocop.yml +8 -20
- data/.rultor.yml +4 -20
- data/.simplecov +2 -19
- data/.yamllint.yml +2 -19
- data/Gemfile +16 -31
- data/Gemfile.lock +81 -160
- data/LICENSE.txt +1 -1
- data/LICENSES/MIT.txt +21 -0
- data/REUSE.toml +34 -0
- data/Rakefile +3 -29
- data/baza.rb.gemspec +2 -19
- data/lib/baza-rb/version.rb +3 -20
- data/lib/baza-rb.rb +93 -44
- data/test/test__helper.rb +2 -19
- data/test/test_baza-rb.rb +69 -44
- metadata +6 -6
data/Gemfile.lock
CHANGED
@@ -17,194 +17,115 @@ PATH
|
|
17
17
|
GEM
|
18
18
|
remote: https://rubygems.org/
|
19
19
|
specs:
|
20
|
-
actionpack (7.2.1)
|
21
|
-
actionview (= 7.2.1)
|
22
|
-
activesupport (= 7.2.1)
|
23
|
-
nokogiri (>= 1.8.5)
|
24
|
-
racc
|
25
|
-
rack (>= 2.2.4, < 3.2)
|
26
|
-
rack-session (>= 1.0.1)
|
27
|
-
rack-test (>= 0.6.3)
|
28
|
-
rails-dom-testing (~> 2.2)
|
29
|
-
rails-html-sanitizer (~> 1.6)
|
30
|
-
useragent (~> 0.16)
|
31
|
-
actionview (7.2.1)
|
32
|
-
activesupport (= 7.2.1)
|
33
|
-
builder (~> 3.1)
|
34
|
-
erubi (~> 1.11)
|
35
|
-
rails-dom-testing (~> 2.2)
|
36
|
-
rails-html-sanitizer (~> 1.6)
|
37
|
-
activesupport (7.2.1)
|
38
|
-
base64
|
39
|
-
bigdecimal
|
40
|
-
concurrent-ruby (~> 1.0, >= 1.3.1)
|
41
|
-
connection_pool (>= 2.2.5)
|
42
|
-
drb
|
43
|
-
i18n (>= 1.6, < 2)
|
44
|
-
logger (>= 1.4.2)
|
45
|
-
minitest (>= 5.1)
|
46
|
-
securerandom (>= 0.3)
|
47
|
-
tzinfo (~> 2.0, >= 2.0.5)
|
48
20
|
addressable (2.8.7)
|
49
21
|
public_suffix (>= 2.0.2, < 7.0)
|
50
22
|
ansi (1.5.0)
|
51
|
-
ast (2.4.
|
23
|
+
ast (2.4.3)
|
52
24
|
backtrace (0.4.0)
|
53
25
|
base64 (0.2.0)
|
54
|
-
bigdecimal (3.1.
|
26
|
+
bigdecimal (3.1.9)
|
55
27
|
builder (3.3.0)
|
56
|
-
concurrent-ruby (1.3.4)
|
57
|
-
connection_pool (2.4.1)
|
58
28
|
crack (1.0.0)
|
59
29
|
bigdecimal
|
60
30
|
rexml
|
61
|
-
crass (1.0.6)
|
62
31
|
decoor (0.0.1)
|
63
|
-
diff-lcs (1.5.1)
|
64
32
|
docile (1.4.1)
|
65
|
-
drb (2.2.1)
|
66
33
|
elapsed (0.0.1)
|
67
34
|
loog (> 0)
|
68
35
|
tago (> 0)
|
69
|
-
erubi (1.13.0)
|
70
36
|
ethon (0.16.0)
|
71
37
|
ffi (>= 1.15.0)
|
72
|
-
factbase (0.
|
73
|
-
backtrace (
|
74
|
-
decoor (
|
38
|
+
factbase (0.9.5)
|
39
|
+
backtrace (>= 0.4.0)
|
40
|
+
decoor (>= 0.0.1)
|
75
41
|
json (~> 2.7)
|
76
|
-
loog (
|
42
|
+
loog (>= 0.6.0)
|
77
43
|
nokogiri (~> 1.10)
|
78
|
-
others (
|
79
|
-
tago (
|
44
|
+
others (>= 0.0.3)
|
45
|
+
tago (>= 0.0.2)
|
80
46
|
yaml (~> 0.3)
|
81
|
-
faraday (2.12.
|
82
|
-
faraday-net_http (>= 2.0, < 3.
|
47
|
+
faraday (2.12.2)
|
48
|
+
faraday-net_http (>= 2.0, < 3.5)
|
83
49
|
json
|
84
50
|
logger
|
85
51
|
faraday-http-cache (2.5.1)
|
86
52
|
faraday (>= 0.8)
|
87
|
-
faraday-multipart (1.0
|
88
|
-
multipart-post (~> 2)
|
89
|
-
faraday-net_http (3.
|
90
|
-
net-http
|
53
|
+
faraday-multipart (1.1.0)
|
54
|
+
multipart-post (~> 2.0)
|
55
|
+
faraday-net_http (3.4.0)
|
56
|
+
net-http (>= 0.5.0)
|
91
57
|
faraday-retry (2.2.1)
|
92
58
|
faraday (~> 2.0)
|
93
|
-
ffi (1.17.
|
94
|
-
ffi (1.17.
|
95
|
-
ffi (1.17.
|
96
|
-
ffi (1.17.
|
97
|
-
hashdiff (1.1.
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
reline (>= 0.4.2)
|
104
|
-
iri (0.8.0)
|
105
|
-
json (2.7.2)
|
106
|
-
language_server-protocol (3.17.0.3)
|
107
|
-
logger (1.6.1)
|
108
|
-
loofah (2.22.0)
|
109
|
-
crass (~> 1.0.2)
|
110
|
-
nokogiri (>= 1.12.0)
|
59
|
+
ffi (1.17.1-arm64-darwin)
|
60
|
+
ffi (1.17.1-x64-mingw-ucrt)
|
61
|
+
ffi (1.17.1-x86_64-darwin)
|
62
|
+
ffi (1.17.1-x86_64-linux-gnu)
|
63
|
+
hashdiff (1.1.2)
|
64
|
+
iri (0.10.0)
|
65
|
+
json (2.10.2)
|
66
|
+
language_server-protocol (3.17.0.4)
|
67
|
+
lint_roller (1.1.0)
|
68
|
+
logger (1.7.0)
|
111
69
|
loog (0.6.0)
|
112
|
-
minitest (5.25.
|
70
|
+
minitest (5.25.5)
|
113
71
|
minitest-reporters (1.7.1)
|
114
72
|
ansi
|
115
73
|
builder
|
116
74
|
minitest (>= 5.0)
|
117
75
|
ruby-progressbar
|
118
76
|
multipart-post (2.4.1)
|
119
|
-
net-http (0.
|
77
|
+
net-http (0.6.0)
|
120
78
|
uri
|
121
79
|
net-ping (2.0.8)
|
122
|
-
nokogiri (1.
|
80
|
+
nokogiri (1.18.6-arm64-darwin)
|
123
81
|
racc (~> 1.4)
|
124
|
-
nokogiri (1.
|
82
|
+
nokogiri (1.18.6-x64-mingw-ucrt)
|
125
83
|
racc (~> 1.4)
|
126
|
-
nokogiri (1.
|
84
|
+
nokogiri (1.18.6-x86_64-darwin)
|
127
85
|
racc (~> 1.4)
|
128
|
-
nokogiri (1.
|
86
|
+
nokogiri (1.18.6-x86_64-linux-gnu)
|
129
87
|
racc (~> 1.4)
|
130
88
|
others (0.0.3)
|
131
89
|
parallel (1.26.3)
|
132
|
-
parser (3.3.
|
90
|
+
parser (3.3.7.3)
|
133
91
|
ast (~> 2.4.1)
|
134
92
|
racc
|
135
|
-
|
136
|
-
stringio
|
93
|
+
prism (1.4.0)
|
137
94
|
public_suffix (6.0.1)
|
138
95
|
racc (1.8.1)
|
139
|
-
rack (3.1.8)
|
140
|
-
rack-session (2.0.0)
|
141
|
-
rack (>= 3.0.0)
|
142
|
-
rack-test (2.1.0)
|
143
|
-
rack (>= 1.3)
|
144
|
-
rackup (2.1.0)
|
145
|
-
rack (>= 3)
|
146
|
-
webrick (~> 1.8)
|
147
|
-
rails-dom-testing (2.2.0)
|
148
|
-
activesupport (>= 5.0.0)
|
149
|
-
minitest
|
150
|
-
nokogiri (>= 1.6)
|
151
|
-
rails-html-sanitizer (1.6.0)
|
152
|
-
loofah (~> 2.21)
|
153
|
-
nokogiri (~> 1.14)
|
154
|
-
railties (7.2.1)
|
155
|
-
actionpack (= 7.2.1)
|
156
|
-
activesupport (= 7.2.1)
|
157
|
-
irb (~> 1.13)
|
158
|
-
rackup (>= 1.0.0)
|
159
|
-
rake (>= 12.2)
|
160
|
-
thor (~> 1.0, >= 1.2.2)
|
161
|
-
zeitwerk (~> 2.6)
|
162
96
|
rainbow (3.1.1)
|
163
97
|
rake (13.2.1)
|
164
|
-
random-port (0.7.
|
165
|
-
|
166
|
-
|
167
|
-
regexp_parser (2.9.2)
|
168
|
-
reline (0.5.10)
|
169
|
-
io-console (~> 0.5)
|
98
|
+
random-port (0.7.5)
|
99
|
+
tago (> 0)
|
100
|
+
regexp_parser (2.10.0)
|
170
101
|
retries (0.0.5)
|
171
|
-
rexml (3.
|
172
|
-
|
173
|
-
rspec-support (~> 3.13.0)
|
174
|
-
rspec-expectations (3.13.3)
|
175
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
176
|
-
rspec-support (~> 3.13.0)
|
177
|
-
rspec-mocks (3.13.2)
|
178
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
179
|
-
rspec-support (~> 3.13.0)
|
180
|
-
rspec-rails (7.0.1)
|
181
|
-
actionpack (>= 7.0)
|
182
|
-
activesupport (>= 7.0)
|
183
|
-
railties (>= 7.0)
|
184
|
-
rspec-core (~> 3.13)
|
185
|
-
rspec-expectations (~> 3.13)
|
186
|
-
rspec-mocks (~> 3.13)
|
187
|
-
rspec-support (~> 3.13)
|
188
|
-
rspec-support (3.13.1)
|
189
|
-
rubocop (1.66.1)
|
102
|
+
rexml (3.4.1)
|
103
|
+
rubocop (1.75.1)
|
190
104
|
json (~> 2.3)
|
191
|
-
language_server-protocol (
|
105
|
+
language_server-protocol (~> 3.17.0.2)
|
106
|
+
lint_roller (~> 1.1.0)
|
192
107
|
parallel (~> 1.10)
|
193
108
|
parser (>= 3.3.0.2)
|
194
109
|
rainbow (>= 2.2.2, < 4.0)
|
195
|
-
regexp_parser (>= 2.
|
196
|
-
rubocop-ast (>= 1.
|
110
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
111
|
+
rubocop-ast (>= 1.43.0, < 2.0)
|
197
112
|
ruby-progressbar (~> 1.7)
|
198
|
-
unicode-display_width (>= 2.4.0, <
|
199
|
-
rubocop-ast (1.
|
200
|
-
parser (>= 3.3.
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
rubocop (
|
113
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
114
|
+
rubocop-ast (1.43.0)
|
115
|
+
parser (>= 3.3.7.2)
|
116
|
+
prism (~> 1.4)
|
117
|
+
rubocop-minitest (0.37.1)
|
118
|
+
lint_roller (~> 1.1)
|
119
|
+
rubocop (>= 1.72.1, < 2.0)
|
120
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
121
|
+
rubocop-performance (1.24.0)
|
122
|
+
lint_roller (~> 1.1)
|
123
|
+
rubocop (>= 1.72.1, < 2.0)
|
124
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
125
|
+
rubocop-rake (0.7.1)
|
126
|
+
lint_roller (~> 1.1)
|
127
|
+
rubocop (>= 1.72.1)
|
206
128
|
ruby-progressbar (1.13.0)
|
207
|
-
securerandom (0.3.1)
|
208
129
|
simplecov (0.22.0)
|
209
130
|
docile (~> 1.1)
|
210
131
|
simplecov-html (~> 0.11)
|
@@ -214,50 +135,50 @@ GEM
|
|
214
135
|
simplecov (~> 0.19)
|
215
136
|
simplecov-html (0.13.1)
|
216
137
|
simplecov_json_formatter (0.1.4)
|
217
|
-
|
218
|
-
tago (0.0.2)
|
219
|
-
thor (1.3.2)
|
138
|
+
tago (0.1.0)
|
220
139
|
typhoeus (1.4.1)
|
221
140
|
ethon (>= 0.9.0)
|
222
|
-
|
223
|
-
|
224
|
-
unicode-
|
225
|
-
uri (0.
|
226
|
-
useragent (0.16.10)
|
141
|
+
unicode-display_width (3.1.4)
|
142
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
143
|
+
unicode-emoji (4.0.4)
|
144
|
+
uri (1.0.3)
|
227
145
|
wait_for (0.1.1)
|
228
|
-
webmock (3.
|
146
|
+
webmock (3.25.1)
|
229
147
|
addressable (>= 2.8.0)
|
230
148
|
crack (>= 0.3.2)
|
231
149
|
hashdiff (>= 0.4.0, < 2.0.0)
|
232
|
-
webrick (1.
|
233
|
-
yaml (0.
|
150
|
+
webrick (1.9.1)
|
151
|
+
yaml (0.4.0)
|
234
152
|
yard (0.9.37)
|
235
|
-
zeitwerk (2.7.0)
|
236
153
|
|
237
154
|
PLATFORMS
|
238
155
|
arm64-darwin-22
|
156
|
+
arm64-darwin-23
|
157
|
+
arm64-darwin-24
|
239
158
|
x64-mingw-ucrt
|
240
159
|
x86_64-darwin-20
|
241
160
|
x86_64-darwin-21
|
242
161
|
x86_64-linux
|
243
162
|
|
244
163
|
DEPENDENCIES
|
164
|
+
base64 (> 0)
|
245
165
|
baza.rb!
|
246
166
|
factbase (> 0)
|
247
|
-
minitest (
|
248
|
-
minitest-reporters (
|
249
|
-
net-ping (
|
250
|
-
rake (
|
167
|
+
minitest (~> 5.25)
|
168
|
+
minitest-reporters (~> 1.7)
|
169
|
+
net-ping (~> 2.0)
|
170
|
+
rake (~> 13.2)
|
251
171
|
random-port (> 0)
|
252
|
-
|
253
|
-
rubocop (
|
254
|
-
rubocop-performance (
|
255
|
-
rubocop-
|
256
|
-
simplecov (
|
257
|
-
simplecov-cobertura (
|
172
|
+
rubocop (~> 1.73)
|
173
|
+
rubocop-minitest (> 0)
|
174
|
+
rubocop-performance (~> 1.23)
|
175
|
+
rubocop-rake (> 0)
|
176
|
+
simplecov (~> 0.22)
|
177
|
+
simplecov-cobertura (~> 2.1)
|
258
178
|
wait_for (~> 0)
|
259
|
-
webmock (
|
260
|
-
|
179
|
+
webmock (~> 3.24)
|
180
|
+
webrick (~> 1.9)
|
181
|
+
yard (~> 0.9)
|
261
182
|
|
262
183
|
BUNDLED WITH
|
263
|
-
2.
|
184
|
+
2.5.16
|
data/LICENSE.txt
CHANGED
data/LICENSES/MIT.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
(The MIT License)
|
2
|
+
|
3
|
+
Copyright (c) 2024-2025 Zerocracy
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the 'Software'), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/REUSE.toml
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
|
2
|
+
# SPDX-License-Identifier: MIT
|
3
|
+
|
4
|
+
version = 1
|
5
|
+
[[annotations]]
|
6
|
+
path = [
|
7
|
+
"**.json",
|
8
|
+
"**.md",
|
9
|
+
"**.txt",
|
10
|
+
"**/*.csv",
|
11
|
+
"**/*.jpg",
|
12
|
+
"**/*.json",
|
13
|
+
"**/*.md",
|
14
|
+
"**/*.pdf",
|
15
|
+
"**/*.png",
|
16
|
+
"**/*.svg",
|
17
|
+
"**/*.txt",
|
18
|
+
"**/*.vm",
|
19
|
+
"**/.DS_Store",
|
20
|
+
"**/.gitignore",
|
21
|
+
"**/.pdd",
|
22
|
+
"**/CNAME",
|
23
|
+
"**/Gemfile.lock",
|
24
|
+
".DS_Store",
|
25
|
+
".gitattributes",
|
26
|
+
".gitignore",
|
27
|
+
".pdd",
|
28
|
+
"Gemfile.lock",
|
29
|
+
"README.md",
|
30
|
+
"renovate.json",
|
31
|
+
]
|
32
|
+
precedence = "override"
|
33
|
+
SPDX-FileCopyrightText = "Copyright (c) 2025 Yegor Bugayenko"
|
34
|
+
SPDX-License-Identifier = "MIT"
|
data/Rakefile
CHANGED
@@ -1,24 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2024 Zerocracy
|
4
|
-
#
|
5
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
# of this software and associated documentation files (the 'Software'), to deal
|
7
|
-
# in the Software without restriction, including without limitation the rights
|
8
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
# copies of the Software, and to permit persons to whom the Software is
|
10
|
-
# furnished to do so, subject to the following conditions:
|
11
|
-
#
|
12
|
-
# The above copyright notice and this permission notice shall be included in all
|
13
|
-
# copies or substantial portions of the Software.
|
14
|
-
#
|
15
|
-
# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
# SOFTWARE.
|
3
|
+
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
|
4
|
+
# SPDX-License-Identifier: MIT
|
22
5
|
|
23
6
|
require 'rubygems'
|
24
7
|
require 'rake'
|
@@ -34,7 +17,7 @@ end
|
|
34
17
|
|
35
18
|
ENV['RACK_ENV'] = 'test'
|
36
19
|
|
37
|
-
task default: %i[clean test rubocop yard
|
20
|
+
task default: %i[clean test rubocop yard]
|
38
21
|
|
39
22
|
require 'rake/testtask'
|
40
23
|
desc 'Run all unit tests'
|
@@ -56,13 +39,4 @@ require 'rubocop/rake_task'
|
|
56
39
|
desc 'Run RuboCop on all directories'
|
57
40
|
RuboCop::RakeTask.new(:rubocop) do |task|
|
58
41
|
task.fail_on_error = true
|
59
|
-
task.requires << 'rubocop-rspec'
|
60
|
-
end
|
61
|
-
|
62
|
-
task :copyright do
|
63
|
-
sh "grep -q -r '#{Date.today.strftime('%Y')}' \
|
64
|
-
--include '*.rb' \
|
65
|
-
--include '*.txt' \
|
66
|
-
--include 'Rakefile' \
|
67
|
-
."
|
68
42
|
end
|
data/baza.rb.gemspec
CHANGED
@@ -1,24 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2024 Zerocracy
|
4
|
-
#
|
5
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
# of this software and associated documentation files (the 'Software'), to deal
|
7
|
-
# in the Software without restriction, including without limitation the rights
|
8
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
# copies of the Software, and to permit persons to whom the Software is
|
10
|
-
# furnished to do so, subject to the following conditions:
|
11
|
-
#
|
12
|
-
# The above copyright notice and this permission notice shall be included in all
|
13
|
-
# copies or substantial portions of the Software.
|
14
|
-
#
|
15
|
-
# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
# SOFTWARE.
|
3
|
+
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
|
4
|
+
# SPDX-License-Identifier: MIT
|
22
5
|
|
23
6
|
require 'English'
|
24
7
|
require_relative 'lib/baza-rb/version'
|
data/lib/baza-rb/version.rb
CHANGED
@@ -1,24 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2024 Zerocracy
|
4
|
-
#
|
5
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
# of this software and associated documentation files (the 'Software'), to deal
|
7
|
-
# in the Software without restriction, including without limitation the rights
|
8
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
# copies of the Software, and to permit persons to whom the Software is
|
10
|
-
# furnished to do so, subject to the following conditions:
|
11
|
-
#
|
12
|
-
# The above copyright notice and this permission notice shall be included in all
|
13
|
-
# copies or substantial portions of the Software.
|
14
|
-
#
|
15
|
-
# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
# SOFTWARE.
|
3
|
+
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
|
4
|
+
# SPDX-License-Identifier: MIT
|
22
5
|
|
23
6
|
# Just a version.
|
24
7
|
#
|
@@ -30,5 +13,5 @@
|
|
30
13
|
# Copyright:: Copyright (c) 2024 Yegor Bugayenko
|
31
14
|
# License:: MIT
|
32
15
|
class BazaRb
|
33
|
-
VERSION = '0.0.
|
16
|
+
VERSION = '0.0.10'
|
34
17
|
end
|