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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b63093bf24f322107dab06a0fd45d35328da9966160209e0655f8b3d82af80c9
4
- data.tar.gz: 0ee7b8056fc232a4e1f2f97a942e52174056a601409ae3af6d6fc647b26e7689
3
+ metadata.gz: e1d6ab796ea41eb95cb9ed56e951bcf830fb633f24dbeac00eb33782e815b26a
4
+ data.tar.gz: 52c33aabbdd6e95e8df9cf5b5ea70627668b096a339311b8e260b786f122a674
5
5
  SHA512:
6
- metadata.gz: 29e231768d41c7520ca1f81b4adb5e8fa34251f935f78542f96c6a93abf362e6f6391206aaf485536f9539758f50058767d8c0e79f62d0f7914d37ac16d189ec
7
- data.tar.gz: 4a395096ad046b1c14e0938be4e7026d4e75e84b09556bc5f053aeea9e8b0c9604525e6b80edce83b48626ffef8c2c6e9bcacd10d62d17bd7b6559dd68e45ffc
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
- "water_wave": [
1389
- "ocean"
1388
+ "ocean": [
1389
+ "water_wave"
1390
1390
  ],
1391
1391
  "party_popper": [
1392
1392
  "tada"
@@ -1047,7 +1047,7 @@
1047
1047
  "☄️": "comet",
1048
1048
  "🔥️": "fire",
1049
1049
  "💧️": "droplet",
1050
- "🌊️": "water_wave",
1050
+ "🌊️": "ocean",
1051
1051
  "🎃️": "jack_o_lantern",
1052
1052
  "🎄️": "christmas_tree",
1053
1053
  "🎆️": "fireworks",
data/dist/emojis.json CHANGED
@@ -4192,7 +4192,7 @@
4192
4192
  "code": "1f4a7"
4193
4193
  },
4194
4194
  {
4195
- "name": "water_wave",
4195
+ "name": "ocean",
4196
4196
  "code": "1f30a"
4197
4197
  },
4198
4198
  {
data/dist/groups.json CHANGED
@@ -5079,7 +5079,7 @@
5079
5079
  "tonable": false
5080
5080
  },
5081
5081
  {
5082
- "name": "water_wave",
5082
+ "name": "ocean",
5083
5083
  "tonable": false
5084
5084
  }
5085
5085
  ],
@@ -8478,9 +8478,8 @@
8478
8478
  "water",
8479
8479
  "weather"
8480
8480
  ],
8481
- "water_wave": [
8481
+ "ocean": [
8482
8482
  "nature",
8483
- "ocean",
8484
8483
  "surf",
8485
8484
  "surfer",
8486
8485
  "surfing",
@@ -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
- "water_wave" => ["ocean"],
503
+ "ocean" => ["water_wave"],
504
504
  "party_popper" => ["tada"],
505
505
  "pine_decoration" => ["bamboo"],
506
506
  "japanese_dolls" => ["dolls"],
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiscourseEmojis
4
- VERSION = "1.0.21"
4
+ VERSION = "1.0.22"
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.21
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-28 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rake