README.md in unicode-blocks-1.5.0 vs README.md in unicode-blocks-1.6.0
- old
+ new
@@ -1,14 +1,14 @@
# Unicode::Blocks [![[version]](https://badge.fury.io/rb/unicode-blocks.svg)](https://badge.fury.io/rb/unicode-blocks) [![[travis]](https://travis-ci.org/janlelis/unicode-blocks.png)](https://travis-ci.org/janlelis/unicode-blocks)
-Each Unicode character belongs to a [block](https://en.wikipedia.org/wiki/Unicode_block). This gem returns the all blocks asociated with the given string.
+Each Unicode character belongs to a [block](https://en.wikipedia.org/wiki/Unicode_block). This gem returns the all blocks associated with the given string.
-Unicode version: **12.1.0** (May 2019)
+Unicode version: **13.0.0** (March 2020)
-Supported Rubies: **2.6**, **2.5**, **2.4**
+Supported Rubies: **2.7**, **2.6**, **2.5**, **2.4**
-Old Rubies that might still work: **2.3**, **2.2**, **2.1**, **2.0**
+Old Rubies which might still work: **2.3**, **2.2**, **2.1**, **2.0**
## Gemfile
```ruby
gem "unicode-blocks"
@@ -38,11 +38,11 @@
## Hints
### Regex Matching
-If you have a string and want to match a substring/character from a specific Unicode block, you actually won't need this gem. Instead, you can use the [Regexp Unicode Property Syntax `\p{}`](http://ruby-doc.org/core/Regexp.html#class-Regexp-label-Character+Properties) with blocks by prefixing the block name with "In":
+If you have a string and want to match a substring/character from a specific Unicode block, you actually won't need this gem. Instead, you can use the [Regexp Unicode Property Syntax `\p{}`](https://ruby-doc.org/core/Regexp.html#class-Regexp-label-Character+Properties) with blocks by prefixing the block name with "In":
```ruby
"⧉⪥⟤".scan(/\p{In Miscellaneous Mathematical Symbols-B}/) # => ["⧉"]
```
@@ -261,12 +261,14 @@
Psalter Pahlavi
Old Turkic
Old Hungarian
Hanifi Rohingya
Rumi Numeral Symbols
+Yezidi
Old Sogdian
Sogdian
+Chorasmian
Elymaic
Brahmi
Kaithi
Sora Sompeng
Chakma
@@ -284,19 +286,21 @@
Mongolian Supplement
Takri
Ahom
Dogra
Warang Citi
+Dives Akuru
Nandinagari
Zanabazar Square
Soyombo
Pau Cin Hau
Bhaiksuki
Marchen
Masaram Gondi
Gunjala Gondi
Makasar
+Lisu Supplement
Tamil Supplement
Cuneiform
Cuneiform Numbers and Punctuation
Early Dynastic Cuneiform
Egyptian Hieroglyphs
@@ -309,10 +313,12 @@
Medefaidrin
Miao
Ideographic Symbols and Punctuation
Tangut
Tangut Components
+Khitan Small Script
+Tangut Supplement
Kana Supplement
Kana Extended-A
Small Kana Extension
Nushu
Duployan
@@ -346,23 +352,25 @@
Geometric Shapes Extended
Supplemental Arrows-C
Supplemental Symbols and Pictographs
Chess Symbols
Symbols and Pictographs Extended-A
+Symbols for Legacy Computing
CJK Unified Ideographs Extension B
CJK Unified Ideographs Extension C
CJK Unified Ideographs Extension D
CJK Unified Ideographs Extension E
CJK Unified Ideographs Extension F
CJK Compatibility Ideographs Supplement
+CJK Unified Ideographs Extension G
Tags
Variation Selectors Supplement
Supplementary Private Use Area-A
Supplementary Private Use Area-B
```
See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related micro libraries.
## MIT License
-- Copyright (C) 2016-2019 Jan Lelis <http://janlelis.com>. Released under the MIT license.
-- Unicode data: http://www.unicode.org/copyright.html#Exhibit1
+- Copyright (C) 2016-2020 Jan Lelis <https://janlelis.com>. Released under the MIT license.
+- Unicode data: https://www.unicode.org/copyright.html#Exhibit1