README.md in unicode-age-2.1.0 vs README.md in unicode-age-2.2.0

- old
+ new

@@ -1,6 +1,6 @@ -# Unicode::Age [![[version]](https://badge.fury.io/rb/unicode-age.svg)](https://badge.fury.io/rb/unicode-age) [![[travis]](https://travis-ci.org/janlelis/unicode-age.svg)](https://travis-ci.org/janlelis/unicode-age) +# Unicode::Age [![[version]](https://badge.fury.io/rb/unicode-age.svg)](https://badge.fury.io/rb/unicode-age) [![[ci]](https://github.com/janlelis/unicode-age/workflows/Test/badge.svg)](https://github.com/janlelis/unicode-age/actions?query=workflow%3ATest) A micromodule to detect which Unicode version is required to display a string. ```ruby Unicode::Age.of "A" # => 1.1 @@ -15,23 +15,12 @@ Unicode::Age.of "\u{10FFFD}" # => 2.0 ``` Characters of status "Unassigned" (Unicode General Category of **Cn**) will raise a `Unicode::Age::UnknownAge` exception. -**This is a breaking change:** In the current non-*pre* version of the gem on rubygems.org, unassigned characters will just return `nil` - ## Supported Ruby/Unicode versions -Ruby version | Unicode version --------------|---------------- -**2.6.3+** | **12.1.0** -**2.6.2** | **12.0.0** -**2.6.1-** | **11.0.0** -**2.5** | **10.0.0** -**2.4** | **9.0.0** -**2.3** | **8.0.0** -**2.2** | **7.0.0** -**2.1** | **6.1.0** +See the [Unicode — Ruby version table at Idiosyncratic Ruby](https://idiosyncratic-ruby.com/73-unicode-version-mapping.html) ## MIT License -Copyright (C) 2016-2018 Jan Lelis <http://janlelis.com>. Released under the MIT license. +Copyright (C) 2016-2020 Jan Lelis <https://janlelis.com>. Released under the MIT license.