discourse-emojis 1.0.37 → 1.0.38

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: 1cec38f037951586900d0c5a1013f5e979b04810f058481290a2f630667473bc
4
- data.tar.gz: 042c0d12f600569cd2eb40db57562ef60e4ad449ea5d746e4c2d31b6a2819861
3
+ metadata.gz: 1ae80945aadd4324b0b981bf55ed2e337635a8da8cdb92b6dd7d8375337018d0
4
+ data.tar.gz: a3596ebfa9057f2f13cf030aa938f9152c72259dcf9f6b963e02994ce56a11ac
5
5
  SHA512:
6
- metadata.gz: 264efc2365700761ca7bb534d18e6288594cb1f9a587fa6c3030d8b1924988eac083de1a23e01cd48254642309da79ab06bd7b9ea438e043c73ffcce219300ec
7
- data.tar.gz: c295f408e77cfba1dd7bf9dce3970811d5fa8d692969c04ef6dd0f560d85c54580123006dfc7ee55e5114ca2f0480ea7f0dde3436c92a987ac1c1ef1829b2c70
6
+ metadata.gz: f0deec47f02c1a38ce6626cc613846e12dddfce032cb8f688aebb77010af8c013e7b5d6450ceea870685906c0dfc342cc4256972ce78e2bc100a974d579d62e6
7
+ data.tar.gz: 0ab45a1ce18a29825e70fd515a2fb1bb897392682d20804e1e39b8f05e7364bca2b42edfb54b48771b0d366d1803b6c70015f9312bdc313d673ea99e272d7b5d
@@ -536,10 +536,6 @@
536
536
  "🧑️‍🧒️‍🧒️": "family_adult_child_child",
537
537
  "👣️": "footprints",
538
538
  "🫆": "fingerprint",
539
- "🦰️": "red_hair",
540
- "🦱️": "curly_hair",
541
- "🦳️": "white_hair",
542
- "🦲️": "bald",
543
539
  "🐵️": "monkey_face",
544
540
  "🐒️": "monkey",
545
541
  "🦍️": "gorilla",
data/dist/emojis.json CHANGED
@@ -2147,22 +2147,6 @@
2147
2147
  "name": "fingerprint",
2148
2148
  "code": "1fac6"
2149
2149
  },
2150
- {
2151
- "name": "red_hair",
2152
- "code": "1f9b0"
2153
- },
2154
- {
2155
- "name": "curly_hair",
2156
- "code": "1f9b1"
2157
- },
2158
- {
2159
- "name": "white_hair",
2160
- "code": "1f9b3"
2161
- },
2162
- {
2163
- "name": "bald",
2164
- "code": "1f9b2"
2165
- },
2166
2150
  {
2167
2151
  "name": "monkey_face",
2168
2152
  "code": "1f435"
@@ -5098,31 +5098,6 @@
5098
5098
  "safety",
5099
5099
  "trace"
5100
5100
  ],
5101
- "red_hair": [
5102
- "ginger",
5103
- "hair",
5104
- "red",
5105
- "redhead"
5106
- ],
5107
- "curly_hair": [
5108
- "afro",
5109
- "curly",
5110
- "hair",
5111
- "ringlets"
5112
- ],
5113
- "white_hair": [
5114
- "gray",
5115
- "hair",
5116
- "old",
5117
- "white"
5118
- ],
5119
- "bald": [
5120
- "chemotherapy",
5121
- "hair",
5122
- "hairless",
5123
- "no",
5124
- "shaven"
5125
- ],
5126
5101
  "monkey_face": [
5127
5102
  "animal",
5128
5103
  "banana",
@@ -16,6 +16,10 @@ module DiscourseEmojis
16
16
  "flags" => "checkered_flag",
17
17
  }
18
18
 
19
+ # for various reasons we might want to exclude an emoji from the list
20
+ # for examples emojis which are only present in the components group
21
+ EMOJI_EXCLUDES = %w[white_hair curly_hair bald red_hair]
22
+
19
23
  # for legacy reasons we have to keep the old names as the main name
20
24
  # and the new name as the alias, when adding to this list make sure
21
25
  # to update the EMOJI_ALIASES list
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiscourseEmojis
4
- VERSION = "1.0.37"
4
+ VERSION = "1.0.38"
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.37
4
+ version: 1.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joffrey Jaffeux
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-07 00:00:00.000000000 Z
10
+ date: 2025-03-12 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rake
@@ -222,7 +222,6 @@ files:
222
222
  - dist/emoji/fluentui/bahamas.png
223
223
  - dist/emoji/fluentui/bahrain.png
224
224
  - dist/emoji/fluentui/balance_scale.png
225
- - dist/emoji/fluentui/bald.png
226
225
  - dist/emoji/fluentui/ballet_shoes.png
227
226
  - dist/emoji/fluentui/balloon.png
228
227
  - dist/emoji/fluentui/ballot_box.png
@@ -805,7 +804,6 @@ files:
805
804
  - dist/emoji/fluentui/cupid.png
806
805
  - dist/emoji/fluentui/curacao.png
807
806
  - dist/emoji/fluentui/curling_stone.png
808
- - dist/emoji/fluentui/curly_hair.png
809
807
  - dist/emoji/fluentui/curly_loop.png
810
808
  - dist/emoji/fluentui/currency_exchange.png
811
809
  - dist/emoji/fluentui/curry.png
@@ -3501,7 +3499,6 @@ files:
3501
3499
  - dist/emoji/fluentui/red_envelope.png
3502
3500
  - dist/emoji/fluentui/red_exclamation_mark.png
3503
3501
  - dist/emoji/fluentui/red_gift_envelope.png
3504
- - dist/emoji/fluentui/red_hair.png
3505
3502
  - dist/emoji/fluentui/red_heart.png
3506
3503
  - dist/emoji/fluentui/red_paper_lantern.png
3507
3504
  - dist/emoji/fluentui/red_question_mark.png
@@ -4357,7 +4354,6 @@ files:
4357
4354
  - dist/emoji/fluentui/white_flag.png
4358
4355
  - dist/emoji/fluentui/white_flower.png
4359
4356
  - dist/emoji/fluentui/white_frowning_face.png
4360
- - dist/emoji/fluentui/white_hair.png
4361
4357
  - dist/emoji/fluentui/white_heart.png
4362
4358
  - dist/emoji/fluentui/white_large_square.png
4363
4359
  - dist/emoji/fluentui/white_medium_small_square.png
@@ -5101,7 +5097,6 @@ files:
5101
5097
  - dist/emoji/noto/bahamas.png
5102
5098
  - dist/emoji/noto/bahrain.png
5103
5099
  - dist/emoji/noto/balance_scale.png
5104
- - dist/emoji/noto/bald.png
5105
5100
  - dist/emoji/noto/ballet_shoes.png
5106
5101
  - dist/emoji/noto/balloon.png
5107
5102
  - dist/emoji/noto/ballot_box.png
@@ -5684,7 +5679,6 @@ files:
5684
5679
  - dist/emoji/noto/cupid.png
5685
5680
  - dist/emoji/noto/curacao.png
5686
5681
  - dist/emoji/noto/curling_stone.png
5687
- - dist/emoji/noto/curly_hair.png
5688
5682
  - dist/emoji/noto/curly_loop.png
5689
5683
  - dist/emoji/noto/currency_exchange.png
5690
5684
  - dist/emoji/noto/curry.png
@@ -8380,7 +8374,6 @@ files:
8380
8374
  - dist/emoji/noto/red_envelope.png
8381
8375
  - dist/emoji/noto/red_exclamation_mark.png
8382
8376
  - dist/emoji/noto/red_gift_envelope.png
8383
- - dist/emoji/noto/red_hair.png
8384
8377
  - dist/emoji/noto/red_heart.png
8385
8378
  - dist/emoji/noto/red_paper_lantern.png
8386
8379
  - dist/emoji/noto/red_question_mark.png
@@ -9236,7 +9229,6 @@ files:
9236
9229
  - dist/emoji/noto/white_flag.png
9237
9230
  - dist/emoji/noto/white_flower.png
9238
9231
  - dist/emoji/noto/white_frowning_face.png
9239
- - dist/emoji/noto/white_hair.png
9240
9232
  - dist/emoji/noto/white_heart.png
9241
9233
  - dist/emoji/noto/white_large_square.png
9242
9234
  - dist/emoji/noto/white_medium_small_square.png
@@ -9978,7 +9970,6 @@ files:
9978
9970
  - dist/emoji/openmoji/bahamas.png
9979
9971
  - dist/emoji/openmoji/bahrain.png
9980
9972
  - dist/emoji/openmoji/balance_scale.png
9981
- - dist/emoji/openmoji/bald.png
9982
9973
  - dist/emoji/openmoji/ballet_shoes.png
9983
9974
  - dist/emoji/openmoji/balloon.png
9984
9975
  - dist/emoji/openmoji/ballot_box.png
@@ -10561,7 +10552,6 @@ files:
10561
10552
  - dist/emoji/openmoji/cupid.png
10562
10553
  - dist/emoji/openmoji/curacao.png
10563
10554
  - dist/emoji/openmoji/curling_stone.png
10564
- - dist/emoji/openmoji/curly_hair.png
10565
10555
  - dist/emoji/openmoji/curly_loop.png
10566
10556
  - dist/emoji/openmoji/currency_exchange.png
10567
10557
  - dist/emoji/openmoji/curry.png
@@ -13257,7 +13247,6 @@ files:
13257
13247
  - dist/emoji/openmoji/red_envelope.png
13258
13248
  - dist/emoji/openmoji/red_exclamation_mark.png
13259
13249
  - dist/emoji/openmoji/red_gift_envelope.png
13260
- - dist/emoji/openmoji/red_hair.png
13261
13250
  - dist/emoji/openmoji/red_heart.png
13262
13251
  - dist/emoji/openmoji/red_paper_lantern.png
13263
13252
  - dist/emoji/openmoji/red_question_mark.png
@@ -14113,7 +14102,6 @@ files:
14113
14102
  - dist/emoji/openmoji/white_flag.png
14114
14103
  - dist/emoji/openmoji/white_flower.png
14115
14104
  - dist/emoji/openmoji/white_frowning_face.png
14116
- - dist/emoji/openmoji/white_hair.png
14117
14105
  - dist/emoji/openmoji/white_heart.png
14118
14106
  - dist/emoji/openmoji/white_large_square.png
14119
14107
  - dist/emoji/openmoji/white_medium_small_square.png
@@ -14855,7 +14843,6 @@ files:
14855
14843
  - dist/emoji/twemoji/bahamas.png
14856
14844
  - dist/emoji/twemoji/bahrain.png
14857
14845
  - dist/emoji/twemoji/balance_scale.png
14858
- - dist/emoji/twemoji/bald.png
14859
14846
  - dist/emoji/twemoji/ballet_shoes.png
14860
14847
  - dist/emoji/twemoji/balloon.png
14861
14848
  - dist/emoji/twemoji/ballot_box.png
@@ -15438,7 +15425,6 @@ files:
15438
15425
  - dist/emoji/twemoji/cupid.png
15439
15426
  - dist/emoji/twemoji/curacao.png
15440
15427
  - dist/emoji/twemoji/curling_stone.png
15441
- - dist/emoji/twemoji/curly_hair.png
15442
15428
  - dist/emoji/twemoji/curly_loop.png
15443
15429
  - dist/emoji/twemoji/currency_exchange.png
15444
15430
  - dist/emoji/twemoji/curry.png
@@ -18134,7 +18120,6 @@ files:
18134
18120
  - dist/emoji/twemoji/red_envelope.png
18135
18121
  - dist/emoji/twemoji/red_exclamation_mark.png
18136
18122
  - dist/emoji/twemoji/red_gift_envelope.png
18137
- - dist/emoji/twemoji/red_hair.png
18138
18123
  - dist/emoji/twemoji/red_heart.png
18139
18124
  - dist/emoji/twemoji/red_paper_lantern.png
18140
18125
  - dist/emoji/twemoji/red_question_mark.png
@@ -18990,7 +18975,6 @@ files:
18990
18975
  - dist/emoji/twemoji/white_flag.png
18991
18976
  - dist/emoji/twemoji/white_flower.png
18992
18977
  - dist/emoji/twemoji/white_frowning_face.png
18993
- - dist/emoji/twemoji/white_hair.png
18994
18978
  - dist/emoji/twemoji/white_heart.png
18995
18979
  - dist/emoji/twemoji/white_large_square.png
18996
18980
  - dist/emoji/twemoji/white_medium_small_square.png
@@ -19733,7 +19717,6 @@ files:
19733
19717
  - dist/emoji/unicode/bahamas.png
19734
19718
  - dist/emoji/unicode/bahrain.png
19735
19719
  - dist/emoji/unicode/balance_scale.png
19736
- - dist/emoji/unicode/bald.png
19737
19720
  - dist/emoji/unicode/ballet_shoes.png
19738
19721
  - dist/emoji/unicode/balloon.png
19739
19722
  - dist/emoji/unicode/ballot_box.png
@@ -20306,7 +20289,6 @@ files:
20306
20289
  - dist/emoji/unicode/cupid.png
20307
20290
  - dist/emoji/unicode/curacao.png
20308
20291
  - dist/emoji/unicode/curling_stone.png
20309
- - dist/emoji/unicode/curly_hair.png
20310
20292
  - dist/emoji/unicode/curly_loop.png
20311
20293
  - dist/emoji/unicode/currency_exchange.png
20312
20294
  - dist/emoji/unicode/curry.png
@@ -22957,7 +22939,6 @@ files:
22957
22939
  - dist/emoji/unicode/red_envelope.png
22958
22940
  - dist/emoji/unicode/red_exclamation_mark.png
22959
22941
  - dist/emoji/unicode/red_gift_envelope.png
22960
- - dist/emoji/unicode/red_hair.png
22961
22942
  - dist/emoji/unicode/red_heart.png
22962
22943
  - dist/emoji/unicode/red_paper_lantern.png
22963
22944
  - dist/emoji/unicode/red_question_mark.png
@@ -23793,7 +23774,6 @@ files:
23793
23774
  - dist/emoji/unicode/white_flag.png
23794
23775
  - dist/emoji/unicode/white_flower.png
23795
23776
  - dist/emoji/unicode/white_frowning_face.png
23796
- - dist/emoji/unicode/white_hair.png
23797
23777
  - dist/emoji/unicode/white_heart.png
23798
23778
  - dist/emoji/unicode/white_large_square.png
23799
23779
  - dist/emoji/unicode/white_medium_small_square.png
@@ -1 +0,0 @@
1
- ../unicode/bald.png
@@ -1 +0,0 @@
1
- ../unicode/curly_hair.png
@@ -1 +0,0 @@
1
- ../unicode/red_hair.png
@@ -1 +0,0 @@
1
- ../unicode/white_hair.png
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file