Commit 1ad401ac by Prem Sichanugrist

Also add Gemfile entry for JRuby

parent 7859c4cd
...@@ -4,6 +4,7 @@ gem "mocha" ...@@ -4,6 +4,7 @@ gem "mocha"
gem "rake" gem "rake"
# gem "ruby-debug", :platform => :ruby_18 # gem "ruby-debug", :platform => :ruby_18
# gem "ruby-debug19", :platform => :ruby_19 # gem "ruby-debug19", :platform => :ruby_19
gem "jruby-openssl", :platform => :jruby
gem "aws-s3", :require => "aws/s3" gem "aws-s3", :require => "aws/s3"
gem "sqlite3-ruby", "~>1.3.0" gem "sqlite3-ruby", "~>1.3.0"
gem "appraisal" gem "appraisal"
......
...@@ -13,6 +13,7 @@ GEM ...@@ -13,6 +13,7 @@ GEM
builder builder
mime-types mime-types
xml-simple xml-simple
bouncy-castle-java (1.5.0146.1)
builder (3.0.0) builder (3.0.0)
childprocess (0.1.9) childprocess (0.1.9)
ffi (~> 1.0.6) ffi (~> 1.0.6)
...@@ -26,6 +27,7 @@ GEM ...@@ -26,6 +27,7 @@ GEM
diff-lcs (1.1.2) diff-lcs (1.1.2)
excon (0.6.3) excon (0.6.3)
ffi (1.0.9) ffi (1.0.9)
ffi (1.0.9-java)
fog (0.8.2) fog (0.8.2)
builder builder
excon (~> 0.6.1) excon (~> 0.6.1)
...@@ -38,11 +40,18 @@ GEM ...@@ -38,11 +40,18 @@ GEM
formatador (0.1.4) formatador (0.1.4)
gherkin (2.4.5) gherkin (2.4.5)
json (>= 1.4.6) json (>= 1.4.6)
gherkin (2.4.5-java)
json (>= 1.4.6)
jruby-openssl (0.7.4)
bouncy-castle-java
json (1.5.3) json (1.5.3)
json (1.5.3-java)
mime-types (1.16) mime-types (1.16)
mocha (0.9.12) mocha (0.9.12)
net-ssh (2.1.4) net-ssh (2.1.4)
nokogiri (1.4.4) nokogiri (1.4.4)
nokogiri (1.4.4-java)
weakling (>= 0.0.3)
rake (0.9.2) rake (0.9.2)
rdoc (3.8) rdoc (3.8)
rspec (2.6.0) rspec (2.6.0)
...@@ -59,9 +68,11 @@ GEM ...@@ -59,9 +68,11 @@ GEM
sqlite3-ruby (1.3.3) sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3) sqlite3 (>= 1.3.3)
term-ansicolor (1.0.5) term-ansicolor (1.0.5)
weakling (0.0.4-java)
xml-simple (1.0.16) xml-simple (1.0.16)
PLATFORMS PLATFORMS
java
ruby ruby
DEPENDENCIES DEPENDENCIES
...@@ -70,6 +81,7 @@ DEPENDENCIES ...@@ -70,6 +81,7 @@ DEPENDENCIES
bundler bundler
cocaine cocaine
fog fog
jruby-openssl
mime-types mime-types
mocha mocha
rake rake
......
...@@ -5,6 +5,7 @@ source "http://rubygems.org" ...@@ -5,6 +5,7 @@ source "http://rubygems.org"
gem "shoulda" gem "shoulda"
gem "mocha" gem "mocha"
gem "rake" gem "rake"
gem "jruby-openssl", :platform=>:jruby
gem "aws-s3", :require=>"aws/s3" gem "aws-s3", :require=>"aws/s3"
gem "sqlite3-ruby", "~>1.3.0" gem "sqlite3-ruby", "~>1.3.0"
gem "appraisal" gem "appraisal"
......
...@@ -27,6 +27,7 @@ GEM ...@@ -27,6 +27,7 @@ GEM
xml-simple xml-simple
bcat (0.6.1) bcat (0.6.1)
rack (~> 1.0) rack (~> 1.0)
bouncy-castle-java (1.5.0146.1)
builder (3.0.0) builder (3.0.0)
childprocess (0.2.0) childprocess (0.2.0)
ffi (~> 1.0.6) ffi (~> 1.0.6)
...@@ -40,6 +41,7 @@ GEM ...@@ -40,6 +41,7 @@ GEM
diff-lcs (1.1.2) diff-lcs (1.1.2)
excon (0.6.5) excon (0.6.5)
ffi (1.0.9) ffi (1.0.9)
ffi (1.0.9-java)
fog (0.9.0) fog (0.9.0)
builder builder
excon (~> 0.6.1) excon (~> 0.6.1)
...@@ -53,13 +55,19 @@ GEM ...@@ -53,13 +55,19 @@ GEM
formatador (0.2.0) formatador (0.2.0)
gherkin (2.4.5) gherkin (2.4.5)
json (>= 1.4.6) json (>= 1.4.6)
gherkin (2.4.5-java)
json (>= 1.4.6)
jruby-openssl (0.7.4)
bouncy-castle-java
json (1.5.3) json (1.5.3)
json (1.5.3-java)
mime-types (1.16) mime-types (1.16)
mocha (0.9.12) mocha (0.9.12)
net-scp (1.0.4) net-scp (1.0.4)
net-ssh (>= 1.99.1) net-ssh (>= 1.99.1)
net-ssh (2.1.4) net-ssh (2.1.4)
nokogiri (1.5.0) nokogiri (1.5.0)
nokogiri (1.5.0-java)
rack (1.1.2) rack (1.1.2)
rails (2.3.12) rails (2.3.12)
actionmailer (= 2.3.12) actionmailer (= 2.3.12)
...@@ -88,6 +96,7 @@ GEM ...@@ -88,6 +96,7 @@ GEM
xml-simple (1.1.0) xml-simple (1.1.0)
PLATFORMS PLATFORMS
java
ruby ruby
DEPENDENCIES DEPENDENCIES
...@@ -96,6 +105,7 @@ DEPENDENCIES ...@@ -96,6 +105,7 @@ DEPENDENCIES
bundler bundler
cocaine cocaine
fog fog
jruby-openssl
mime-types mime-types
mocha mocha
rails (~> 2.3.12) rails (~> 2.3.12)
......
...@@ -5,6 +5,7 @@ source "http://rubygems.org" ...@@ -5,6 +5,7 @@ source "http://rubygems.org"
gem "shoulda" gem "shoulda"
gem "mocha" gem "mocha"
gem "rake" gem "rake"
gem "jruby-openssl", :platform=>:jruby
gem "aws-s3", :require=>"aws/s3" gem "aws-s3", :require=>"aws/s3"
gem "sqlite3-ruby", "~>1.3.0" gem "sqlite3-ruby", "~>1.3.0"
gem "appraisal" gem "appraisal"
......
...@@ -45,6 +45,7 @@ GEM ...@@ -45,6 +45,7 @@ GEM
xml-simple xml-simple
bcat (0.6.1) bcat (0.6.1)
rack (~> 1.0) rack (~> 1.0)
bouncy-castle-java (1.5.0146.1)
builder (2.1.2) builder (2.1.2)
childprocess (0.2.0) childprocess (0.2.0)
ffi (~> 1.0.6) ffi (~> 1.0.6)
...@@ -60,6 +61,7 @@ GEM ...@@ -60,6 +61,7 @@ GEM
abstract (>= 1.0.0) abstract (>= 1.0.0)
excon (0.6.5) excon (0.6.5)
ffi (1.0.9) ffi (1.0.9)
ffi (1.0.9-java)
fog (0.9.0) fog (0.9.0)
builder builder
excon (~> 0.6.1) excon (~> 0.6.1)
...@@ -73,8 +75,13 @@ GEM ...@@ -73,8 +75,13 @@ GEM
formatador (0.2.0) formatador (0.2.0)
gherkin (2.4.5) gherkin (2.4.5)
json (>= 1.4.6) json (>= 1.4.6)
gherkin (2.4.5-java)
json (>= 1.4.6)
i18n (0.5.0) i18n (0.5.0)
jruby-openssl (0.7.4)
bouncy-castle-java
json (1.5.3) json (1.5.3)
json (1.5.3-java)
mail (2.2.19) mail (2.2.19)
activesupport (>= 2.3.6) activesupport (>= 2.3.6)
i18n (>= 0.4.0) i18n (>= 0.4.0)
...@@ -86,6 +93,7 @@ GEM ...@@ -86,6 +93,7 @@ GEM
net-ssh (>= 1.99.1) net-ssh (>= 1.99.1)
net-ssh (2.1.4) net-ssh (2.1.4)
nokogiri (1.5.0) nokogiri (1.5.0)
nokogiri (1.5.0-java)
polyglot (0.3.1) polyglot (0.3.1)
rack (1.2.3) rack (1.2.3)
rack-mount (0.6.14) rack-mount (0.6.14)
...@@ -130,6 +138,7 @@ GEM ...@@ -130,6 +138,7 @@ GEM
xml-simple (1.1.0) xml-simple (1.1.0)
PLATFORMS PLATFORMS
java
ruby ruby
DEPENDENCIES DEPENDENCIES
...@@ -138,6 +147,7 @@ DEPENDENCIES ...@@ -138,6 +147,7 @@ DEPENDENCIES
bundler bundler
cocaine cocaine
fog fog
jruby-openssl
mime-types mime-types
mocha mocha
rails (~> 3.0.9) rails (~> 3.0.9)
......
...@@ -5,6 +5,7 @@ source "http://rubygems.org" ...@@ -5,6 +5,7 @@ source "http://rubygems.org"
gem "shoulda" gem "shoulda"
gem "mocha" gem "mocha"
gem "rake" gem "rake"
gem "jruby-openssl", :platform=>:jruby
gem "aws-s3", :require=>"aws/s3" gem "aws-s3", :require=>"aws/s3"
gem "sqlite3-ruby", "~>1.3.0" gem "sqlite3-ruby", "~>1.3.0"
gem "appraisal" gem "appraisal"
......
...@@ -49,6 +49,8 @@ GEM ...@@ -49,6 +49,8 @@ GEM
bcat (0.6.1) bcat (0.6.1)
rack (~> 1.0) rack (~> 1.0)
bcrypt-ruby (2.1.4) bcrypt-ruby (2.1.4)
bcrypt-ruby (2.1.4-java)
bouncy-castle-java (1.5.0146.1)
builder (3.0.0) builder (3.0.0)
childprocess (0.2.0) childprocess (0.2.0)
ffi (~> 1.0.6) ffi (~> 1.0.6)
...@@ -63,6 +65,7 @@ GEM ...@@ -63,6 +65,7 @@ GEM
erubis (2.7.0) erubis (2.7.0)
excon (0.6.5) excon (0.6.5)
ffi (1.0.9) ffi (1.0.9)
ffi (1.0.9-java)
fog (0.9.0) fog (0.9.0)
builder builder
excon (~> 0.6.1) excon (~> 0.6.1)
...@@ -76,9 +79,14 @@ GEM ...@@ -76,9 +79,14 @@ GEM
formatador (0.2.0) formatador (0.2.0)
gherkin (2.4.5) gherkin (2.4.5)
json (>= 1.4.6) json (>= 1.4.6)
gherkin (2.4.5-java)
json (>= 1.4.6)
hike (1.2.0) hike (1.2.0)
i18n (0.6.0) i18n (0.6.0)
jruby-openssl (0.7.4)
bouncy-castle-java
json (1.5.3) json (1.5.3)
json (1.5.3-java)
mail (2.3.0) mail (2.3.0)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
...@@ -90,6 +98,7 @@ GEM ...@@ -90,6 +98,7 @@ GEM
net-ssh (>= 1.99.1) net-ssh (>= 1.99.1)
net-ssh (2.1.4) net-ssh (2.1.4)
nokogiri (1.5.0) nokogiri (1.5.0)
nokogiri (1.5.0-java)
polyglot (0.3.1) polyglot (0.3.1)
rack (1.3.1) rack (1.3.1)
rack-cache (1.0.2) rack-cache (1.0.2)
...@@ -144,6 +153,7 @@ GEM ...@@ -144,6 +153,7 @@ GEM
xml-simple (1.1.0) xml-simple (1.1.0)
PLATFORMS PLATFORMS
java
ruby ruby
DEPENDENCIES DEPENDENCIES
...@@ -152,6 +162,7 @@ DEPENDENCIES ...@@ -152,6 +162,7 @@ DEPENDENCIES
bundler bundler
cocaine cocaine
fog fog
jruby-openssl
mime-types mime-types
mocha mocha
rails (~> 3.1.0.rc4) rails (~> 3.1.0.rc4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment