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

Make Shoryuken compatibility with aws-sdk-core 2 and 3 #433

Merged
merged 1 commit into from
Sep 2, 2017

Conversation

phstc
Copy link
Collaborator

@phstc phstc commented Sep 2, 2017

Fixes #430

@phstc phstc mentioned this pull request Sep 2, 2017
lib/shoryuken.rb Outdated
end
rescue LoadError
fail "AWS SDK 3 requires aws-sdk-sqs to be installed separately. Please add gem 'aws-sdk-sqs' to your Gemfile"
end
Copy link
Collaborator Author

@phstc phstc Sep 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pyromaniac Aws::CORE_GEM_VERSION is the one that returns the version. But I think only by checking if Aws::SQS we can infer if 3 or not.

@phstc phstc force-pushed the feature/add-compatibility-with-aws-sdk-v2-and-3 branch 10 times, most recently from a7c1150 to 76edb81 Compare September 2, 2017 01:47
@phstc phstc force-pushed the feature/add-compatibility-with-aws-sdk-v2-and-3 branch from 76edb81 to a36d6e9 Compare September 2, 2017 01:59
@pyromaniac
Copy link

I think it is perfect :shipit:

@phstc phstc merged commit 8f54c26 into master Sep 2, 2017
@phstc phstc deleted the feature/add-compatibility-with-aws-sdk-v2-and-3 branch September 2, 2017 20:49
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.

2 participants