discourse-emojis 1.0.22 â 1.0.23
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 +2 -2
- 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 -1
- 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: ece82b6c307f8f1e93462f81582a0560c3ce8342783f4a40a8dc21e1900f0478
|
4
|
+
data.tar.gz: c76ae6f593b4a696d59558794f0c586b8267e9b044334e4a7c076476c580db80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b28d4a01a390394d24c6ed7eae1688b5ccb780db55d4602e214a34f7ba46d1f5fdfe29c3b53d3fbefbf7ea8e10ea86cf7ce38e99b0e8dd0ed48b40dd5109095
|
7
|
+
data.tar.gz: f41467e05fb8f7e4cc00134ba49429aac93ea76a28450a35a21441b8654d0719ba2ef183d97f00139295684f3674d069c8f556d1cb93d103a3f2b251750663e1
|
data/dist/aliases.json
CHANGED
data/dist/emoji_to_name.json
CHANGED
data/dist/emojis.json
CHANGED
data/dist/groups.json
CHANGED
data/dist/search_aliases.json
CHANGED
@@ -1377,7 +1377,7 @@
|
|
1377
1377
|
"monster",
|
1378
1378
|
"skull"
|
1379
1379
|
],
|
1380
|
-
"
|
1380
|
+
"poo": [
|
1381
1381
|
"bs",
|
1382
1382
|
"comic",
|
1383
1383
|
"doo",
|
@@ -1386,7 +1386,6 @@
|
|
1386
1386
|
"fml",
|
1387
1387
|
"monster",
|
1388
1388
|
"pile",
|
1389
|
-
"poo",
|
1390
1389
|
"poop",
|
1391
1390
|
"smelly",
|
1392
1391
|
"smh",
|
@@ -55,6 +55,7 @@ module DiscourseEmojis
|
|
55
55
|
"woman_construction_worker" => "construction_worker_woman",
|
56
56
|
"grimacing_face" => "grimacing",
|
57
57
|
"water_wave" => "ocean",
|
58
|
+
"pile_of_poo" => "poo",
|
58
59
|
}
|
59
60
|
|
60
61
|
EMOJI_ALIASES = {
|
@@ -112,7 +113,7 @@ module DiscourseEmojis
|
|
112
113
|
"fountain_pen" => %w[pen_fountain lower_left_fountain_pen],
|
113
114
|
"ping_pong" => ["table_tennis"],
|
114
115
|
"place_of_worship" => ["worship_symbol"],
|
115
|
-
"
|
116
|
+
"poo" => %w[poop shit pile_of_poo hankey],
|
116
117
|
"radioactive" => ["radioactive_sign"],
|
117
118
|
"railway_track" => ["railroad_track"],
|
118
119
|
"robot" => ["robot_face"],
|
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.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joffrey Jaffeux
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-03 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rake
|