Skip to content

Commit

Permalink
Merge pull request #16 from thedrow/patch-1
Browse files Browse the repository at this point in the history
Add Ruby 2.3 support
  • Loading branch information
nashby committed Dec 20, 2016
2 parents 3eb0efd + ce81ad0 commit 0a29247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,4 +6,6 @@ rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.3

script: "bundle exec rake test"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 0a29247

Please sign in to comment.