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

Rename price -> spot_price, fix rubocop #229

Merged
merged 1 commit into from
Mar 2, 2016
Merged

Rename price -> spot_price, fix rubocop #229

merged 1 commit into from
Mar 2, 2016

Conversation

jkeiser
Copy link
Contributor

@jkeiser jkeiser commented Feb 24, 2016

No description provided.

@mwrock
Copy link
Member

mwrock commented Feb 24, 2016

👍

@@ -62,7 +62,7 @@ class Ec2 < Kitchen::Driver::Base # rubocop:disable Metrics/ClassLength
end
default_config :private_ip_address, nil
default_config :iam_profile_name, nil
default_config :price, nil
default_config :spot_price, nil
Copy link
Member

Choose a reason for hiding this comment

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

nitpick here, but it's not aligned anymore

@tas50
Copy link
Member

tas50 commented Feb 24, 2016

spotprice is the right thing to do, but we need to bump this a major for this one since it's going to break anyone using price.

@jkeiser
Copy link
Contributor Author

jkeiser commented Feb 24, 2016

@tas50 price is an entirely unreleased change :) But we're bumping major anyway.

@proffalken
Copy link

+1 here (for the change and the version bump...)

@jkeiser jkeiser merged commit d8d6afe into master Mar 2, 2016
@tas50 tas50 deleted the jk/rubocop branch January 30, 2022 01:03
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.

5 participants