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

Add Rubinius and 2.1.0 to Travis config. Add Rubinius gems to Gemfile. Remove jruby-openssl from Gemfile and README. Update JRuby version in README to 1.7.9

This commit is contained in:
Peter M. Goldstein 2013-12-28 00:01:41 -08:00
parent cf00da9f8b
commit a7fa76f6af
3 changed files with 11 additions and 8 deletions

View file

@ -3,4 +3,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