The following two patches are the steps I had to take to get deltacloud-client running properly under JRuby.
The output of the 'rake package' task now produces two gems - deltacloud-client-x.x.x.x-java.gem and deltacloud-client-x.x.x.x.gem. The JRuby gem depends on Nokogiri 1.5.0.beta.2 because that is the earliest version with a pure-Java (no FFI) implementation. Ben Browning (2): Fix authorization header encoding under JRuby Build java and ruby versions of client gem client/Rakefile | 11 +++++++++-- client/deltacloud-client.gemspec | 10 ++++++++-- client/lib/deltacloud.rb | 6 +++++- 3 files changed, 22 insertions(+), 5 deletions(-) -- 1.7.2.1
