Skip to content

Ruby v2.5 compatibility

Compare
Choose a tag to compare
@tom-lord tom-lord released this 25 Dec 17:51
· 53 commits to master since this release
2d6d90d

Generated unicode 10.0 ranges, as required for ruby v2.5.x compatibility.

This ensures code such as:

/\p{Alpha}/.random_example

will generate a matching example under the new ruby version.