README.md in unicode-sequence_name-1.12.0 vs README.md in unicode-sequence_name-1.13.0
- old
+ new
@@ -1,18 +1,18 @@
# Unicode::SequenceName [![[version]](https://badge.fury.io/rb/unicode-sequence_name.svg)](https://badge.fury.io/rb/unicode-sequence_name) [![[ci]](https://github.com/janlelis/unicode-sequence_name/workflows/Test/badge.svg)](https://github.com/janlelis/unicode-sequence_name/actions?query=workflow%3ATest)
Returns the name of a Unicode codepoint sequence (= more than one codepoint involved), if one exists.
-Unicode version: **15.0.0** (September 2022)
+Unicode version: **15.1.0** (September 2023)
Emoji version: **15.0** (September 2022)
IVD version: **2022-09-13** (September 2022)
-Supported Rubies: **3.1**, **3.0**, **2.7**
+Supported Rubies: **3.2**, **3.1**, **3.0**
-Old Rubies which might still work: **2.6**, **2.5**, **2.4**, **2.3**, **2.2**, **2.1**, **2.0**
+Old Rubies which might still work: **2.X**
## Usage
```ruby
require "unicode/sequence_name"
@@ -24,12 +24,13 @@
Unicode::SequenceName.of "πΊπ³" # => "Flag: UNITED NATIONS"
Unicode::SequenceName.of "π΄σ §σ ’σ ³σ £σ ΄σ Ώ" # => "SCOTLAND"
Unicode::SequenceName.of "π§βπ¦±" # => "PERSON: CURLY HAIR"
Unicode::SequenceName.of "π¨βπΌ" # => "MAN FEEDING BABY"
Unicode::SequenceName.of "β€οΈβπ₯" # => "HEART ON FIRE"
-Unicode::SequenceName.of("π«±π»βπ«²πΎ") # => "HANDSHAKE: LIGHT SKIN TONE, MEDIUM-DARK SKIN TONE"
-Unicode::SequenceName.of("π¦ββ¬") # => "BLACK BIRD"
+Unicode::SequenceName.of "π«±π»βπ«²πΎ" # => "HANDSHAKE: LIGHT SKIN TONE, MEDIUM-DARK SKIN TONE"
+Unicode::SequenceName.of "π¦ββ¬" # => "BLACK BIRD"
+Unicode::SequenceName.of "πββοΈ" # => "HEAD SHAKING HORIZONTALLY"
```
Names for singular codepoints are not included, you can use [unicode-name](https://github.com/janlelis/unicode-name) for that purpose.
## Also See
@@ -37,7 +38,7 @@
- [uniscribe](https://github.com/janlelis/uniscribe) - cli utility that makes use of unicode_sequence-name
- [unicode-x](https://github.com/janlelis/unicode-x) - more Unicode related micro libraries
## MIT License
-- Copyright (C) 2017-2022 Jan Lelis <https://janlelis.com>. Released under the MIT license.
+- Copyright (C) 2017-2023 Jan Lelis <https://janlelis.com>. Released under the MIT license.
- Unicode data: https://www.unicode.org/copyright.html#Exhibit1