LittleWeasel 5.0.1 → 5.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99ff1b68a2ef5252c7db91a9407b9f580c41fcf994b9f139e3f0df05a3a747bc
4
- data.tar.gz: 107edfb03a8a9b60a2701005175b6352b699279abb0d3d11f9f1708df09755cc
3
+ metadata.gz: 06dab9b6ac1fdad656c3f39175227d895a5cafb0cde0459d66ff802520545dad
4
+ data.tar.gz: 5e5d09ea3cb7326c2156d0757e3d837b1a2c4cae7f7638a68df3c46973e330a9
5
5
  SHA512:
6
- metadata.gz: 0fafbb1416486a516734f2ea08bc464a797bb63ed14388ed837e3f812cfe0e9bb600aa9b36b0608eb196ae18a4bb6f49423b2594a3ac565ef3ecece8e9733bec
7
- data.tar.gz: c8dc7d656636e4dc17a32341c324cd7c0e83271251b355c6ac1e1cc87746088745251e32d4cc9352f5cd296829abe2b3fac491d4b201b10cb66c6a45fb99fe63
6
+ metadata.gz: 37f0b948020524d22455d45efdf9d9ac4ec48a84c915d863529092d3b252536f8083e76da3cebc8c21fdd44e7255499cdf8389e85d646c73387b599dd774e07b
7
+ data.tar.gz: b0c77241cfd1b94ee725c1267328668701c2d15fecc948207ebee0dbd92d93b02fd34f8da2b3612954e469b32f6decbc9da3cb625caa41d2801b51298f62cc2e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 5.0.2
2
+ * changes
3
+ * Update gems.
1
4
  ### 5.0.1
2
5
  * bug fix
3
6
  * Fix error loading support files in LittleWeasel.rb.
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- LittleWeasel (5.0.1)
4
+ LittleWeasel (5.0.2)
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.2)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
@@ -17,7 +17,7 @@ GEM
17
17
  benchmark-ips (2.10.0)
18
18
  byebug (11.1.3)
19
19
  coderay (1.1.3)
20
- concurrent-ruby (1.1.10)
20
+ concurrent-ruby (1.2.0)
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.17.0)
30
30
  parallel (1.22.1)
31
- parser (3.1.2.1)
31
+ parser (3.2.0.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)
@@ -39,25 +39,25 @@ GEM
39
39
  rainbow (3.1.1)
40
40
  rake (12.3.3)
41
41
  redcarpet (3.5.1)
42
- reek (6.1.1)
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.6.2)
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.0)
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.3)
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,9 +67,9 @@ 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)
70
+ rubocop-ast (1.24.1)
71
71
  parser (>= 3.1.1.0)
72
- rubocop-performance (1.14.3)
72
+ rubocop-performance (1.15.2)
73
73
  rubocop (>= 1.7.0, < 2.0)
74
74
  rubocop-ast (>= 0.4.0)
75
75
  rubocop-rspec (2.4.0)
@@ -84,11 +84,11 @@ GEM
84
84
  simplecov_json_formatter (0.1.4)
85
85
  tzinfo (2.0.5)
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.6)
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.2'
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.2
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-01-27 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.