unicode-emoji 3.3.1 → 3.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c965e549c228d1351a2dc07ab829114213e6ce86e7a28fa1bf76b7ec5fe0e45
4
- data.tar.gz: 285fff08eb0d8b4191076d92df1720b1049de4fc605cecc86c34a92a024fe575
3
+ metadata.gz: 2e60e7f9d0f609874177a5dbf158763510aa9a0c3444f9242a507cb8c099850a
4
+ data.tar.gz: 6dabc031c3cf77d9f81b9524724dcd9cc703331cd1572a6f2eed4b49a86cabba
5
5
  SHA512:
6
- metadata.gz: 204056dcbcfec4f86fed8f6bae006edae975b9448d94270f07645919e787a81a8db034f55aceae016ff9a3b75a69a22546ba0a5f233274cbc86772fe8b9434ba
7
- data.tar.gz: 635b241a51de3edf15acdacfad11d52450229b436ac5bb8fca49151077f66b52a046dc036f431c692a3e58a3c0519c4d131dc04eae6c782332839957736dfe5d
6
+ metadata.gz: 5fbcf5ed1f5c59f1e94ad3e55016027332c97b152e79aadcab9cebce0a00aeb55fa6c99e98e141b198740bd7b758a215cb06bf39c77486cd7740904d28687aa6
7
+ data.tar.gz: e4453f9d25d5586ba88b8e1249fb2c19bcc534e2f69ac14a2902f99a1d51632d9f6d132852ee869be84675e1b4f1338a7969d2ccc5c81a38eb01c974a2e61c4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ### 3.3.2
4
+
5
+ - Update valid subdivisions to CLDR 43 (no changes)
6
+
3
7
  ### 3.3.1
4
8
 
5
9
  - Update valid subdivisions to CLDR 42 (no changes)
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2017-2022 Jan Lelis, https://janlelis.com
1
+ Copyright (c) 2017-2023 Jan Lelis, https://janlelis.com
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -6,11 +6,11 @@ Also includes a categorized list of recommended Emoji.
6
6
 
7
7
  Emoji version: **15.0** (September 2022)
8
8
 
9
- CLDR version (used for sub-region flags): **42** (October 2022)
9
+ CLDR version (used for sub-region flags): **43** (April 2023)
10
10
 
11
- Supported Rubies: **3.1**, **3.0**, **2.7**
11
+ Supported Rubies: **3.2**, **3.1**, **3.0**
12
12
 
13
- No longer supported Rubies, but might still work: **2.6**, **2.5**, **2.4**, **2.3**
13
+ No longer supported Rubies, but might still work: **2.7**, **2.6**, **2.5**, **2.4**, **2.3**
14
14
 
15
15
  If you are stuck on an older Ruby version, checkout the latest [0.9 version](https://rubygems.org/gems/unicode-emoji/versions/0.9.3) of this gem.
16
16
 
@@ -148,5 +148,5 @@ Unicode::Emoji.properties "☝" # => ["Emoji", "Emoji_Modifier_Base"]
148
148
 
149
149
  ## MIT
150
150
 
151
- - Copyright (C) 2017-2022 Jan Lelis <https://janlelis.com>. Released under the MIT license.
151
+ - Copyright (C) 2017-2023 Jan Lelis <https://janlelis.com>. Released under the MIT license.
152
152
  - Unicode data: https://www.unicode.org/copyright.html#Exhibit1
Binary file
@@ -2,9 +2,9 @@
2
2
 
3
3
  module Unicode
4
4
  module Emoji
5
- VERSION = "3.3.1"
5
+ VERSION = "3.3.2"
6
6
  EMOJI_VERSION = "15.0"
7
- CLDR_VERSION = "42"
7
+ CLDR_VERSION = "43"
8
8
  DATA_DIRECTORY = File.expand_path('../../../data', __dir__).freeze
9
9
  INDEX_FILENAME = (DATA_DIRECTORY + "/emoji.marshal.gz").freeze
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-emoji
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.1
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Lelis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-18 00:00:00.000000000 Z
11
+ date: 2023-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unicode-version
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.3.7
98
+ rubygems_version: 3.4.4
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Retrieve Emoji data about Unicode codepoints.