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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09455e54fa667513643f84242cd8cfb25ce88390
4
- data.tar.gz: d2c92fc67f2929e4e1677ab124b00cc1652a9e8d
3
+ metadata.gz: ddbcaa034fe05d88898c67d91a9b2ce66b877914
4
+ data.tar.gz: 37f0fbc804c6dac6e0a807a4c3b4c09c7d24e28b
5
5
  SHA512:
6
- metadata.gz: 6eb0902d9ba87cc86063dc20e997bcd184905dad77b0ca9b30dde8be25af2916161cb721892d38e1d31937801cd20269b1d5dedd2255882b5a9c4c684362ecd2
7
- data.tar.gz: d4d3eb2b2bfb51602f1946c6b8d5cd31a1d8ad3d8d15c60ec2cbb05e3591e4ff45c71eb6b3b7e73c75ca2addddd9b392b457fba04cd212bbeaa2cd03735bf383
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",
@@ -1,3 +1,3 @@
1
1
  module WordCountAnalyzer
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word_count_analyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin S. Dias