Skip to content

Commit 4de8e33

Browse files
authored
Merge pull request #11 from tom-lord/ruby-2.4-support
Ruby 2.4 support
2 parents fac919d + 16a0bf5 commit 4de8e33

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: ruby
22
rvm:
3-
- 2.0.0-p598
4-
- 2.1.6
5-
- 2.2.4
6-
- 2.3.0
3+
- 2.0.0
4+
- 2.1.10
5+
- 2.2.6
6+
- 2.3.3
77
- ruby-head
88
matrix:
99
allow_failures:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Obviously, you will get different (random) results if you try these yourself!
5757
* MRI 2.1.x
5858
* MRI 2.2.x
5959
* MRI 2.3.x
60-
* MRI 2.4.0-dev
60+
* MRI 2.4.x
6161

6262
MRI ≤ 1.9.3 are not supported. This is primarily because MRI 2.0.0 introduced a new
6363
regexp engine (`Oniguruma` was replaced by `Onigmo`). Whilst *most* of this gem could

db/unicode_ranges_2.4.pstore

27 Bytes
Binary file not shown.

lib/regexp-examples/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Gem version
22
module RegexpExamples
3-
VERSION = '1.3.0'
3+
VERSION = '1.3.1'
44
end

0 commit comments

Comments
 (0)