1
0
Fork 0
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:
Erik Michaels-Ober 2011-04-28 18:44:09 -07:00
parent cbd324533a
commit d31da66d9f
3 changed files with 1 additions and 5 deletions

View file

@ -3,6 +3,5 @@ rvm:
- 1.8.7 - 1.8.7
- 1.9.1 - 1.9.1
- 1.9.2 - 1.9.2
- jruby
- rbx - rbx
- ree - ree

View file

@ -6,7 +6,3 @@ gemspec :path => 'oa-enterprise'
gemspec :path => 'oa-more' gemspec :path => 'oa-more'
gemspec :path => 'oa-oauth' gemspec :path => 'oa-oauth'
gemspec :path => 'oa-openid' 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

View file

@ -47,3 +47,4 @@ namespace :doc do
task.files = PROJECTS.map{|project| "#{root}/#{project}/lib/**/*.rb"} + ['README.markdown', 'LICENSE'] task.files = PROJECTS.map{|project| "#{root}/#{project}/lib/**/*.rb"} + ['README.markdown', 'LICENSE']
end end
end end