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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1d6ab796ea41eb95cb9ed56e951bcf830fb633f24dbeac00eb33782e815b26a
4
- data.tar.gz: 52c33aabbdd6e95e8df9cf5b5ea70627668b096a339311b8e260b786f122a674
3
+ metadata.gz: ece82b6c307f8f1e93462f81582a0560c3ce8342783f4a40a8dc21e1900f0478
4
+ data.tar.gz: c76ae6f593b4a696d59558794f0c586b8267e9b044334e4a7c076476c580db80
5
5
  SHA512:
6
- metadata.gz: 3f1d4a3b25f77e49cef544b08cfcc4eac24ac59c716e3c6298e17081b26e0ee0727ebe5fdec9c803520debab14949b6c9e270428294b8650af5ed373dd8d4b71
7
- data.tar.gz: 3a8c104db4edd8ada8327f1c6381396d15108c829c9e14c23dedc09cf4b1c50968819c31c55c1e5daba48406df3d5dca6a95e2ba3adffab42b5afa972319e424
6
+ metadata.gz: 6b28d4a01a390394d24c6ed7eae1688b5ccb780db55d4602e214a34f7ba46d1f5fdfe29c3b53d3fbefbf7ea8e10ea86cf7ce38e99b0e8dd0ed48b40dd5109095
7
+ data.tar.gz: f41467e05fb8f7e4cc00134ba49429aac93ea76a28450a35a21441b8654d0719ba2ef183d97f00139295684f3674d069c8f556d1cb93d103a3f2b251750663e1
data/dist/aliases.json CHANGED
@@ -177,10 +177,10 @@
177
177
  "place_of_worship": [
178
178
  "worship_symbol"
179
179
  ],
180
- "pile_of_poo": [
180
+ "poo": [
181
181
  "poop",
182
182
  "shit",
183
- "poo",
183
+ "pile_of_poo",
184
184
  "hankey"
185
185
  ],
186
186
  "radioactive": [
@@ -109,7 +109,7 @@
109
109
  "đŸ‘ŋī¸": "angry_face_with_horns",
110
110
  "💀ī¸": "skull",
111
111
  "☠ī¸": "skull_and_crossbones",
112
- "💩ī¸": "pile_of_poo",
112
+ "💩ī¸": "poo",
113
113
  "🤡ī¸": "clown_face",
114
114
  "👹ī¸": "ogre",
115
115
  "đŸ‘ēī¸": "goblin",
data/dist/emojis.json CHANGED
@@ -440,7 +440,7 @@
440
440
  "code": "2620"
441
441
  },
442
442
  {
443
- "name": "pile_of_poo",
443
+ "name": "poo",
444
444
  "code": "1f4a9"
445
445
  },
446
446
  {
data/dist/groups.json CHANGED
@@ -467,7 +467,7 @@
467
467
  "tonable": false
468
468
  },
469
469
  {
470
- "name": "pile_of_poo",
470
+ "name": "poo",
471
471
  "tonable": false
472
472
  },
473
473
  {
@@ -1377,7 +1377,7 @@
1377
1377
  "monster",
1378
1378
  "skull"
1379
1379
  ],
1380
- "pile_of_poo": [
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
- "pile_of_poo" => %w[poop shit poo hankey],
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"],
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiscourseEmojis
4
- VERSION = "1.0.22"
4
+ VERSION = "1.0.23"
5
5
  end
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.22
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-02 00:00:00.000000000 Z
10
+ date: 2025-03-03 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rake