clausewitz-spelling 0.1.14 → 0.1.15

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: 044f937c2911e448c19cc68c9bfb5090c75ef24f
4
- data.tar.gz: 1785ebd1146ebc402d639b58b955d359e69f3170
3
+ metadata.gz: df228985adca38b37cdc4bfbb0fbec6bef7dccd7
4
+ data.tar.gz: 930606a23d31d3cff54894be57f840871bd6e6d2
5
5
  SHA512:
6
- metadata.gz: 556b17771bef538f9c70ff15228f715ff0d809c733c7a401c180bc4a2edb58428835584c3fd784070cc74f8e58b88938c90a11620487155c6f200789f86d98bb
7
- data.tar.gz: c14d467e829299942877ebaa533b08503095a3485cd8c08455103337da46999aa566a44f1f0d9931af01860e6c57932c7ca339cd7088afd25bfbf8994d930a62
6
+ metadata.gz: e291eb508fac197b53ad06db95dec547619efbe55cca953db32675238d68c0b345fe0b6c92f89bfe2a92e87f1e21cf49120b36ce237840d6813620df962e88c0
7
+ data.tar.gz: 96c42222bb9a4642affab52119b943c667d091241817155b4751c0fef5ec2c54bd55dc624e8c119975a2bb731d736421e566d946e13f9562e2026bfee70cb35e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- clausewitz-spelling (0.1.14)
4
+ clausewitz-spelling (0.1.15)
5
5
  colorize
6
6
  damerau-levenshtein
7
7
  ffi-aspell
@@ -78,7 +78,7 @@ module Clausewitz; module Spelling
78
78
  # We should also remove punctuation that is never part of words, like
79
79
  # exclamation points, commas, semi-colons, and question marks.
80
80
  # We should be using proper apostrophes for possessives in our loc.
81
- entry.gsub!(/(!|;|\?|'|"|“|”|:|\(|\))/, '')
81
+ entry.gsub!(/(!|;|\?|'|"|“|”|…|:|\(|\))/, '')
82
82
 
83
83
  # If a word has one full stop at the end with no other full stops
84
84
  # elsewhere in the word, it's probably an acronym or initialism like
@@ -1,5 +1,5 @@
1
1
  module Clausewitz
2
2
  module Spelling
3
- VERSION = "0.1.14"
3
+ VERSION = "0.1.15"
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.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Chappell