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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99ff1b68a2ef5252c7db91a9407b9f580c41fcf994b9f139e3f0df05a3a747bc
4
- data.tar.gz: 107edfb03a8a9b60a2701005175b6352b699279abb0d3d11f9f1708df09755cc
3
+ metadata.gz: 660a032ce9305f5b3ea781e2c8c6e69f353463d87cf6a735be13c9ee47e0329d
4
+ data.tar.gz: 6d55d4091eae71f72c994f1f467a4f534a6a64a3654734b745304255cf9114b6
5
5
  SHA512:
6
- metadata.gz: 0fafbb1416486a516734f2ea08bc464a797bb63ed14388ed837e3f812cfe0e9bb600aa9b36b0608eb196ae18a4bb6f49423b2594a3ac565ef3ecece8e9733bec
7
- data.tar.gz: c8dc7d656636e4dc17a32341c324cd7c0e83271251b355c6ac1e1cc87746088745251e32d4cc9352f5cd296829abe2b3fac491d4b201b10cb66c6a45fb99fe63
6
+ metadata.gz: ecfd9806d8f39779c1e65b225a4593b05d59e3cdb6ce25ae1a1be0410d6f7a02205205882e33b7d621142e1ae43008866db689d9ac34c6819607219ee1800de9
7
+ data.tar.gz: 13cf23ef8f666fdd15b2f826c25cd4096f9298ae183f46bfcac1c5c1a03b7c4042db7e60ba625076714fe12d7451fea6349d0baaed909fccbdb19b35acc95b08
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 5.0.3
2
+ * changes
3
+ * Update gems to patch CVE.
4
+ ### 5.0.2
5
+ * changes
6
+ * Update gems.
1
7
  ### 5.0.1
2
8
  * bug fix
3
9
  * Fix error loading support files in LittleWeasel.rb.
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- LittleWeasel (5.0.1)
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.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.10.0)
17
+ benchmark-ips (2.12.0)
18
18
  byebug (11.1.3)
19
19
  coderay (1.1.3)
20
- concurrent-ruby (1.1.10)
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.16.3)
29
+ minitest (5.18.0)
30
30
  parallel (1.22.1)
31
- parser (3.1.2.1)
31
+ parser (3.2.2.0)
32
32
  ast (~> 2.4.1)
33
- pry (0.14.1)
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.5.1)
42
- reek (6.1.1)
41
+ redcarpet (3.6.0)
42
+ reek (6.1.4)
43
43
  kwalify (~> 0.7.0)
44
- parser (~> 3.1.0)
44
+ parser (~> 3.2.0)
45
45
  rainbow (>= 2.0, < 4.0)
46
- regexp_parser (2.5.0)
46
+ regexp_parser (2.7.0)
47
47
  rexml (3.2.5)
48
- rspec (3.11.0)
49
- rspec-core (~> 3.11.0)
50
- rspec-expectations (~> 3.11.0)
51
- rspec-mocks (~> 3.11.0)
52
- rspec-core (3.11.0)
53
- rspec-support (~> 3.11.0)
54
- rspec-expectations (3.11.0)
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.11.0)
57
- rspec-mocks (3.11.1)
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.11.0)
60
- rspec-support (3.11.0)
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.21.0)
71
- parser (>= 3.1.1.0)
72
- rubocop-performance (1.14.3)
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.11.0)
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.5)
85
+ tzinfo (2.0.6)
86
86
  concurrent-ruby (~> 1.0)
87
- unicode-display_width (2.2.0)
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.0)
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.2.17
114
+ 2.3.22
@@ -2,5 +2,5 @@
2
2
 
3
3
  # The version of this gem
4
4
  module LittleWeasel
5
- VERSION = '5.0.1'
5
+ VERSION = '5.0.3'
6
6
  end
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.1
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: 2022-08-17 00:00:00.000000000 Z
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.2.15
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.