README.md in uniscribe-1.5.1 vs README.md in uniscribe-1.6.0
- old
+ new
@@ -1,6 +1,6 @@
-# uniscribe | Describe the Unicode [![[version]](https://badge.fury.io/rb/uniscribe.svg)](https://badge.fury.io/rb/uniscribe) [![[travis]](https://travis-ci.org/janlelis/uniscribe.svg)](https://travis-ci.org/janlelis/uniscribe)
+# uniscribe | Describe the Unicode [![[version]](https://badge.fury.io/rb/uniscribe.svg)](https://badge.fury.io/rb/uniscribe) [![[ci]](https://github.com/janlelis/uniscribe/workflows/Test/badge.svg)](https://github.com/janlelis/uniscribe/actions?query=workflow%3ATest)
Describes Unicode characters with their name and shows compositions.
- Helps you understand how glyphs and codepoints are structured within the data
- Gives you the names of glyphs and codepoints, which can be used for further research
@@ -99,21 +99,10 @@
![Screenshot Blanks](/screenshots/blanks.png?raw=true "Blanks")
## Notes
-Although the gem is generally up to date with Unicode 12.1, the proper detection of compositions / graphemes / combined characters depends on your Ruby version:
-
-Ruby | 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
+Although the gem is generally up to date with Unicode 12.1, the proper detection of compositions / graphemes / combined characters [depends on your Ruby version](https://idiosyncratic-ruby.com/73-unicode-version-mapping.html):
You can run `uniscribe -v` to check for the Unicode level of your uniscribe version.
Also see