Return-Path: Delivered-To: apmail-incubator-deltacloud-commits-archive@minotaur.apache.org Received: (qmail 18129 invoked from network); 8 Jul 2010 23:16:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jul 2010 23:16:23 -0000 Received: (qmail 50982 invoked by uid 500); 8 Jul 2010 23:16:23 -0000 Delivered-To: apmail-incubator-deltacloud-commits-archive@incubator.apache.org Received: (qmail 50960 invoked by uid 500); 8 Jul 2010 23:16:23 -0000 Mailing-List: contact deltacloud-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-commits@incubator.apache.org Received: (qmail 50953 invoked by uid 99); 8 Jul 2010 23:16:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 23:16:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 23:16:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B8CE323889E7; Thu, 8 Jul 2010 23:15:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r961992 - /incubator/deltacloud/trunk/framework/lib/drivers/ec2.rb Date: Thu, 08 Jul 2010 23:15:25 -0000 To: deltacloud-commits@incubator.apache.org From: lutter@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100708231525.B8CE323889E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lutter Date: Thu Jul 8 23:15:25 2010 New Revision: 961992 URL: http://svn.apache.org/viewvc?rev=961992&view=rev Log: More correction of singular/plural signatures. Modified: incubator/deltacloud/trunk/framework/lib/drivers/ec2.rb Modified: incubator/deltacloud/trunk/framework/lib/drivers/ec2.rb URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/framework/lib/drivers/ec2.rb?rev=961992&r1=961991&r2=961992&view=diff ============================================================================== --- incubator/deltacloud/trunk/framework/lib/drivers/ec2.rb (original) +++ incubator/deltacloud/trunk/framework/lib/drivers/ec2.rb Thu Jul 8 23:15:25 2010 @@ -34,7 +34,7 @@ module Drivers # Instances # - def instances(credentials, ids) + def instances(credentials, ids=nil) ec2 = new_client(credentials) instances = [] safely do