owoify_rb 0.0.1 → 0.0.2
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/lib/utility/mapping.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: 5b3ebe1f808b20fe5ab8440436d9e86f69e8b464a3d269b5e1f39c8aa72b5d3b
|
|
4
|
+
data.tar.gz: 76e5f573021b607adeccff14c70b465e06fc1618f64e3ca37c4d6c60eac37dac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4992903cb3f5d94e40fd5829f755368cce1a57f4321e2460e2555879861a81d62a8e5c9752af1e1bf991bee61042f23a6b56aeed9e9c9aa77c8c4e8daddbda18
|
|
7
|
+
data.tar.gz: 4435abf330a1ef569f4dea838a03df583c01372751dcd44a16c07874947a6ffce8da76efb6ecd5a2d11867711d76dd5b350cc6d4a83db492fa3c086778086673
|
data/lib/utility/mapping.rb
CHANGED
|
@@ -38,7 +38,7 @@ SPECIFIC_CONSONANTS_O_TO_LETTER_AND_WO_LOWER = /([bcdfghjkmnpqstxyz])o/.freeze
|
|
|
38
38
|
VORW_LE_TO_WAL = /[vw]le/.freeze
|
|
39
39
|
FI_TO_FWI_UPPER = /FI/.freeze
|
|
40
40
|
FI_TO_FWI_LOWER = /([Ff])i/.freeze
|
|
41
|
-
VER_TO_WER = /([
|
|
41
|
+
VER_TO_WER = /([Vv])er/.freeze
|
|
42
42
|
POI_TO_PWOI = /([Pp])oi/.freeze
|
|
43
43
|
SPECIFIC_CONSONANTS_LE_TO_LETTER_AND_WAL = /([DdFfGgHhJjPpQqRrSsTtXxYyZz])le$/.freeze
|
|
44
44
|
CONSONANT_R_TO_CONSONANT_W = /([BbCcDdFfGgKkPpQqSsTtWwXxZz])r/.freeze
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: owoify_rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chehui Chou
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: This is a Ruby port of mohan-cao's owoify-js, which will help you turn
|
|
14
14
|
any string into nonsensical babyspeak similar to LeafySweet's infamous Chrome extension.
|