1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

Merge pull request #143 from petergoldstein/feature/add_2_1_0_and_rbx

Travis - Add Ruby 2.1.0, Rubinius
This commit is contained in:
Mark Dodwell 2014-01-11 14:31:32 -08:00
commit 58468dae80
3 changed files with 11 additions and 8 deletions

View file

@ -8,4 +8,9 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby
- rbx
matrix:
allow_failures:
- rvm: rbx

View file

@ -2,4 +2,6 @@ source 'https://rubygems.org'
gemspec
gem 'jruby-openssl', :platform => :jruby
platforms :rbx do
gem 'rubysl', '~> 2.0'
end

View file

@ -165,17 +165,13 @@ If you're having issue getting a long lived token with the server-side flow, mak
Actively tested with the following Ruby versions:
- MRI 2.1.0
- MRI 2.0.0
- MRI 1.9.3
- MRI 1.9.2
- MRI 1.8.7
- JRuby 1.7.4
*NB.* For JRuby < 1.7, you'll need to install the `jruby-openssl` gem. There's no way to automatically specify this in a Rubygem gemspec, so you need to manually add it your project's own Gemfile:
```ruby
gem 'jruby-openssl', :platform => :jruby
```
- JRuby 1.7.9
- Rubinius (latest stable)
## License