Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0C54610923 for ; Wed, 12 Jun 2013 08:38:57 +0000 (UTC) Received: (qmail 78221 invoked by uid 500); 12 Jun 2013 08:38:56 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 78192 invoked by uid 500); 12 Jun 2013 08:38:51 -0000 Mailing-List: contact commits-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list commits@deltacloud.apache.org Received: (qmail 78178 invoked by uid 99); 12 Jun 2013 08:38:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 08:38:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C8D208A35E5; Wed, 12 Jun 2013 08:38:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marios@apache.org To: commits@deltacloud.apache.org Message-Id: <8b651845e6c64ed5b5815b63528ba485@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Update deltacloud-core gemspec for newest aws rubygem Date: Wed, 12 Jun 2013 08:38:48 +0000 (UTC) Updated Branches: refs/heads/master 14cde5cf4 -> 18deb2f53 Update deltacloud-core gemspec for newest aws rubygem Required for the Network API calls https://github.com/appoxy/aws/pull/124 Version 2.9.0 was yanked because of https://github.com/appoxy/aws/pull/126 Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/18deb2f5 Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/18deb2f5 Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/18deb2f5 Branch: refs/heads/master Commit: 18deb2f538c646d446a2175dc20b40ed6c703a19 Parents: 14cde5c Author: marios Authored: Tue Jun 4 12:23:05 2013 +0300 Committer: marios Committed: Wed Jun 12 11:38:29 2013 +0300 ---------------------------------------------------------------------- server/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltacloud/blob/18deb2f5/server/Gemfile ---------------------------------------------------------------------- diff --git a/server/Gemfile b/server/Gemfile index 19efa59..ad0d8e5 100644 --- a/server/Gemfile +++ b/server/Gemfile @@ -12,7 +12,7 @@ gem 'net-ssh' gem 'nokogiri' gem 'sequel' gem 'tilt' -gem 'aws', '>=2.7.0' +gem 'aws', '>=2.9.1' gem 'waz-storage', '>=1.1.0' gem 'cloudservers' gem 'cloudfiles'