From 37775779d4af15a14a8418984bae4ef09348ad75 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 20 Dec 2016 16:45:05 +0200 Subject: [PATCH 1/2] Add Ruby 2.3 support. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0ff0083..51f45c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,6 @@ rvm: - 2.0.0 - 2.1 - 2.2 + - 2.3.3 + script: "bundle exec rake test" From ce81ad090a4c4e8e4f071b6d8906d9446c56b456 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 20 Dec 2016 16:45:58 +0200 Subject: [PATCH 2/2] Updated README to reflect 2.3 support [skip-ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6d5bb1..04fa8ca 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ XXH64 is also supported: you can use `xxh64` and `xxh64_stream`. ### Supported Ruby versions -- MRI 1.9.3, 2.0, 2.1, 2.2. +- MRI 1.9.3, 2.0, 2.1, 2.2 & 2.3. - rbx-19mode Note: It doesn't work on JRuby as it uses C extension.