discourse-emojis 1.0.20 → 1.0.21

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: e5f77f84651fdd6bab56c54a9c89ff4059b42b656a78c3f44f13d45f839af060
4
- data.tar.gz: 719bf3236e4f380f5d6c3c0d8d316fce0da1e7b26b52ac921c14f8bc6e860b98
3
+ metadata.gz: b63093bf24f322107dab06a0fd45d35328da9966160209e0655f8b3d82af80c9
4
+ data.tar.gz: 0ee7b8056fc232a4e1f2f97a942e52174056a601409ae3af6d6fc647b26e7689
5
5
  SHA512:
6
- metadata.gz: 32f5c8eeb41867b93d9cbb220bf13997790afa72535a2f8816223af800476cad9b05f6ff9151b79ac8b348e121cacb8820edf7b73446b5379c40239d6ec7391e
7
- data.tar.gz: 66456b6572152d22639ff072f5dd9f4434e525dddc77aa324d00dbbb2a0d2783e8804c0e78d1c3772cd4d94ff6a9740d39f34bba1f96d675ff2b2072b4641194
6
+ metadata.gz: 29e231768d41c7520ca1f81b4adb5e8fa34251f935f78542f96c6a93abf362e6f6391206aaf485536f9539758f50058767d8c0e79f62d0f7914d37ac16d189ec
7
+ data.tar.gz: 4a395096ad046b1c14e0938be4e7026d4e75e84b09556bc5f053aeea9e8b0c9604525e6b80edce83b48626ffef8c2c6e9bcacd10d62d17bd7b6559dd68e45ffc
data/dist/aliases.json CHANGED
@@ -594,8 +594,8 @@
594
594
  "unamused_face": [
595
595
  "unamused"
596
596
  ],
597
- "grimacing_face": [
598
- "grimacing"
597
+ "grimacing": [
598
+ "grimacing_face"
599
599
  ],
600
600
  "relieved_face": [
601
601
  "relieved",
@@ -45,7 +45,7 @@
45
45
  "😏️": "smirking_face",
46
46
  "😒️": "unamused_face",
47
47
  "🙄️": "face_with_rolling_eyes",
48
- "😬️": "grimacing_face",
48
+ "😬️": "grimacing",
49
49
  "😮️‍💨️": "face_exhaling",
50
50
  "🤥️": "lying_face",
51
51
  "🫨️": "shaking_face",
data/dist/emojis.json CHANGED
@@ -184,7 +184,7 @@
184
184
  "code": "1f644"
185
185
  },
186
186
  {
187
- "name": "grimacing_face",
187
+ "name": "grimacing",
188
188
  "code": "1f62c"
189
189
  },
190
190
  {
data/dist/groups.json CHANGED
@@ -195,7 +195,7 @@
195
195
  "tonable": false
196
196
  },
197
197
  {
198
- "name": "grimacing_face",
198
+ "name": "grimacing",
199
199
  "tonable": false
200
200
  },
201
201
  {
@@ -617,13 +617,12 @@
617
617
  "ugh",
618
618
  "whatever"
619
619
  ],
620
- "grimacing_face": [
620
+ "grimacing": [
621
621
  "awk",
622
622
  "awkward",
623
623
  "dentist",
624
624
  "face",
625
625
  "grimace",
626
- "grimacing",
627
626
  "grinning",
628
627
  "smile",
629
628
  "smiling"
@@ -53,6 +53,7 @@ module DiscourseEmojis
53
53
  "thinking_face" => "thinking",
54
54
  "man_construction_worker" => "construction_worker_man",
55
55
  "woman_construction_worker" => "construction_worker_woman",
56
+ "grimacing_face" => "grimacing",
56
57
  }
57
58
 
58
59
  EMOJI_ALIASES = {
@@ -238,7 +239,7 @@ module DiscourseEmojis
238
239
  "face_without_mouth" => ["no_mouth"],
239
240
  "smirking_face" => ["smirk"],
240
241
  "unamused_face" => ["unamused"],
241
- "grimacing_face" => ["grimacing"],
242
+ "grimacing" => ["grimacing_face"],
242
243
  "relieved_face" => %w[relieved relaxed],
243
244
  "pensive_face" => ["pensive"],
244
245
  "sleepy_face" => ["sleepy"],
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiscourseEmojis
4
- VERSION = "1.0.20"
4
+ VERSION = "1.0.21"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: discourse-emojis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20
4
+ version: 1.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joffrey Jaffeux