Revert "Revert "Revert "Add JRuby back to the CI matrix"""

This reverts commit 03a601f387.
This commit is contained in:
Erik Michaels-Ober 2011-04-28 19:03:23 -07:00
parent 03a601f387
commit d83d496dc9
3 changed files with 1 additions and 5 deletions

View File

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

View File

@ -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

View File

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