discourse-emojis 1.0.21 → 1.0.22
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 +5 -5
- data/dist/emoji_to_name.json +1 -1
- data/dist/emojis.json +1 -1
- data/dist/groups.json +1 -1
- data/dist/search_aliases.json +1 -2
- data/lib/discourse_emojis/constants.rb +2 -2
- data/lib/discourse_emojis/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: e1d6ab796ea41eb95cb9ed56e951bcf830fb633f24dbeac00eb33782e815b26a
|
4
|
+
data.tar.gz: 52c33aabbdd6e95e8df9cf5b5ea70627668b096a339311b8e260b786f122a674
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f1d4a3b25f77e49cef544b08cfcc4eac24ac59c716e3c6298e17081b26e0ee0727ebe5fdec9c803520debab14949b6c9e270428294b8650af5ed373dd8d4b71
|
7
|
+
data.tar.gz: 3a8c104db4edd8ada8327f1c6381396d15108c829c9e14c23dedc09cf4b1c50968819c31c55c1e5daba48406df3d5dca6a95e2ba3adffab42b5afa972319e424
|
data/dist/aliases.json
CHANGED
@@ -206,6 +206,9 @@
|
|
206
206
|
"sleuth_or_spy",
|
207
207
|
"male_detective"
|
208
208
|
],
|
209
|
+
"thinking": [
|
210
|
+
"thinking_face"
|
211
|
+
],
|
209
212
|
"cloud_with_lightning_and_rain": [
|
210
213
|
"thunder_cloud_rain",
|
211
214
|
"thunder_cloud_and_rain"
|
@@ -579,9 +582,6 @@
|
|
579
582
|
"squinting_face_with_tongue": [
|
580
583
|
"stuck_out_tongue_closed_eyes"
|
581
584
|
],
|
582
|
-
"thinking": [
|
583
|
-
"thinking_face"
|
584
|
-
],
|
585
585
|
"expressionless_face": [
|
586
586
|
"expressionless"
|
587
587
|
],
|
@@ -1385,8 +1385,8 @@
|
|
1385
1385
|
"snowman_without_snow": [
|
1386
1386
|
"snowman2"
|
1387
1387
|
],
|
1388
|
-
"
|
1389
|
-
"
|
1388
|
+
"ocean": [
|
1389
|
+
"water_wave"
|
1390
1390
|
],
|
1391
1391
|
"party_popper": [
|
1392
1392
|
"tada"
|
data/dist/emoji_to_name.json
CHANGED
data/dist/emojis.json
CHANGED
data/dist/groups.json
CHANGED
data/dist/search_aliases.json
CHANGED
@@ -54,6 +54,7 @@ module DiscourseEmojis
|
|
54
54
|
"man_construction_worker" => "construction_worker_man",
|
55
55
|
"woman_construction_worker" => "construction_worker_woman",
|
56
56
|
"grimacing_face" => "grimacing",
|
57
|
+
"water_wave" => "ocean",
|
57
58
|
}
|
58
59
|
|
59
60
|
EMOJI_ALIASES = {
|
@@ -234,7 +235,6 @@ module DiscourseEmojis
|
|
234
235
|
"winking_face_with_tongue" => ["stuck_out_tongue_winking_eye"],
|
235
236
|
"zany_face" => ["crazy_face"],
|
236
237
|
"squinting_face_with_tongue" => ["stuck_out_tongue_closed_eyes"],
|
237
|
-
"thinking" => ["thinking_face"],
|
238
238
|
"expressionless_face" => ["expressionless"],
|
239
239
|
"face_without_mouth" => ["no_mouth"],
|
240
240
|
"smirking_face" => ["smirk"],
|
@@ -500,7 +500,7 @@ module DiscourseEmojis
|
|
500
500
|
"high_voltage" => ["zap"],
|
501
501
|
"snowman" => ["snowman_with_snow"],
|
502
502
|
"snowman_without_snow" => ["snowman2"],
|
503
|
-
"
|
503
|
+
"ocean" => ["water_wave"],
|
504
504
|
"party_popper" => ["tada"],
|
505
505
|
"pine_decoration" => ["bamboo"],
|
506
506
|
"japanese_dolls" => ["dolls"],
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: discourse-emojis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joffrey Jaffeux
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-02
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rake
|