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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/clausewitz/spelling/checker.rb +1 -0
- data/lib/clausewitz/spelling/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52ed7c87ef8be8154db1f560deaa9c6f3e42df3f
|
4
|
+
data.tar.gz: 40c988ca4b304606158e6fb7547b0063f4994514
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59e7f30426c3bebfced3c563e1720254dbda0109537158f1ceca1b0945ce0e92f277647065e1e0620312f46e662d2b211504320b82ec1042603fa581cdddaec9
|
7
|
+
data.tar.gz: e647a12581ec7346509ffc1492ffca0d8f23df37031480b5e1c50edcf7d8a8eae115d016afd8641bdb44c0b2eb1d00539852a8a6dcd4ae7ca1880ad46fc9dfbb
|
data/Gemfile.lock
CHANGED
@@ -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
|