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

Updating to depend on TK 1.4 #109

Merged
merged 5 commits into from
Apr 23, 2015
Merged

Updating to depend on TK 1.4 #109

merged 5 commits into from
Apr 23, 2015

Conversation

tyler-ball
Copy link
Contributor

Taking advantage of the new base class and transport logic. Also replacing the Fog dependency with the aws-sdk dependency.

\cc @fnichol

config[:instance_type] = config[:flavor_id] || 'm1.small'
end
if config[:ssh_timeout]
# TODO NOOOOOOOOOO
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@fnichol I really, really hate doing this. What would you suggest?

gem.add_dependency 'fog'
gem.add_dependency "test-kitchen", "= 1.4.0.rc.1"
gem.add_dependency 'excon'
gem.add_dependency 'multi_json'
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason for multi_json other than older Ruby support? Test Kitchen only works on Ruby 1.9 and up which ships with a 'json' in stdlib. I may be missing a hidden dep in here though…

Copy link
Contributor Author

Choose a reason for hiding this comment

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

When getting rid of Fog, I literally copied the transitive dependencies it was using (for the fetch_credentials call). I should probably update that to just use json.

@fnichol
Copy link
Contributor

fnichol commented Apr 23, 2015

@tyler-ball Looking really good!

@fnichol
Copy link
Contributor

fnichol commented Apr 23, 2015

Sweet, 👍

tyler-ball added a commit that referenced this pull request Apr 23, 2015
@tyler-ball tyler-ball merged commit ca38266 into master Apr 23, 2015
@tyler-ball tyler-ball deleted the tball/tk14 branch April 23, 2015 19:55
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