Commit f768cc20 by John Hawthorn Committed by Jon Yurek

appraisal generated gemfiles with fog

parent 4047d322
...@@ -7,5 +7,6 @@ gem "rake" ...@@ -7,5 +7,6 @@ gem "rake"
gem "sqlite3-ruby", "~>1.3.0" gem "sqlite3-ruby", "~>1.3.0"
gem "shoulda" gem "shoulda"
gem "mocha" gem "mocha"
gem "fog"
gem "aws-s3", {:require=>"aws/s3"} gem "aws-s3", {:require=>"aws/s3"}
gem "appraisal" gem "appraisal"
\ No newline at end of file
...@@ -20,10 +20,24 @@ GEM ...@@ -20,10 +20,24 @@ GEM
xml-simple xml-simple
builder (3.0.0) builder (3.0.0)
columnize (0.3.2) columnize (0.3.2)
excon (0.5.7)
fog (0.7.1)
builder
excon (>= 0.5.7)
formatador (>= 0.1.2)
json
mime-types
net-ssh (>= 2.0.23)
nokogiri (>= 1.4.4)
ruby-hmac
formatador (0.1.2)
json (1.5.1)
linecache (0.43) linecache (0.43)
mime-types (1.16) mime-types (1.16)
mocha (0.9.9) mocha (0.9.9)
rake rake
net-ssh (2.1.0)
nokogiri (1.4.4)
rack (1.1.0) rack (1.1.0)
rails (2.3.10) rails (2.3.10)
actionmailer (= 2.3.10) actionmailer (= 2.3.10)
...@@ -38,6 +52,7 @@ GEM ...@@ -38,6 +52,7 @@ GEM
ruby-debug-base (~> 0.10.4.0) ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4) ruby-debug-base (0.10.4)
linecache (>= 0.3) linecache (>= 0.3)
ruby-hmac (0.4.0)
shoulda (2.11.3) shoulda (2.11.3)
sqlite3-ruby (1.3.2) sqlite3-ruby (1.3.2)
xml-simple (1.0.12) xml-simple (1.0.12)
...@@ -48,6 +63,7 @@ PLATFORMS ...@@ -48,6 +63,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
appraisal appraisal
aws-s3 aws-s3
fog
mocha mocha
rails (~> 2.3.0) rails (~> 2.3.0)
rake rake
......
...@@ -7,5 +7,6 @@ gem "rake" ...@@ -7,5 +7,6 @@ gem "rake"
gem "sqlite3-ruby", "~>1.3.0" gem "sqlite3-ruby", "~>1.3.0"
gem "shoulda" gem "shoulda"
gem "mocha" gem "mocha"
gem "fog"
gem "aws-s3", {:require=>"aws/s3"} gem "aws-s3", {:require=>"aws/s3"}
gem "appraisal" gem "appraisal"
\ No newline at end of file
...@@ -40,7 +40,19 @@ GEM ...@@ -40,7 +40,19 @@ GEM
columnize (0.3.2) columnize (0.3.2)
erubis (2.6.6) erubis (2.6.6)
abstract (>= 1.0.0) abstract (>= 1.0.0)
excon (0.5.7)
fog (0.7.1)
builder
excon (>= 0.5.7)
formatador (>= 0.1.2)
json
mime-types
net-ssh (>= 2.0.23)
nokogiri (>= 1.4.4)
ruby-hmac
formatador (0.1.2)
i18n (0.4.2) i18n (0.4.2)
json (1.5.1)
linecache (0.43) linecache (0.43)
mail (2.2.10) mail (2.2.10)
activesupport (>= 2.3.6) activesupport (>= 2.3.6)
...@@ -50,6 +62,8 @@ GEM ...@@ -50,6 +62,8 @@ GEM
mime-types (1.16) mime-types (1.16)
mocha (0.9.9) mocha (0.9.9)
rake rake
net-ssh (2.1.0)
nokogiri (1.4.4)
polyglot (0.3.1) polyglot (0.3.1)
rack (1.2.1) rack (1.2.1)
rack-mount (0.6.13) rack-mount (0.6.13)
...@@ -75,6 +89,7 @@ GEM ...@@ -75,6 +89,7 @@ GEM
ruby-debug-base (~> 0.10.4.0) ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4) ruby-debug-base (0.10.4)
linecache (>= 0.3) linecache (>= 0.3)
ruby-hmac (0.4.0)
shoulda (2.11.3) shoulda (2.11.3)
sqlite3-ruby (1.3.2) sqlite3-ruby (1.3.2)
thor (0.14.6) thor (0.14.6)
...@@ -89,6 +104,7 @@ PLATFORMS ...@@ -89,6 +104,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
appraisal appraisal
aws-s3 aws-s3
fog
mocha mocha
rails (~> 3.0.0) rails (~> 3.0.0)
rake rake
......
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