discourse-emojis 1.0.16 → 1.0.17
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 +8 -8
- data/dist/emoji_to_name.json +4 -4
- data/dist/emojis.json +4 -4
- data/dist/groups.json +4 -4
- data/dist/search_aliases.json +4 -6
- data/dist/tonable_emojis.json +1 -1
- data/lib/discourse_emojis/constants.rb +8 -4
- 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: 14ac2de84e544b22eec2b1e14865cef6d0969f6388e1a4889e9bb82f89af838d
|
4
|
+
data.tar.gz: 3d91f117adb449fb4ff420cc98c90b70db060c831b2b041e06ec28d0f893c236
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63adf47779dcc722877eeaa258634390ff1dda7dd48f2f512356d9b9fb179bcf9dba6acfd0d0fed15318d99e2eebd624c7500fcb4a7ebc8d302561bd67446f91
|
7
|
+
data.tar.gz: d843b8ef454af77a4f36a082a781f14924091b0b59fc7694c31c13c513b5b6938f89999b8735858f93cbec239603a88e418161462ebd45bc01ed101812cf8737
|
data/dist/aliases.json
CHANGED
@@ -273,10 +273,10 @@
|
|
273
273
|
"nerd_face": [
|
274
274
|
"nerd"
|
275
275
|
],
|
276
|
-
"
|
276
|
+
"hugs": [
|
277
277
|
"hugging",
|
278
278
|
"hugging_face",
|
279
|
-
"
|
279
|
+
"smiling_face_with_open_hands"
|
280
280
|
],
|
281
281
|
"face_with_rolling_eyes": [
|
282
282
|
"roll_eyes",
|
@@ -533,8 +533,8 @@
|
|
533
533
|
"beaming_face_with_smiling_eyes": [
|
534
534
|
"grin"
|
535
535
|
],
|
536
|
-
"
|
537
|
-
"
|
536
|
+
"laughing": [
|
537
|
+
"grinning_squinting_face",
|
538
538
|
"satisfied"
|
539
539
|
],
|
540
540
|
"grinning_face_with_sweat": [
|
@@ -688,8 +688,8 @@
|
|
688
688
|
"enraged_face": [
|
689
689
|
"rage"
|
690
690
|
],
|
691
|
-
"
|
692
|
-
"
|
691
|
+
"angry": [
|
692
|
+
"angry_face"
|
693
693
|
],
|
694
694
|
"face_with_symbols_on_mouth": [
|
695
695
|
"face_with_symbols_over_mouth"
|
@@ -815,8 +815,8 @@
|
|
815
815
|
"right_facing_fist": [
|
816
816
|
"fist_right"
|
817
817
|
],
|
818
|
-
"
|
819
|
-
"
|
818
|
+
"clap": [
|
819
|
+
"clapping_hands"
|
820
820
|
],
|
821
821
|
"raising_hands": [
|
822
822
|
"raised_hands"
|
data/dist/emoji_to_name.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"😃️": "grinning_face_with_big_eyes",
|
4
4
|
"😄️": "grinning_face_with_smiling_eyes",
|
5
5
|
"😁️": "beaming_face_with_smiling_eyes",
|
6
|
-
"😆️": "
|
6
|
+
"😆️": "laughing",
|
7
7
|
"😅️": "grinning_face_with_sweat",
|
8
8
|
"🤣️": "rolling_on_the_floor_laughing",
|
9
9
|
"😂️": "face_with_tears_of_joy",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"🤪️": "zany_face",
|
29
29
|
"😝️": "squinting_face_with_tongue",
|
30
30
|
"🤑️": "money_mouth_face",
|
31
|
-
"🤗️": "
|
31
|
+
"🤗️": "hugs",
|
32
32
|
"🤭️": "face_with_hand_over_mouth",
|
33
33
|
"🫢️": "face_with_open_eyes_and_hand_over_mouth",
|
34
34
|
"🫣️": "face_with_peeking_eye",
|
@@ -103,7 +103,7 @@
|
|
103
103
|
"🥱️": "yawning_face",
|
104
104
|
"😤️": "face_with_steam_from_nose",
|
105
105
|
"😡️": "enraged_face",
|
106
|
-
"😠️": "
|
106
|
+
"😠️": "angry",
|
107
107
|
"🤬️": "face_with_symbols_on_mouth",
|
108
108
|
"😈️": "smiling_face_with_horns",
|
109
109
|
"👿️": "angry_face_with_horns",
|
@@ -201,7 +201,7 @@
|
|
201
201
|
"👊️": "oncoming_fist",
|
202
202
|
"🤛️": "left_facing_fist",
|
203
203
|
"🤜️": "right_facing_fist",
|
204
|
-
"👏️": "
|
204
|
+
"👏️": "clap",
|
205
205
|
"🙌️": "raising_hands",
|
206
206
|
"🫶️": "heart_hands",
|
207
207
|
"👐️": "open_hands",
|
data/dist/emojis.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
"code": "1f601"
|
17
17
|
},
|
18
18
|
{
|
19
|
-
"name": "
|
19
|
+
"name": "laughing",
|
20
20
|
"code": "1f606"
|
21
21
|
},
|
22
22
|
{
|
@@ -116,7 +116,7 @@
|
|
116
116
|
"code": "1f911"
|
117
117
|
},
|
118
118
|
{
|
119
|
-
"name": "
|
119
|
+
"name": "hugs",
|
120
120
|
"code": "1f917"
|
121
121
|
},
|
122
122
|
{
|
@@ -416,7 +416,7 @@
|
|
416
416
|
"code": "1f621"
|
417
417
|
},
|
418
418
|
{
|
419
|
-
"name": "
|
419
|
+
"name": "angry",
|
420
420
|
"code": "1f620"
|
421
421
|
},
|
422
422
|
{
|
@@ -808,7 +808,7 @@
|
|
808
808
|
"code": "1f91c"
|
809
809
|
},
|
810
810
|
{
|
811
|
-
"name": "
|
811
|
+
"name": "clap",
|
812
812
|
"code": "1f44f"
|
813
813
|
},
|
814
814
|
{
|
data/dist/groups.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
"tonable": false
|
20
20
|
},
|
21
21
|
{
|
22
|
-
"name": "
|
22
|
+
"name": "laughing",
|
23
23
|
"tonable": false
|
24
24
|
},
|
25
25
|
{
|
@@ -123,7 +123,7 @@
|
|
123
123
|
"tonable": false
|
124
124
|
},
|
125
125
|
{
|
126
|
-
"name": "
|
126
|
+
"name": "hugs",
|
127
127
|
"tonable": false
|
128
128
|
},
|
129
129
|
{
|
@@ -439,7 +439,7 @@
|
|
439
439
|
"tonable": false
|
440
440
|
},
|
441
441
|
{
|
442
|
-
"name": "
|
442
|
+
"name": "angry",
|
443
443
|
"tonable": false
|
444
444
|
},
|
445
445
|
{
|
@@ -893,7 +893,7 @@
|
|
893
893
|
"tonable": true
|
894
894
|
},
|
895
895
|
{
|
896
|
-
"name": "
|
896
|
+
"name": "clap",
|
897
897
|
"tonable": true
|
898
898
|
},
|
899
899
|
{
|
data/dist/search_aliases.json
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
"smiling",
|
55
55
|
"teeth"
|
56
56
|
],
|
57
|
-
"
|
57
|
+
"laughing": [
|
58
58
|
"closed",
|
59
59
|
"eyes",
|
60
60
|
"face",
|
@@ -393,7 +393,7 @@
|
|
393
393
|
"mouth",
|
394
394
|
"paid"
|
395
395
|
],
|
396
|
-
"
|
396
|
+
"hugs": [
|
397
397
|
"face",
|
398
398
|
"hands",
|
399
399
|
"hug",
|
@@ -1304,9 +1304,8 @@
|
|
1304
1304
|
"unhappy",
|
1305
1305
|
"upset"
|
1306
1306
|
],
|
1307
|
-
"
|
1307
|
+
"angry": [
|
1308
1308
|
"anger",
|
1309
|
-
"angry",
|
1310
1309
|
"blame",
|
1311
1310
|
"face",
|
1312
1311
|
"feels",
|
@@ -2327,11 +2326,10 @@
|
|
2327
2326
|
"right-facing",
|
2328
2327
|
"rightwards"
|
2329
2328
|
],
|
2330
|
-
"
|
2329
|
+
"clap": [
|
2331
2330
|
"applause",
|
2332
2331
|
"approval",
|
2333
2332
|
"awesome",
|
2334
|
-
"clap",
|
2335
2333
|
"congrats",
|
2336
2334
|
"congratulations",
|
2337
2335
|
"excited",
|
data/dist/tonable_emojis.json
CHANGED
@@ -43,6 +43,10 @@ module DiscourseEmojis
|
|
43
43
|
"keycap_9" => "nine",
|
44
44
|
"keycap_10" => "ten",
|
45
45
|
"calendar" => "date",
|
46
|
+
"smiling_face_with_open_hands" => "hugs",
|
47
|
+
"grinning_squinting_face" => "laughing",
|
48
|
+
"angry_face" => "angry",
|
49
|
+
"clapping_hands" => "clap",
|
46
50
|
}
|
47
51
|
|
48
52
|
EMOJI_ALIASES = {
|
@@ -128,7 +132,7 @@ module DiscourseEmojis
|
|
128
132
|
"upside_down_face" => ["upside_down"],
|
129
133
|
"money_mouth_face" => ["money_mouth"],
|
130
134
|
"nerd_face" => ["nerd"],
|
131
|
-
"
|
135
|
+
"hugs" => %w[hugging hugging_face smiling_face_with_open_hands],
|
132
136
|
"face_with_rolling_eyes" => %w[roll_eyes rolling_eyes],
|
133
137
|
"slightly_frowning_face" => %w[slight_frown],
|
134
138
|
"frowning" => %w[frowning_face frowning2 white_frowning_face],
|
@@ -207,7 +211,7 @@ module DiscourseEmojis
|
|
207
211
|
"grinning_face_with_big_eyes" => ["smiley"],
|
208
212
|
"grinning_face_with_smiling_eyes" => ["smile"],
|
209
213
|
"beaming_face_with_smiling_eyes" => ["grin"],
|
210
|
-
"
|
214
|
+
"laughing" => %w[grinning_squinting_face satisfied],
|
211
215
|
"grinning_face_with_sweat" => ["sweat_smile"],
|
212
216
|
"rolling_on_the_floor_laughing" => ["rofl"],
|
213
217
|
"face_with_tears_of_joy" => ["joy"],
|
@@ -258,7 +262,7 @@ module DiscourseEmojis
|
|
258
262
|
"weary_face" => ["weary"],
|
259
263
|
"face_with_steam_from_nose" => ["triumph"],
|
260
264
|
"enraged_face" => ["rage"],
|
261
|
-
"
|
265
|
+
"angry" => ["angry_face"],
|
262
266
|
"face_with_symbols_on_mouth" => ["face_with_symbols_over_mouth"],
|
263
267
|
"smiling_face_with_horns" => ["smiling_imp"],
|
264
268
|
"angry_face_with_horns" => ["imp"],
|
@@ -299,7 +303,7 @@ module DiscourseEmojis
|
|
299
303
|
"oncoming_fist" => %w[facepunch punch],
|
300
304
|
"left_facing_fist" => ["fist_left"],
|
301
305
|
"right_facing_fist" => ["fist_right"],
|
302
|
-
"
|
306
|
+
"clap" => ["clapping_hands"],
|
303
307
|
"raising_hands" => ["raised_hands"],
|
304
308
|
"folded_hands" => ["pray"],
|
305
309
|
"nail_polish" => ["nail_care"],
|