Skip to content

Commit b801503

Browse files
committed
Cleanup order of paragraphs
1 parent 9121874 commit b801503

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ Obviously, you will get different (random) results if you try these yourself!
5454
## Supported ruby versions
5555
MRI 2.4.0 (oldest non-[EOL](https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/) version) --> 2.6.3 (latest stable version)
5656

57-
MRI ≤ 1.9.3 were never supported by this library. This is primarily because MRI 2.0.0 introduced a new
58-
regexp engine (`Oniguruma` was replaced by `Onigmo`). Whilst *most* of this gem could
59-
be made to work with MRI 1.9.x (or even 1.8.x), I considered the changes too significant
60-
to implement backwards compatability (especially since [long-term support for MRI
61-
1.9.3 has long ended](https://www.ruby-lang.org/en/news/2014/01/10/ruby-1-9-3-will-end-on-2015/)).
57+
MRI 2.0.0 --> 2.3.x were supported until version `1.5.0` of this library. Support was dropped primarily
58+
because of the need to use `RbConfig::CONFIG['UNICODE_VERSION']`, which was added to ruby version `2.4.0`.
6259

63-
For example, named properties (e.g. `/\p{Alpha}/`) are illegal syntax on MRI 1.9.3.
60+
MRI versions ≤ 1.9.3 were never supported by this library. This is primarily because MRI 2.0.0 introduced a new
61+
regexp engine (`Oniguruma` was replaced by `Onigmo` -- For example, named properties like `/\p{Alpha}/`
62+
are illegal syntax on MRI 1.9.3.). Whilst *most* of this gem could be made to work with MRI 1.9.x
63+
(or even 1.8.x), I considered the changes too significant to implement backwards compatability
64+
(especially since [long-term support for MRI 1.9.3 has long
65+
ended](https://www.ruby-lang.org/en/news/2014/01/10/ruby-1-9-3-will-end-on-2015/)).
6466

65-
MRI 2.0.0 --> 2.3.x were supported until version `1.5.0` of this gem. Support was dropped primarily
66-
because of the need to use `RbConfig::CONFIG['UNICODE_VERSION']`, which was added to `2.4.0`.
6767

6868
Other implementations, such as JRuby, could probably work fine -
6969
but I haven't fully tried/tested it. Pull requests are welcome.

0 commit comments

Comments
 (0)