1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Add JRuby back to the CI matrix

This commit is contained in:
Erik Michaels-Ober 2011-04-28 18:36:42 -07:00
parent 7104c108ee
commit cbd324533a
3 changed files with 5 additions and 1 deletions

View file

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

View file

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

View file

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