Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.

Change of top-level namespace to fix conflict with official Amazon aws-sdk #64

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

itrigga
Copy link

@itrigga itrigga commented Jan 26, 2012

Hi,

Thanks for the gem, we use it every day at iTrigga. However, since amazon released their official Ruby aws-sdk , we've found that we can't use that and this together.

The aws-sdk gem also defines the AWS::EC2 namespace, however in their case it's a class, not a module - so we can't just require both and get the methods mixed-in. So I took the simplest possible approach to fixing the problem by renaming the top-level namespace in your gem to AWSAPI. I figured if we have this problem, then others probably have too, so here's the pull request. All tests pass.

Thanks again!

Al

Al Davidson added 4 commits January 26, 2012 11:03
…cial Amazon AWS SDK gem, which also defines AWS::EC2 but as a class not a module
…cial Amazon AWS SDK gem, which also defines AWS::EC2 but as a class not a module
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant