unicode-emoji 3.3.1 → 3.3.2
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/MIT-LICENSE.txt +1 -1
- data/README.md +4 -4
- data/data/emoji.marshal.gz +0 -0
- data/lib/unicode/emoji/constants.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e60e7f9d0f609874177a5dbf158763510aa9a0c3444f9242a507cb8c099850a
|
|
4
|
+
data.tar.gz: 6dabc031c3cf77d9f81b9524724dcd9cc703331cd1572a6f2eed4b49a86cabba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fbcf5ed1f5c59f1e94ad3e55016027332c97b152e79aadcab9cebce0a00aeb55fa6c99e98e141b198740bd7b758a215cb06bf39c77486cd7740904d28687aa6
|
|
7
|
+
data.tar.gz: e4453f9d25d5586ba88b8e1249fb2c19bcc534e2f69ac14a2902f99a1d51632d9f6d132852ee869be84675e1b4f1338a7969d2ccc5c81a38eb01c974a2e61c4e
|
data/CHANGELOG.md
CHANGED
data/MIT-LICENSE.txt
CHANGED
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): **
|
|
9
|
+
CLDR version (used for sub-region flags): **43** (April 2023)
|
|
10
10
|
|
|
11
|
-
Supported Rubies: **3.
|
|
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-
|
|
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
|
data/data/emoji.marshal.gz
CHANGED
|
Binary file
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
module Unicode
|
|
4
4
|
module Emoji
|
|
5
|
-
VERSION = "3.3.
|
|
5
|
+
VERSION = "3.3.2"
|
|
6
6
|
EMOJI_VERSION = "15.0"
|
|
7
|
-
CLDR_VERSION = "
|
|
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.
|
|
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:
|
|
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.
|
|
98
|
+
rubygems_version: 3.4.4
|
|
99
99
|
signing_key:
|
|
100
100
|
specification_version: 4
|
|
101
101
|
summary: Retrieve Emoji data about Unicode codepoints.
|