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

mixlib-versioning backwards compatability for PartialSemVer support #229

Merged
merged 3 commits into from
Aug 2, 2017

Conversation

wrightp
Copy link

@wrightp wrightp commented Aug 2, 2017

Update mixlib-install to support mixlib-versioning's new partial semver support if available.

@schisamo @chef/engineering-services

Signed-off-by: Patrick Wright patrick@chef.io

Copy link

@scotthain scotthain left a comment

Choose a reason for hiding this comment

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

Minor spelling nitpick otherwise 👍

# If PartialSemVer is defined than the version of mixlib-versioning loaded can parse partial versions
# Otherwise parsing a partial version will return nil
is_partial = if defined?(Mixlib::Versioning::Format::PartialSemVer)
# remove if there's a trailing period for mixlib-versioning compatability

Choose a reason for hiding this comment

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

sp - compatibility

Patrick Wright and others added 3 commits August 2, 2017 17:32
Signed-off-by: Patrick Wright <patrick@chef.io>
Signed-off-by: Seth Chisamore <schisamo@chef.io>
Signed-off-by: Seth Chisamore <schisamo@chef.io>
@schisamo schisamo merged commit ea3d0b7 into master Aug 2, 2017
@schisamo schisamo deleted the pw/mixlib-ver-1.2.2 branch August 2, 2017 21:54
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.

None yet

5 participants