Skip to content

Commit

Permalink
bundle jruby-openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Sep 3, 2011
1 parent 974d543 commit 1635d7d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -17,6 +17,5 @@ tmtags
coverage
rdoc
pkg
Gemfile.lock

## PROJECT::SPECIFIC
5 changes: 5 additions & 0 deletions Gemfile
@@ -1,2 +1,7 @@
source 'http://rubygems.org'

platform :jruby do
gem 'jruby-openssl', '>= 0.7'
end

gemspec
50 changes: 50 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,50 @@
PATH
remote: .
specs:
paypal-express (0.4.0)
activesupport (>= 2.3)
attr_required (>= 0.0.3)
i18n
restclient_with_cert

GEM
remote: http://rubygems.org/
specs:
activesupport (3.1.0)
multi_json (~> 1.0)
attr_required (0.0.3)
bouncy-castle-java (1.5.0146.1)
diff-lcs (1.1.3)
fakeweb (1.3.0)
i18n (0.6.0)
jruby-openssl (0.7.4)
bouncy-castle-java
mime-types (1.16)
multi_json (1.0.3)
rake (0.9.2)
rcov (0.9.10)
rcov (0.9.10-java)
rest-client (1.6.7)
mime-types (>= 1.16)
restclient_with_cert (0.0.8)
rest-client (>= 1.6)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)

PLATFORMS
java
ruby

DEPENDENCIES
fakeweb (>= 1.3.0)
jruby-openssl (>= 0.7)
paypal-express!
rake (>= 0.8)
rcov (>= 0.9)
rspec (>= 2)

0 comments on commit 1635d7d

Please sign in to comment.