public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Search Repo:
Fix failure of net/ssh requiring jruby-openssl when running on JRuby.

Added dependency for java gemspec.


git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@653600 
13f79535-47bb-0310-9956-ffa450edef68
vic (author)
Mon May 05 14:00:51 -0700 2008
commit  5393b44e8181067dc07df6b44d3dc98e85e249fc
tree    a196247efd1c91988035134bc39637a14a8e266a
parent  b8c1221892a07d72d9fac5752c72bc6251071694
...
24
25
26
 
27
28
29
...
24
25
26
27
28
29
30
0
@@ -24,6 +24,7 @@
0
     spec = Gem::Specification.load(File.join(File.dirname(__FILE__), 'buildr.gemspec'))
0
     spec.platform = platform
0
     if platform =~ /java/
0
+ spec.add_dependency 'jruby-openssl', '~> 0.2'
0
       spec.add_dependency 'ci_reporter', '~> 1.5'
0
     else
0
       spec.add_dependency 'rjb', '~>1.1'

Comments

    No one has commented yet.