Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update namespace to match the one used by aws-sdk-v1 gem #15

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

Update namespace to match the one used by aws-sdk-v1 gem #15

wants to merge 2 commits into from

Conversation

dceballos
Copy link

Since the aws-sdk gem has been upgraded to v2, this project is no longer usable with the latest version of the aws-sdk gem. I've changed the namespace for this project to match that one used by the aws-sdk-v1 gem which is the one needed now to be able to run the amazon-kinesis-client-library.

To use this project with both v1 and v2 gems, just require your gems like so:

gem 'aws-sdk-v1'
gem 'aws-sdk', '~>2.0'

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant