word_count_analyzer 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/word_count_analyzer/contraction.rb +0 -2
- data/lib/word_count_analyzer/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: ddbcaa034fe05d88898c67d91a9b2ce66b877914
|
4
|
+
data.tar.gz: 37f0fbc804c6dac6e0a807a4c3b4c09c7d24e28b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96f1d43573edc85d35704d829d5fb1468909f68f54d90e7f1adcbfbf64c4a6f56f6329650802ae3613af24d4a17967e16fdd29e178f6e51fd7b77159d66f6ba8
|
7
|
+
data.tar.gz: 9c33f5446a70329c4236f19d01edbe66404402839f102ea985217dfc90efe7f8d74e3fc6fc2e51ae8a43f4a06ea0cb4acf681540660af67a191d8b59a86920b4
|
@@ -37,7 +37,6 @@ module WordCountAnalyzer
|
|
37
37
|
"what're" => "what are",
|
38
38
|
"what'll" => "what will",
|
39
39
|
"what'd" => "what would",
|
40
|
-
"what's" => "what has",
|
41
40
|
"where's" => "where is",
|
42
41
|
"where'll" => "where will",
|
43
42
|
"where'd" => "where would",
|
@@ -50,7 +49,6 @@ module WordCountAnalyzer
|
|
50
49
|
"how's" => "how is",
|
51
50
|
"how'll" => "how will",
|
52
51
|
"how'd" => "how would",
|
53
|
-
"how's" => "how has",
|
54
52
|
"she'd've" => "she would have",
|
55
53
|
"'tisn't" => "it is not",
|
56
54
|
"isn't" => "is not",
|