amazon-kinesis-client-ruby icon indicating copy to clipboard operation
amazon-kinesis-client-ruby copied to clipboard

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

Open dceballos opened this issue 9 years ago • 0 comments

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!

dceballos avatar Mar 02 '16 20:03 dceballos