dolan_spaek 0.0.1 → 0.0.11
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/config/dolan.yml +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8065c84112aba38b560ce0e8543945f8cf025d7e
|
4
|
+
data.tar.gz: 8f7ef10c7f28629a80f2af5e65f91531644a53b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 686e521ed8501411e9b80f24e9d4d8e6861b31fcf5b3dddd06dd2a35a40a7baf47b66556bdb38cc3a6757ad0e03639472b9fbea85fbd2f3840b04657a65c6f1a
|
7
|
+
data.tar.gz: 37fb513ff326b8fcc69e870ddff2be7c1a5af3cb6753f9a203a89466b7100cb17ac1baf63f906953d13189c0376110184ceeab6dee957efdafa4622276ff85ce
|
data/config/dolan.yml
CHANGED
@@ -361,6 +361,7 @@
|
|
361
361
|
"there": ["ther"]
|
362
362
|
"they": ["dey"]
|
363
363
|
"thing": ["thinng"]
|
364
|
+
"things": ["thignz"]
|
364
365
|
"this": ["dis", "tis"]
|
365
366
|
"though": ["tuff"]
|
366
367
|
"till": ["til"]
|
@@ -383,6 +384,7 @@
|
|
383
384
|
"twilight": ["twalot"]
|
384
385
|
"type": ["tiep"]
|
385
386
|
"ultimate": ["ultimaet"]
|
387
|
+
"updated": ["updaetd"]
|
386
388
|
"uncle": ["uncel", "unecl"]
|
387
389
|
"until": ["til"]
|
388
390
|
"unexpected": ["unepecxted"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dolan_spaek
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Florian Eck
|
@@ -21,7 +21,7 @@ files:
|
|
21
21
|
- lib/dolan/dictionary.rb
|
22
22
|
- lib/dolan/string.rb
|
23
23
|
- lib/dolan_spaek.rb
|
24
|
-
homepage:
|
24
|
+
homepage: https://github.com/florianeck/dolan_spaek
|
25
25
|
licenses:
|
26
26
|
- MIT
|
27
27
|
metadata: {}
|