You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2010/11/15 13:46:51 UTC

[PATCH core 09/14] Changed EC2 gem in Gemfile

From: Michal Fojtik <mf...@redhat.com>

---
 server/Gemfile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/server/Gemfile b/server/Gemfile
index b455e51..5cf8184 100644
--- a/server/Gemfile
+++ b/server/Gemfile
@@ -15,8 +15,7 @@ group :linode do
 end
 
 group :amazon do
-  gem 'right_aws'
-  gem 'amazon-ec2'
+  gem 'aws', :git => "https://github.com/appoxy/aws.git"
 end
 
 group 'terremark' do
-- 
1.7.3.2