english_spellchecker 0.2.0 → 0.3.0

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: f850069ac6477d9ce156785bf6f4db9893e91f40f637959b90a23bf87285ba78
4
- data.tar.gz: 640f4043b0fb8726c428b57b2e69ccdc5c5bb427055310804fc96b3eddd9ded6
3
+ metadata.gz: d118ffc67e55e9143620181f273940f4f7e7be2eb2b0de812e33d8783e18fe75
4
+ data.tar.gz: f6f00e8be81fea8f9c8dba4e143fbd4797b85dd103906720f33ede1e983a0d77
5
5
  SHA512:
6
- metadata.gz: b7e1280603394b0812ecd41edc6fed45374b0d934803f4be7b3bcb6b933dd78b246483195a4d1775f1cc2544394a824b920c780541c401fcbe0adde499446324
7
- data.tar.gz: 215e665255455f2978328bcfdcf9676a6c1d023a7714142f8a6008e1d9ed9f66fd176d8876da11c113de54fb43a2c026aaece8458d3a22419782e36ee6b9647a
6
+ metadata.gz: 537814cd8b0f61782c5a4daa438f2142b0d2aa2c9d08f94a344ee8b532fd41ed50b7df76e934eb0d766cbfa68bffe5d76da6f6152de5a97cc41e37b85a78cf71
7
+ data.tar.gz: 83c9c99457a609e817ccd53cbe66c81c6914daed5adca6ef863218e654dbe2ca2f2711d148490c86565ee0bc66fc454f65a717c4e28c9202c416edbb4d4a25f2
checksums.yaml.gz.sig CHANGED
Binary file
@@ -3,16 +3,16 @@
3
3
  # file: english_spellchecker.rb
4
4
 
5
5
 
6
- require 'wordsdotdat'
6
+ require 'words2dotdat'
7
7
  require 'did_you_mean'
8
8
 
9
9
 
10
10
  class EnglishSpellcheck
11
11
 
12
- @words = WordsDotDat.words
12
+ @words = Words2DotDat.words
13
13
 
14
14
  def initialize()
15
- @words = WordsDotDat.words
15
+ @words = Words2DotDat.words
16
16
  @spelling = DidYouMean::SpellChecker.new(dictionary: @words)
17
17
  end
18
18
 
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: english_spellchecker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -36,28 +36,28 @@ cert_chain:
36
36
  i/2txSflqYUUrcpt7Nw/jBhIhPD17gtkt93TyMkMATK8LOOiRBzUeSoLmcUZV/cd
37
37
  Os7I/4C4AaEaqtRAvendPVG41n9/F/5Hp2c=
38
38
  -----END CERTIFICATE-----
39
- date: 2022-10-30 00:00:00.000000000 Z
39
+ date: 2022-11-02 00:00:00.000000000 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
- name: wordsdotdat
42
+ name: words2dotdat
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0.2'
47
+ version: '0.1'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 0.2.0
50
+ version: 0.1.1
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - "~>"
56
56
  - !ruby/object:Gem::Version
57
- version: '0.2'
57
+ version: '0.1'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 0.2.0
60
+ version: 0.1.1
61
61
  description:
62
62
  email: digital.robertson@gmail.com
63
63
  executables: []
metadata.gz.sig CHANGED
Binary file