Skip to content

Commit

Permalink
Merge pull request #11 from tom-lord/ruby-2.4-support
Browse files Browse the repository at this point in the history
Ruby 2.4 support
  • Loading branch information
tom-lord authored Dec 30, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents fac919d + 16a0bf5 commit 4de8e33
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
rvm:
- 2.0.0-p598
- 2.1.6
- 2.2.4
- 2.3.0
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
- ruby-head
matrix:
allow_failures:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ Obviously, you will get different (random) results if you try these yourself!
* MRI 2.1.x
* MRI 2.2.x
* MRI 2.3.x
* MRI 2.4.0-dev
* MRI 2.4.x

MRI ≤ 1.9.3 are not supported. This is primarily because MRI 2.0.0 introduced a new
regexp engine (`Oniguruma` was replaced by `Onigmo`). Whilst *most* of this gem could
Binary file modified db/unicode_ranges_2.4.pstore
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/regexp-examples/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gem version
module RegexpExamples
VERSION = '1.3.0'
VERSION = '1.3.1'
end

0 comments on commit 4de8e33

Please sign in to comment.