From 1181d3c60b816e87ebf83e9b5d9a18fa4321de3d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 19 May 2010 20:26:52 -0700 Subject: Extract base class for Amazon Web Services. Many Amazon Web Service tool bundles have similar setup steps and caveats, so extract a base class and use that for other formulae. --- Library/Formula/ec2-api-tools.rb | 52 +++++++++++++++++++++++++++------------- 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb index be7d3841a..98ae000d3 100644 --- a/Library/Formula/ec2-api-tools.rb +++ b/Library/Formula/ec2-api-tools.rb @@ -1,24 +1,21 @@ require 'formula' -class Ec2ApiTools