LittleWeasel 5.0.1 → 5.0.3
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/CHANGELOG.md +6 -0
- data/Gemfile.lock +30 -30
- data/lib/LittleWeasel/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 660a032ce9305f5b3ea781e2c8c6e69f353463d87cf6a735be13c9ee47e0329d
|
4
|
+
data.tar.gz: 6d55d4091eae71f72c994f1f467a4f534a6a64a3654734b745304255cf9114b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecfd9806d8f39779c1e65b225a4593b05d59e3cdb6ce25ae1a1be0410d6f7a02205205882e33b7d621142e1ae43008866db689d9ac34c6819607219ee1800de9
|
7
|
+
data.tar.gz: 13cf23ef8f666fdd15b2f826c25cd4096f9298ae183f46bfcac1c5c1a03b7c4042db7e60ba625076714fe12d7451fea6349d0baaed909fccbdb19b35acc95b08
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,23 +1,23 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
LittleWeasel (5.0.
|
4
|
+
LittleWeasel (5.0.3)
|
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.
|
10
|
+
activesupport (6.1.7.3)
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
12
|
i18n (>= 1.6, < 2)
|
13
13
|
minitest (>= 5.1)
|
14
14
|
tzinfo (~> 2.0)
|
15
15
|
zeitwerk (~> 2.3)
|
16
16
|
ast (2.4.2)
|
17
|
-
benchmark-ips (2.
|
17
|
+
benchmark-ips (2.12.0)
|
18
18
|
byebug (11.1.3)
|
19
19
|
coderay (1.1.3)
|
20
|
-
concurrent-ruby (1.
|
20
|
+
concurrent-ruby (1.2.2)
|
21
21
|
diff-lcs (1.5.0)
|
22
22
|
docile (1.4.0)
|
23
23
|
factory_bot (6.2.1)
|
@@ -26,11 +26,11 @@ GEM
|
|
26
26
|
concurrent-ruby (~> 1.0)
|
27
27
|
kwalify (0.7.2)
|
28
28
|
method_source (1.0.0)
|
29
|
-
minitest (5.
|
29
|
+
minitest (5.18.0)
|
30
30
|
parallel (1.22.1)
|
31
|
-
parser (3.
|
31
|
+
parser (3.2.2.0)
|
32
32
|
ast (~> 2.4.1)
|
33
|
-
pry (0.14.
|
33
|
+
pry (0.14.2)
|
34
34
|
coderay (~> 1.1)
|
35
35
|
method_source (~> 1.0)
|
36
36
|
pry-byebug (3.10.1)
|
@@ -38,26 +38,26 @@ GEM
|
|
38
38
|
pry (>= 0.13, < 0.15)
|
39
39
|
rainbow (3.1.1)
|
40
40
|
rake (12.3.3)
|
41
|
-
redcarpet (3.
|
42
|
-
reek (6.1.
|
41
|
+
redcarpet (3.6.0)
|
42
|
+
reek (6.1.4)
|
43
43
|
kwalify (~> 0.7.0)
|
44
|
-
parser (~> 3.
|
44
|
+
parser (~> 3.2.0)
|
45
45
|
rainbow (>= 2.0, < 4.0)
|
46
|
-
regexp_parser (2.
|
46
|
+
regexp_parser (2.7.0)
|
47
47
|
rexml (3.2.5)
|
48
|
-
rspec (3.
|
49
|
-
rspec-core (~> 3.
|
50
|
-
rspec-expectations (~> 3.
|
51
|
-
rspec-mocks (~> 3.
|
52
|
-
rspec-core (3.
|
53
|
-
rspec-support (~> 3.
|
54
|
-
rspec-expectations (3.
|
48
|
+
rspec (3.12.0)
|
49
|
+
rspec-core (~> 3.12.0)
|
50
|
+
rspec-expectations (~> 3.12.0)
|
51
|
+
rspec-mocks (~> 3.12.0)
|
52
|
+
rspec-core (3.12.1)
|
53
|
+
rspec-support (~> 3.12.0)
|
54
|
+
rspec-expectations (3.12.2)
|
55
55
|
diff-lcs (>= 1.2.0, < 2.0)
|
56
|
-
rspec-support (~> 3.
|
57
|
-
rspec-mocks (3.
|
56
|
+
rspec-support (~> 3.12.0)
|
57
|
+
rspec-mocks (3.12.5)
|
58
58
|
diff-lcs (>= 1.2.0, < 2.0)
|
59
|
-
rspec-support (~> 3.
|
60
|
-
rspec-support (3.
|
59
|
+
rspec-support (~> 3.12.0)
|
60
|
+
rspec-support (3.12.0)
|
61
61
|
rubocop (1.9.1)
|
62
62
|
parallel (~> 1.10)
|
63
63
|
parser (>= 3.0.0.0)
|
@@ -67,28 +67,28 @@ GEM
|
|
67
67
|
rubocop-ast (>= 1.2.0, < 2.0)
|
68
68
|
ruby-progressbar (~> 1.7)
|
69
69
|
unicode-display_width (>= 1.4.0, < 3.0)
|
70
|
-
rubocop-ast (1.
|
71
|
-
parser (>= 3.
|
72
|
-
rubocop-performance (1.
|
70
|
+
rubocop-ast (1.28.0)
|
71
|
+
parser (>= 3.2.1.0)
|
72
|
+
rubocop-performance (1.16.0)
|
73
73
|
rubocop (>= 1.7.0, < 2.0)
|
74
74
|
rubocop-ast (>= 0.4.0)
|
75
75
|
rubocop-rspec (2.4.0)
|
76
76
|
rubocop (~> 1.0)
|
77
77
|
rubocop-ast (>= 1.1.0)
|
78
|
-
ruby-progressbar (1.
|
78
|
+
ruby-progressbar (1.13.0)
|
79
79
|
simplecov (0.21.2)
|
80
80
|
docile (~> 1.1)
|
81
81
|
simplecov-html (~> 0.11)
|
82
82
|
simplecov_json_formatter (~> 0.1)
|
83
83
|
simplecov-html (0.12.3)
|
84
84
|
simplecov_json_formatter (0.1.4)
|
85
|
-
tzinfo (2.0.
|
85
|
+
tzinfo (2.0.6)
|
86
86
|
concurrent-ruby (~> 1.0)
|
87
|
-
unicode-display_width (2.2
|
87
|
+
unicode-display_width (2.4.2)
|
88
88
|
webrick (1.7.0)
|
89
89
|
yard (0.9.28)
|
90
90
|
webrick (~> 1.7.0)
|
91
|
-
zeitwerk (2.6.
|
91
|
+
zeitwerk (2.6.7)
|
92
92
|
|
93
93
|
PLATFORMS
|
94
94
|
ruby
|
@@ -111,4 +111,4 @@ DEPENDENCIES
|
|
111
111
|
yard (~> 0.9.26)
|
112
112
|
|
113
113
|
BUNDLED WITH
|
114
|
-
2.
|
114
|
+
2.3.22
|
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.3
|
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:
|
11
|
+
date: 2023-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -449,7 +449,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
449
449
|
- !ruby/object:Gem::Version
|
450
450
|
version: '0'
|
451
451
|
requirements: []
|
452
|
-
rubygems_version: 3.
|
452
|
+
rubygems_version: 3.3.22
|
453
453
|
signing_key:
|
454
454
|
specification_version: 4
|
455
455
|
summary: Checks a word or group of words for validity against a dictionary/ies provided.
|