clausewitz-spelling 0.2.7 → 0.2.8

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: 363139adec7a7cb0f9ea6e6f68f8973191609990a178eb09d219990487f9b673
4
- data.tar.gz: 3cb93eafd6486916a76e7291e36d5ed13da692a4044253c9f524999fa359ccdc
3
+ metadata.gz: d640bb21f1cb3259c2ef8066078959d11f55f644f4730d74479e001e879a70ec
4
+ data.tar.gz: d2c5fc3e3182f81083f3c91a48efc573ccc32f8255263a515fb4f90d0a36f7b9
5
5
  SHA512:
6
- metadata.gz: 8b513fb1ff1c99a1330d024d18f963fcfb00d3e3a849477436dbdd112dfa0fcdf5f4ffd96574d4fb7b788b51c70a0ba05c755e6ac1cb0b09ca6da6b227f72b52
7
- data.tar.gz: b0fe43720f3ecb1f8a62e097ace943bad84efe16ea349410a2b3563ec59b03c7f89dc648fab3abac28b6697ee9baa26b624598ed341bdb7b04213c6103605a87
6
+ metadata.gz: 2a517c6090c8f74ccbb70e53a80bddf373e1d66db71c3b282c3795fb28493eb13681b5ba34c42766387341a56e60f7ca12e16299d67a9ba68cc7b5b3d2b18a04
7
+ data.tar.gz: 6f033f5381672af8dcf23c1212b896706726a5da30838f6bf85e64e02c0c04f4e1c7a19c64472729c5bfc173fe68d04d7d8be84614d48e3c45a55b63f60c46ca
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- clausewitz-spelling (0.2.7)
4
+ clausewitz-spelling (0.2.8)
5
5
  colorize
6
6
  damerau-levenshtein
7
7
  ffi-hunspell-wtchappell
@@ -60,7 +60,7 @@ class Main
60
60
  else
61
61
  puts "\nAll entries checked with no errors! :)".green
62
62
  end
63
- failed
63
+ !failed
64
64
  end
65
65
  end
66
66
 
@@ -1,5 +1,5 @@
1
1
  module Clausewitz
2
2
  module Spelling
3
- VERSION = "0.2.7"
3
+ VERSION = "0.2.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clausewitz-spelling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Chappell