clausewitz-spelling 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 9ab21323f524077bd5d9e5b124b4884067f951bb
4
- data.tar.gz: ffd995d3915893597f15559ee7b677cd14b53db6
3
+ metadata.gz: 4f3056783f1e0f34eff7658261862d1b2dd84a90
4
+ data.tar.gz: 75ba00dd81e242b3893c48a3763f253fc660f0d0
5
5
  SHA512:
6
- metadata.gz: dc5ade503bd38e3d6db5056936cc5c9b161d5e87707fe9574006c168c5702f72434b0d40a868013b7b47e68efa186713505c0adf99cd16a99fffc9d164a8b3af
7
- data.tar.gz: 0421ec9e3211c91c2deee5febc77caa0741c8fddeef7fc86dde91123ddf35c06f9969810e94138378bda44a75bf06faf73c8bc330abe963394fbdecc1adc6bcd
6
+ metadata.gz: 17579c30a2f787a28b29e44999cc84df8c91dd6ff062e7e587542b65603ddfa2c6df347ac1819fc3f85063ef2bb3f7ef150573be1398070e97c5090e27783848
7
+ data.tar.gz: c544bab16f88cbcb7c8028345b6525e99adeb0324bfbd8a81ee2f86c70544a6c8e858bb45c126656f06830281b36111c00c059827e6975b14a3508f93c8e1423
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- clausewitz-spelling (0.1.0)
4
+ clausewitz-spelling (0.1.1)
5
5
  colorize
6
6
  damerau-levenshtein
7
7
  ffi-aspell
@@ -5,7 +5,6 @@ require 'tmpdir'
5
5
  require 'yaml'
6
6
  require 'damerau-levenshtein'
7
7
  require 'clausewitz/spelling/results'
8
- require 'pry'
9
8
 
10
9
  module Clausewitz; module Spelling
11
10
  class Checker
@@ -1,5 +1,5 @@
1
1
  module Clausewitz
2
2
  module Spelling
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Chappell