discourse-emojis 1.0.27 → 1.0.28

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: 128efd363f1ed270fe7e9d3c24966b88843e3776f758688fee63ae9915964c21
4
- data.tar.gz: 58fcf9313b81a06c28c9c269583b2297bac77e8e5d1da86cd5d5bcf428c00bd1
3
+ metadata.gz: ffcb5dbfdc7e1d756b8ddafff462c408e49363c5ea2b7e5cbc4528a1f6347740
4
+ data.tar.gz: 11d6f3c9a3ce190fecb5bffa73f71084e5d7230b8e94fadc48feb0be8d50185e
5
5
  SHA512:
6
- metadata.gz: 2511f59069f74fe7b36433912c866c665705a3395414b948267b783cf0cb202976bd7ceb1dc7d641115820775759b58d3245450836bf97a27f9ec328d02ffea0
7
- data.tar.gz: 44834bc78cc4549cc4c5b05ed1ff86daed28068e5355b180b56bf2b866baf1a33c9f4cc2e1f45440cbed46cdcc70712f035e26c6fb6130165cf22255fb48a128
6
+ metadata.gz: 47525613346c75c1ec44d3d3f1948eae9b8cd1f7234a1d8f8950b3816fbc4480210d7bce45c846aa698a7e4d78ec8d38fbb0fcec21ce334511c655ebdc1c8d5b
7
+ data.tar.gz: 4a376d0b728bc120027fd4f96be92c0f5e16caf44bffeba674484f260bb65c1cd2be9050e3fe2c85811fec967a01d4740cec291f86793c0d507eb85502360f0d
data/dist/aliases.json CHANGED
@@ -752,8 +752,8 @@
752
752
  "heart": [
753
753
  "red_heart"
754
754
  ],
755
- "hundred_points": [
756
- "100"
755
+ "100": [
756
+ "hundred_points"
757
757
  ],
758
758
  "anger_symbol": [
759
759
  "anger"
@@ -155,7 +155,7 @@
155
155
  "🩶️": "grey_heart",
156
156
  "🤍️": "white_heart",
157
157
  "💋️": "kiss_mark",
158
- "💯️": "hundred_points",
158
+ "💯️": "100",
159
159
  "💢️": "anger_symbol",
160
160
  "💥️": "collision",
161
161
  "💫️": "dizzy",
data/dist/emojis.json CHANGED
@@ -624,7 +624,7 @@
624
624
  "code": "1f48b"
625
625
  },
626
626
  {
627
- "name": "hundred_points",
627
+ "name": "100",
628
628
  "code": "1f4af"
629
629
  },
630
630
  {
data/dist/groups.json CHANGED
@@ -667,7 +667,7 @@
667
667
  "tonable": false
668
668
  },
669
669
  {
670
- "name": "hundred_points",
670
+ "name": "100",
671
671
  "tonable": false
672
672
  },
673
673
  {
@@ -1856,8 +1856,7 @@
1856
1856
  "romance",
1857
1857
  "sexy"
1858
1858
  ],
1859
- "hundred_points": [
1860
- "100",
1859
+ "100": [
1861
1860
  "a+",
1862
1861
  "agree",
1863
1862
  "clearly",
@@ -60,6 +60,7 @@ module DiscourseEmojis
60
60
  "réunion" => "reunion",
61
61
  "st_barthélemy" => "st_barthelemy",
62
62
  "são_tomé_príncipe" => "sao_tome_principe",
63
+ "hundred_points" => "100",
63
64
  }
64
65
 
65
66
  EMOJI_ALIASES = {
@@ -296,7 +297,7 @@ module DiscourseEmojis
296
297
  "beating_heart" => ["heartbeat"],
297
298
  "heart_exclamation" => %w[heavy_heart_exclamation heavy_heart_exclamation_mark_ornament],
298
299
  "heart" => ["red_heart"],
299
- "hundred_points" => ["100"],
300
+ "100" => ["hundred_points"],
300
301
  "anger_symbol" => ["anger"],
301
302
  "collision" => ["boom"],
302
303
  "sweat_droplets" => ["sweat_drops"],
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiscourseEmojis
4
- VERSION = "1.0.27"
4
+ VERSION = "1.0.28"
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.27
4
+ version: 1.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joffrey Jaffeux