mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Test against specific Ruby versions
This commit is contained in:
parent
b29d8606e7
commit
cefac180f1
2 changed files with 5 additions and 3 deletions
|
@ -12,8 +12,9 @@ rvm:
|
|||
- 1.8.7
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.1.10
|
||||
- 2.2.5
|
||||
- 2.3.1
|
||||
- jruby-head
|
||||
- rbx-2
|
||||
- ruby-head
|
||||
|
|
|
@ -143,7 +143,8 @@ your first stop if you are wondering about a more in-depth look at
|
|||
OmniAuth, how it works, and how to use it.
|
||||
|
||||
## Supported Ruby Versions
|
||||
OmniAuth is tested under 1.8.7, 1.9.3, 2.0.0, 2.1.0, JRuby, and Rubinius.
|
||||
OmniAuth is tested under 1.8.7, 1.9.3, 2.0.0, 2.1.10, 2.2.5, 2.3.1, JRuby, and
|
||||
Rubinius.
|
||||
|
||||
## Versioning
|
||||
This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations
|
||||
|
|
Loading…
Reference in a new issue