discourse-emojis 1.0.17 โ 1.0.19
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/dist/aliases.json +13 -16
- data/dist/emoji_to_name.json +6 -6
- data/dist/emojis.json +6 -6
- data/dist/groups.json +8 -8
- data/dist/search_aliases.json +4 -7
- data/lib/discourse_emojis/constants.rb +15 -11
- data/lib/discourse_emojis/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d3846e00503d0773f7b4bd339f89bdf4f59feaa0d9b4e9a0772518b00bd72fd
|
4
|
+
data.tar.gz: d2e05b4a243d01a0ddfeab823f78816c4ff3d5ba447f2f1dab139af7618cabe7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bee9fb5feaf73f9c573b57bc22cbe1284bfadae661da0be0e3af9be5a38b6595baf34178ca6875844360225fcb3f12e47ea84f7efff5f0a2ad7e5cc2ede89393
|
7
|
+
data.tar.gz: 903d8584cda32e1bf82fb9bb7fd7e6e773cf1c694a890dbaadaa01af9d811e607c4a76f4f293678892bed4645ead59d2833f44c24c82310aca3dc95609c32786
|
data/dist/aliases.json
CHANGED
@@ -206,9 +206,6 @@
|
|
206
206
|
"sleuth_or_spy",
|
207
207
|
"male_detective"
|
208
208
|
],
|
209
|
-
"thinking": [
|
210
|
-
"thinking_face"
|
211
|
-
],
|
212
209
|
"cloud_with_lightning_and_rain": [
|
213
210
|
"thunder_cloud_rain",
|
214
211
|
"thunder_cloud_and_rain"
|
@@ -254,9 +251,6 @@
|
|
254
251
|
"timer_clock": [
|
255
252
|
"timer"
|
256
253
|
],
|
257
|
-
"keycap_ten": [
|
258
|
-
"ten"
|
259
|
-
],
|
260
254
|
"slightly_smiling_face": [
|
261
255
|
"slightly_smiling",
|
262
256
|
"slight_smile"
|
@@ -549,8 +543,8 @@
|
|
549
543
|
"wink": [
|
550
544
|
"winking_face"
|
551
545
|
],
|
552
|
-
"
|
553
|
-
"
|
546
|
+
"blush": [
|
547
|
+
"smiling_face_with_smiling_eyes"
|
554
548
|
],
|
555
549
|
"smiling_face_with_halo": [
|
556
550
|
"innocent"
|
@@ -588,8 +582,8 @@
|
|
588
582
|
"squinting_face_with_tongue": [
|
589
583
|
"stuck_out_tongue_closed_eyes"
|
590
584
|
],
|
591
|
-
"
|
592
|
-
"
|
585
|
+
"thinking": [
|
586
|
+
"thinking_face"
|
593
587
|
],
|
594
588
|
"expressionless_face": [
|
595
589
|
"expressionless"
|
@@ -631,8 +625,8 @@
|
|
631
625
|
"worried_face": [
|
632
626
|
"worried"
|
633
627
|
],
|
634
|
-
"
|
635
|
-
"
|
628
|
+
"open_mouth": [
|
629
|
+
"face_with_open_mouth"
|
636
630
|
],
|
637
631
|
"hushed_face": [
|
638
632
|
"hushed"
|
@@ -661,6 +655,9 @@
|
|
661
655
|
"crying_face": [
|
662
656
|
"cry"
|
663
657
|
],
|
658
|
+
"cry": [
|
659
|
+
"crying_face"
|
660
|
+
],
|
664
661
|
"loudly_crying_face": [
|
665
662
|
"sob"
|
666
663
|
],
|
@@ -1886,13 +1883,13 @@
|
|
1886
1883
|
"trade_mark": [
|
1887
1884
|
"tm"
|
1888
1885
|
],
|
1889
|
-
"
|
1890
|
-
"
|
1886
|
+
"hash": [
|
1887
|
+
"keycap_hash",
|
1891
1888
|
"keycap_#"
|
1892
1889
|
],
|
1893
|
-
"
|
1890
|
+
"asterisk": [
|
1891
|
+
"keycap_asterisk",
|
1894
1892
|
"keycap_*",
|
1895
|
-
"asterisk",
|
1896
1893
|
"keycap_star"
|
1897
1894
|
],
|
1898
1895
|
"zero": [
|
data/dist/emoji_to_name.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"๐๏ธ": "upside_down_face",
|
12
12
|
"๐ซ ๏ธ": "melting_face",
|
13
13
|
"๐๏ธ": "wink",
|
14
|
-
"๐๏ธ": "
|
14
|
+
"๐๏ธ": "blush",
|
15
15
|
"๐๏ธ": "smiling_face_with_halo",
|
16
16
|
"๐ฅฐ๏ธ": "smiling_face_with_hearts",
|
17
17
|
"๐๏ธ": "smiling_face_with_heart_eyes",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"๐ซข๏ธ": "face_with_open_eyes_and_hand_over_mouth",
|
34
34
|
"๐ซฃ๏ธ": "face_with_peeking_eye",
|
35
35
|
"๐คซ๏ธ": "shushing_face",
|
36
|
-
"๐ค๏ธ": "
|
36
|
+
"๐ค๏ธ": "thinking",
|
37
37
|
"๐ซก๏ธ": "saluting_face",
|
38
38
|
"๐ค๏ธ": "zipper_mouth_face",
|
39
39
|
"๐คจ๏ธ": "face_with_raised_eyebrow",
|
@@ -80,7 +80,7 @@
|
|
80
80
|
"๐๏ธ": "worried_face",
|
81
81
|
"๐๏ธ": "slightly_frowning_face",
|
82
82
|
"โน๏ธ": "frowning",
|
83
|
-
"๐ฎ๏ธ": "
|
83
|
+
"๐ฎ๏ธ": "open_mouth",
|
84
84
|
"๐ฏ๏ธ": "hushed_face",
|
85
85
|
"๐ฒ๏ธ": "astonished_face",
|
86
86
|
"๐ณ๏ธ": "flushed_face",
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"๐จ๏ธ": "fearful_face",
|
92
92
|
"๐ฐ๏ธ": "anxious_face_with_sweat",
|
93
93
|
"๐ฅ๏ธ": "sad_but_relieved_face",
|
94
|
-
"๐ข๏ธ": "
|
94
|
+
"๐ข๏ธ": "cry",
|
95
95
|
"๐ญ๏ธ": "loudly_crying_face",
|
96
96
|
"๐ฑ๏ธ": "face_screaming_in_fear",
|
97
97
|
"๐๏ธ": "confounded_face",
|
@@ -1535,8 +1535,8 @@
|
|
1535
1535
|
"ยฎ๏ธ": "registered",
|
1536
1536
|
"โข๏ธ": "trade_mark",
|
1537
1537
|
"๐ซ": "splatter",
|
1538
|
-
"#๏ธโฃ": "
|
1539
|
-
"*๏ธโฃ": "
|
1538
|
+
"#๏ธโฃ": "hash",
|
1539
|
+
"*๏ธโฃ": "asterisk",
|
1540
1540
|
"0๏ธโฃ": "zero",
|
1541
1541
|
"1๏ธโฃ": "one",
|
1542
1542
|
"2๏ธโฃ": "two",
|
data/dist/emojis.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
"code": "1f609"
|
49
49
|
},
|
50
50
|
{
|
51
|
-
"name": "
|
51
|
+
"name": "blush",
|
52
52
|
"code": "1f60a"
|
53
53
|
},
|
54
54
|
{
|
@@ -136,7 +136,7 @@
|
|
136
136
|
"code": "1f92b"
|
137
137
|
},
|
138
138
|
{
|
139
|
-
"name": "
|
139
|
+
"name": "thinking",
|
140
140
|
"code": "1f914"
|
141
141
|
},
|
142
142
|
{
|
@@ -324,7 +324,7 @@
|
|
324
324
|
"code": "2639"
|
325
325
|
},
|
326
326
|
{
|
327
|
-
"name": "
|
327
|
+
"name": "open_mouth",
|
328
328
|
"code": "1f62e"
|
329
329
|
},
|
330
330
|
{
|
@@ -368,7 +368,7 @@
|
|
368
368
|
"code": "1f625"
|
369
369
|
},
|
370
370
|
{
|
371
|
-
"name": "
|
371
|
+
"name": "cry",
|
372
372
|
"code": "1f622"
|
373
373
|
},
|
374
374
|
{
|
@@ -6144,11 +6144,11 @@
|
|
6144
6144
|
"code": "1fadf"
|
6145
6145
|
},
|
6146
6146
|
{
|
6147
|
-
"name": "
|
6147
|
+
"name": "hash",
|
6148
6148
|
"code": "0023-fe0f-20e3"
|
6149
6149
|
},
|
6150
6150
|
{
|
6151
|
-
"name": "
|
6151
|
+
"name": "asterisk",
|
6152
6152
|
"code": "002a-fe0f-20e3"
|
6153
6153
|
},
|
6154
6154
|
{
|
data/dist/groups.json
CHANGED
@@ -51,7 +51,7 @@
|
|
51
51
|
"tonable": false
|
52
52
|
},
|
53
53
|
{
|
54
|
-
"name": "
|
54
|
+
"name": "blush",
|
55
55
|
"tonable": false
|
56
56
|
},
|
57
57
|
{
|
@@ -143,7 +143,7 @@
|
|
143
143
|
"tonable": false
|
144
144
|
},
|
145
145
|
{
|
146
|
-
"name": "
|
146
|
+
"name": "thinking",
|
147
147
|
"tonable": false
|
148
148
|
},
|
149
149
|
{
|
@@ -347,7 +347,7 @@
|
|
347
347
|
"tonable": false
|
348
348
|
},
|
349
349
|
{
|
350
|
-
"name": "
|
350
|
+
"name": "open_mouth",
|
351
351
|
"tonable": false
|
352
352
|
},
|
353
353
|
{
|
@@ -391,7 +391,7 @@
|
|
391
391
|
"tonable": false
|
392
392
|
},
|
393
393
|
{
|
394
|
-
"name": "
|
394
|
+
"name": "cry",
|
395
395
|
"tonable": false
|
396
396
|
},
|
397
397
|
{
|
@@ -7513,19 +7513,19 @@
|
|
7513
7513
|
"tonable": false
|
7514
7514
|
},
|
7515
7515
|
{
|
7516
|
-
"name": "
|
7516
|
+
"name": "hash",
|
7517
7517
|
"tonable": false
|
7518
7518
|
},
|
7519
7519
|
{
|
7520
|
-
"name": "
|
7520
|
+
"name": "hash",
|
7521
7521
|
"tonable": false
|
7522
7522
|
},
|
7523
7523
|
{
|
7524
|
-
"name": "
|
7524
|
+
"name": "asterisk",
|
7525
7525
|
"tonable": false
|
7526
7526
|
},
|
7527
7527
|
{
|
7528
|
-
"name": "
|
7528
|
+
"name": "asterisk",
|
7529
7529
|
"tonable": false
|
7530
7530
|
},
|
7531
7531
|
{
|
data/dist/search_aliases.json
CHANGED
@@ -159,8 +159,7 @@
|
|
159
159
|
"winking",
|
160
160
|
"winks"
|
161
161
|
],
|
162
|
-
"
|
163
|
-
"blush",
|
162
|
+
"blush": [
|
164
163
|
"eye",
|
165
164
|
"eyes",
|
166
165
|
"face",
|
@@ -454,14 +453,13 @@
|
|
454
453
|
"shush",
|
455
454
|
"shushing"
|
456
455
|
],
|
457
|
-
"
|
456
|
+
"thinking": [
|
458
457
|
"chin",
|
459
458
|
"consider",
|
460
459
|
"face",
|
461
460
|
"hmm",
|
462
461
|
"ponder",
|
463
462
|
"pondering",
|
464
|
-
"thinking",
|
465
463
|
"wondering"
|
466
464
|
],
|
467
465
|
"saluting_face": [
|
@@ -1002,7 +1000,7 @@
|
|
1002
1000
|
"frown",
|
1003
1001
|
"sad"
|
1004
1002
|
],
|
1005
|
-
"
|
1003
|
+
"open_mouth": [
|
1006
1004
|
"believe",
|
1007
1005
|
"face",
|
1008
1006
|
"forgot",
|
@@ -1152,9 +1150,8 @@
|
|
1152
1150
|
"time",
|
1153
1151
|
"whew"
|
1154
1152
|
],
|
1155
|
-
"
|
1153
|
+
"cry": [
|
1156
1154
|
"awful",
|
1157
|
-
"cry",
|
1158
1155
|
"crying",
|
1159
1156
|
"face",
|
1160
1157
|
"feels",
|
@@ -20,11 +20,9 @@ module DiscourseEmojis
|
|
20
20
|
# and the new name as the alias, when adding to this list make sure
|
21
21
|
# to update the EMOJI_ALIASES list
|
22
22
|
EMOJI_RENAMES = {
|
23
|
-
"keycap_#" => "keycap_hash",
|
24
|
-
"keycap_*" => "keycap_asterisk",
|
25
23
|
"red_heart" => "heart",
|
26
|
-
"thumbs_up" => "+1"
|
27
|
-
"thumbs_down" => "-1"
|
24
|
+
"thumbs_up" => "+1",
|
25
|
+
"thumbs_down" => "-1",
|
28
26
|
"woman_blond_hair" => "blonde_woman",
|
29
27
|
"man_blond_hair" => "blonde_man",
|
30
28
|
"frowning_face" => "frowning",
|
@@ -47,6 +45,12 @@ module DiscourseEmojis
|
|
47
45
|
"grinning_squinting_face" => "laughing",
|
48
46
|
"angry_face" => "angry",
|
49
47
|
"clapping_hands" => "clap",
|
48
|
+
"face_with_open_mouth" => "open_mouth",
|
49
|
+
"crying_face" => "cry",
|
50
|
+
"keycap_#" => "hash",
|
51
|
+
"keycap_*" => "asterisk",
|
52
|
+
"smiling_face_with_smiling_eyes" => "blush",
|
53
|
+
"thinking_face" => "thinking",
|
50
54
|
}
|
51
55
|
|
52
56
|
EMOJI_ALIASES = {
|
@@ -126,7 +130,6 @@ module DiscourseEmojis
|
|
126
130
|
"hammer_and_wrench" => ["tools"],
|
127
131
|
"face_with_thermometer" => ["thermometer_face"],
|
128
132
|
"timer_clock" => ["timer"],
|
129
|
-
"keycap_ten" => ["ten"],
|
130
133
|
"slightly_smiling_face" => %w[slightly_smiling slight_smile],
|
131
134
|
"construction_worker_man" => ["construction_worker"],
|
132
135
|
"upside_down_face" => ["upside_down"],
|
@@ -216,7 +219,7 @@ module DiscourseEmojis
|
|
216
219
|
"rolling_on_the_floor_laughing" => ["rofl"],
|
217
220
|
"face_with_tears_of_joy" => ["joy"],
|
218
221
|
"wink" => ["winking_face"],
|
219
|
-
"
|
222
|
+
"blush" => ["smiling_face_with_smiling_eyes"],
|
220
223
|
"smiling_face_with_halo" => ["innocent"],
|
221
224
|
"smiling_face_with_hearts" => ["smiling_face_with_three_hearts"],
|
222
225
|
"smiling_face_with_heart_eyes" => ["heart_eyes"],
|
@@ -229,7 +232,7 @@ module DiscourseEmojis
|
|
229
232
|
"winking_face_with_tongue" => ["stuck_out_tongue_winking_eye"],
|
230
233
|
"zany_face" => ["crazy_face"],
|
231
234
|
"squinting_face_with_tongue" => ["stuck_out_tongue_closed_eyes"],
|
232
|
-
"
|
235
|
+
"thinking" => ["thinking_face"],
|
233
236
|
"expressionless_face" => ["expressionless"],
|
234
237
|
"face_without_mouth" => ["no_mouth"],
|
235
238
|
"smirking_face" => ["smirk"],
|
@@ -243,7 +246,7 @@ module DiscourseEmojis
|
|
243
246
|
"face_with_crossed_out_eyes" => ["dizzy_face"],
|
244
247
|
"confused_face" => ["confused"],
|
245
248
|
"worried_face" => ["worried"],
|
246
|
-
"
|
249
|
+
"open_mouth" => ["face_with_open_mouth"],
|
247
250
|
"hushed_face" => ["hushed"],
|
248
251
|
"astonished_face" => ["astonished"],
|
249
252
|
"flushed_face" => ["flushed"],
|
@@ -253,6 +256,7 @@ module DiscourseEmojis
|
|
253
256
|
"anxious_face_with_sweat" => ["cold_sweat"],
|
254
257
|
"sad_but_relieved_face" => ["disappointed_relieved"],
|
255
258
|
"crying_face" => ["cry"],
|
259
|
+
"cry" => ["crying_face"],
|
256
260
|
"loudly_crying_face" => ["sob"],
|
257
261
|
"face_screaming_in_fear" => ["scream"],
|
258
262
|
"confounded_face" => ["confounded"],
|
@@ -657,8 +661,8 @@ module DiscourseEmojis
|
|
657
661
|
"double_curly_loop" => ["loop"],
|
658
662
|
"eight_pointed_star" => ["eight_pointed_black_star"],
|
659
663
|
"trade_mark" => ["tm"],
|
660
|
-
"
|
661
|
-
"
|
664
|
+
"hash" => %w[keycap_hash keycap_#],
|
665
|
+
"asterisk" => %w[keycap_asterisk keycap_* keycap_star],
|
662
666
|
"zero" => ["keycap_0"],
|
663
667
|
"one" => ["keycap_1"],
|
664
668
|
"two" => ["keycap_2"],
|
@@ -669,7 +673,7 @@ module DiscourseEmojis
|
|
669
673
|
"seven" => ["keycap_7"],
|
670
674
|
"eight" => ["keycap_8"],
|
671
675
|
"nine" => ["keycap_9"],
|
672
|
-
"ten" => [
|
676
|
+
"ten" => %w[keycap_10 keycap_ten],
|
673
677
|
"input_latin_uppercase" => ["capital_abcd"],
|
674
678
|
"input_latin_lowercase" => ["abcd"],
|
675
679
|
"1234" => ["input_numbers"],
|