clausewitz-spelling 0.1.4 → 0.1.5

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: bdb7cb630ffb69c6c904bd3a8ac5b90676c7cb0b
4
- data.tar.gz: bcc18e315989ccdfd77f27afcdd7cce7cd27e3ba
3
+ metadata.gz: 52ed7c87ef8be8154db1f560deaa9c6f3e42df3f
4
+ data.tar.gz: 40c988ca4b304606158e6fb7547b0063f4994514
5
5
  SHA512:
6
- metadata.gz: 5b1963d4add3a2337398fc58719e5c1b1a8e6f4cf2ab31eefd1b6a47051a38d5c6b3ca4c420782b893663fc40383dbd0434d1ff0d4ea335894fac1a674c45091
7
- data.tar.gz: 2f192276da8f74c6b8a80cdf1382cad78afdb7dc6a5fc64f6c6ee400d5ca8c3e34a1342420c1bac1b3fe9778a65acd1369b8c71167bfe5795891f3ab23851974
6
+ metadata.gz: 59e7f30426c3bebfced3c563e1720254dbda0109537158f1ceca1b0945ce0e92f277647065e1e0620312f46e662d2b211504320b82ec1042603fa581cdddaec9
7
+ data.tar.gz: e647a12581ec7346509ffc1492ffca0d8f23df37031480b5e1c50edcf7d8a8eae115d016afd8641bdb44c0b2eb1d00539852a8a6dcd4ae7ca1880ad46fc9dfbb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- clausewitz-spelling (0.1.4)
4
+ clausewitz-spelling (0.1.5)
5
5
  colorize
6
6
  damerau-levenshtein
7
7
  ffi-aspell
@@ -39,6 +39,7 @@ module Clausewitz; module Spelling
39
39
  end
40
40
 
41
41
  def check_file(file_path)
42
+ $stderr.outs "Checking #{file_path}..."
42
43
  loc = load_file(file_path)
43
44
  # Poorly formatted YAML files often lack proper indentation; you can
44
45
  # easily discover this by checking to make sure all top level keys are
@@ -1,5 +1,5 @@
1
1
  module Clausewitz
2
2
  module Spelling
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Chappell