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

Fix spec to pass CI builds on Ruby 2.0.0-p648 #40

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

Conversation

sunaot
Copy link

@sunaot sunaot commented Oct 9, 2019

Build was failing on Ruby 2.0.0-p648 because of the dependency on td-client-ruby <= 0.8.83.
The latest td-client-ruby uses SSL by default but using SSL was optional behavior on td-client-ruby before 0.8.83 versions. This patch changed the spec to work with both td-client-ruby behaviors.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 94.099% when pulling c0e6a1d on sunaot:fixspec into ce15da9 on treasure-data:master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 94.099% when pulling c0e6a1d on sunaot:fixspec into ce15da9 on treasure-data:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 94.099% when pulling c0e6a1d on sunaot:fixspec into ce15da9 on treasure-data:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 94.099% when pulling c0e6a1d on sunaot:fixspec into ce15da9 on treasure-data:master.

@coveralls
Copy link

coveralls commented Oct 9, 2019

Coverage Status

Coverage decreased (-0.07%) to 94.064% when pulling f82d22b on sunaot:fixspec into ce15da9 on treasure-data:master.

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