LittleWeasel 5.0.4 → 5.0.5
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/.github/dependabot.yml +16 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +19 -18
- data/lib/LittleWeasel/dictionary.rb +1 -1
- data/lib/LittleWeasel/errors/dictionary_file_too_large_error.rb +1 -1
- data/lib/LittleWeasel/metadata/metadata_observable_validatable.rb +1 -1
- data/lib/LittleWeasel/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da93b58996407d4f6264971282a42e38c9165498dd391e02bebfa39b9e2a165d
|
|
4
|
+
data.tar.gz: ea76d71d88bbaab4ee1da625d267a83b70edd9c22cf94e847afdd4f4746e08b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d1582575e5f66d92adbdfa20480cc4280e6fa83d45540bf5ec578dbb781933d0af2e6bb536e3624dc3b2f39324fc0e41ac1a409cafbb144c4b27b5b3ec044b0
|
|
7
|
+
data.tar.gz: 40cb33b6364016cb3e568e4aaa65c9c18d6c58dd9ad05cc274438f287dca17437d695eb4415b9a55b423c5d1d1625f8946c94d0f57799b4e75d02498fca11279
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# To get started with Dependabot version updates, you'll need to specify which
|
|
2
|
+
# package ecosystems to update and where the package manifests are located.
|
|
3
|
+
# Please see the documentation for all configuration options:
|
|
4
|
+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
5
|
+
|
|
6
|
+
version: 2
|
|
7
|
+
updates:
|
|
8
|
+
- package-ecosystem: "bundler"
|
|
9
|
+
directory: "/" # Location of package manifests
|
|
10
|
+
schedule:
|
|
11
|
+
interval: "weekly"
|
|
12
|
+
groups:
|
|
13
|
+
production-dependencies:
|
|
14
|
+
dependency-type: "production"
|
|
15
|
+
development-dependencies:
|
|
16
|
+
dependency-type: "development"
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
LittleWeasel (5.0.
|
|
4
|
+
LittleWeasel (5.0.5)
|
|
5
5
|
activesupport (~> 6.1, >= 6.1.3.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
activesupport (6.1.7.
|
|
10
|
+
activesupport (6.1.7.4)
|
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
12
12
|
i18n (>= 1.6, < 2)
|
|
13
13
|
minitest (>= 5.1)
|
|
@@ -22,20 +22,22 @@ GEM
|
|
|
22
22
|
docile (1.4.0)
|
|
23
23
|
factory_bot (6.2.1)
|
|
24
24
|
activesupport (>= 5.0.0)
|
|
25
|
-
i18n (1.
|
|
25
|
+
i18n (1.14.1)
|
|
26
26
|
concurrent-ruby (~> 1.0)
|
|
27
27
|
kwalify (0.7.2)
|
|
28
28
|
method_source (1.0.0)
|
|
29
|
-
minitest (5.
|
|
30
|
-
parallel (1.
|
|
31
|
-
parser (3.2.2.
|
|
29
|
+
minitest (5.19.0)
|
|
30
|
+
parallel (1.23.0)
|
|
31
|
+
parser (3.2.2.3)
|
|
32
32
|
ast (~> 2.4.1)
|
|
33
|
+
racc
|
|
33
34
|
pry (0.14.2)
|
|
34
35
|
coderay (~> 1.1)
|
|
35
36
|
method_source (~> 1.0)
|
|
36
37
|
pry-byebug (3.10.1)
|
|
37
38
|
byebug (~> 11.0)
|
|
38
39
|
pry (>= 0.13, < 0.15)
|
|
40
|
+
racc (1.7.1)
|
|
39
41
|
rainbow (3.1.1)
|
|
40
42
|
rake (12.3.3)
|
|
41
43
|
redcarpet (3.6.0)
|
|
@@ -43,21 +45,21 @@ GEM
|
|
|
43
45
|
kwalify (~> 0.7.0)
|
|
44
46
|
parser (~> 3.2.0)
|
|
45
47
|
rainbow (>= 2.0, < 4.0)
|
|
46
|
-
regexp_parser (2.
|
|
47
|
-
rexml (3.2.
|
|
48
|
+
regexp_parser (2.8.1)
|
|
49
|
+
rexml (3.2.6)
|
|
48
50
|
rspec (3.12.0)
|
|
49
51
|
rspec-core (~> 3.12.0)
|
|
50
52
|
rspec-expectations (~> 3.12.0)
|
|
51
53
|
rspec-mocks (~> 3.12.0)
|
|
52
|
-
rspec-core (3.12.
|
|
54
|
+
rspec-core (3.12.2)
|
|
53
55
|
rspec-support (~> 3.12.0)
|
|
54
|
-
rspec-expectations (3.12.
|
|
56
|
+
rspec-expectations (3.12.3)
|
|
55
57
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
56
58
|
rspec-support (~> 3.12.0)
|
|
57
|
-
rspec-mocks (3.12.
|
|
59
|
+
rspec-mocks (3.12.6)
|
|
58
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
59
61
|
rspec-support (~> 3.12.0)
|
|
60
|
-
rspec-support (3.12.
|
|
62
|
+
rspec-support (3.12.1)
|
|
61
63
|
rubocop (1.9.1)
|
|
62
64
|
parallel (~> 1.10)
|
|
63
65
|
parser (>= 3.0.0.0)
|
|
@@ -67,9 +69,9 @@ GEM
|
|
|
67
69
|
rubocop-ast (>= 1.2.0, < 2.0)
|
|
68
70
|
ruby-progressbar (~> 1.7)
|
|
69
71
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
70
|
-
rubocop-ast (1.
|
|
72
|
+
rubocop-ast (1.29.0)
|
|
71
73
|
parser (>= 3.2.1.0)
|
|
72
|
-
rubocop-performance (1.
|
|
74
|
+
rubocop-performance (1.19.0)
|
|
73
75
|
rubocop (>= 1.7.0, < 2.0)
|
|
74
76
|
rubocop-ast (>= 0.4.0)
|
|
75
77
|
rubocop-rspec (2.4.0)
|
|
@@ -85,10 +87,9 @@ GEM
|
|
|
85
87
|
tzinfo (2.0.6)
|
|
86
88
|
concurrent-ruby (~> 1.0)
|
|
87
89
|
unicode-display_width (2.4.2)
|
|
88
|
-
webrick (1.
|
|
89
|
-
yard (0.9.
|
|
90
|
-
|
|
91
|
-
zeitwerk (2.6.7)
|
|
90
|
+
webrick (1.8.1)
|
|
91
|
+
yard (0.9.34)
|
|
92
|
+
zeitwerk (2.6.11)
|
|
92
93
|
|
|
93
94
|
PLATFORMS
|
|
94
95
|
ruby
|
|
@@ -48,7 +48,7 @@ module LittleWeasel
|
|
|
48
48
|
|
|
49
49
|
class << self
|
|
50
50
|
def to_hash(dictionary_words:)
|
|
51
|
-
dictionary_words.each_with_object(Hash.new(false)) { |word, hash| hash[word] = true
|
|
51
|
+
dictionary_words.each_with_object(Hash.new(false)) { |word, hash| hash[word] = true }
|
|
52
52
|
end
|
|
53
53
|
end
|
|
54
54
|
|
|
@@ -7,7 +7,7 @@ module LittleWeasel
|
|
|
7
7
|
def initialize(msg: nil)
|
|
8
8
|
unless msg.present?
|
|
9
9
|
msg = 'The dictionary file size is larger than ' \
|
|
10
|
-
|
|
10
|
+
"max_dictionary_file_megabytes: #{LittleWeasel.configuration.max_dictionary_file_megabytes}"
|
|
11
11
|
end
|
|
12
12
|
super msg
|
|
13
13
|
end
|
|
@@ -10,7 +10,7 @@ module LittleWeasel
|
|
|
10
10
|
def validate_metadata_observable(metadata_observable)
|
|
11
11
|
unless valid_metadata_observable? metadata_observable
|
|
12
12
|
raise 'Argument metadata_observable is not a ' \
|
|
13
|
-
|
|
13
|
+
"Metadata::MetadataObserverable object: #{metadata_observable.class}"
|
|
14
14
|
end
|
|
15
15
|
end
|
|
16
16
|
|
data/lib/LittleWeasel/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: LittleWeasel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.5
|
|
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-
|
|
11
|
+
date: 2023-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -264,6 +264,7 @@ executables: []
|
|
|
264
264
|
extensions: []
|
|
265
265
|
extra_rdoc_files: []
|
|
266
266
|
files:
|
|
267
|
+
- ".github/dependabot.yml"
|
|
267
268
|
- ".github/workflows/codeql-analysis.yml"
|
|
268
269
|
- ".gitignore"
|
|
269
270
|
- ".idea/.name"
|