mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Revert "Add JRuby back to the CI matrix"
This reverts commit cbd324533a
.
This commit is contained in:
parent
cbd324533a
commit
d31da66d9f
3 changed files with 1 additions and 5 deletions
|
@ -3,6 +3,5 @@ rvm:
|
|||
- 1.8.7
|
||||
- 1.9.1
|
||||
- 1.9.2
|
||||
- jruby
|
||||
- rbx
|
||||
- ree
|
||||
|
|
4
Gemfile
4
Gemfile
|
@ -6,7 +6,3 @@ gemspec :path => 'oa-enterprise'
|
|||
gemspec :path => 'oa-more'
|
||||
gemspec :path => 'oa-oauth'
|
||||
gemspec :path => 'oa-openid'
|
||||
|
||||
group :development do
|
||||
gem "thrift_client", "0.6.1", :git => "git://github.com/sferik/thrift_client.git", :branch => "bump_version"
|
||||
end
|
||||
|
|
1
Rakefile
1
Rakefile
|
@ -47,3 +47,4 @@ namespace :doc do
|
|||
task.files = PROJECTS.map{|project| "#{root}/#{project}/lib/**/*.rb"} + ['README.markdown', 'LICENSE']
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue