clausewitz-spelling 0.2.19 → 0.2.20
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 -1
- data/lib/clausewitz/spelling/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 308bebfe1d1b30a9b2377fa495c80c9707effca67ac4d4eee7a090235b55add2
|
|
4
|
+
data.tar.gz: 5b47988848b1c431a73870f46fc31fbeff31a0594e609b35f7c8211ba8936e09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4fa29b0f704b79495860bbab25db4f3f5877356850e613107eeeaa64f2b7d06360b84eff60b17c6a05b21d20b301766d10d05e23fe349a52a9939d2d35135cb
|
|
7
|
+
data.tar.gz: 0c085fdc5046c9f9aa797200d0f684c8cf067db30a6ab1f98b332a5e367d918643f85a9cf11695dad422c99480d478c0b3f65a6c1890a649ffe1b261e341c9f0
|
data/Gemfile.lock
CHANGED
|
@@ -138,7 +138,7 @@ module Clausewitz; module Spelling
|
|
|
138
138
|
entry.gsub!(/\$([A-Z]|\||\d|=)+\$/, '')
|
|
139
139
|
|
|
140
140
|
# Remove other localisation bits we don't care about.
|
|
141
|
-
entry.gsub!(/§(%|\*|=|\d|
|
|
141
|
+
entry.gsub!(/§(%|\*|=|\d|[A-Za-z]|\+|-|!)/, '')
|
|
142
142
|
entry.gsub!(/(£|\$)\w+(\|.+\$)?/, '')
|
|
143
143
|
|
|
144
144
|
## We should also remove punctuation that is never part of words, like
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clausewitz-spelling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Will Chappell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|