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 bug in comparing gem versions for update #74

Merged
merged 1 commit into from
Jan 13, 2016
Merged

Conversation

JacobEvelyn
Copy link
Owner

Previously, gem version comparisons were
done by coercing both values to rational
numbers. This breaks when comparing 0.9 to
0.10, for example (the former is the larger
number but the lower version), so this commit
switches us to use the Semverse gem for this
comparison.

Resolves #72.

Previously, gem version comparisons were
done by coercing both values to rational
numbers. This breaks when comparing 0.9 to
0.10, for example (the former is the larger
number but the lower version), so this commit
switches us to use the Semverse gem for this
comparison.

Resolves #72.
JacobEvelyn added a commit that referenced this pull request Jan 13, 2016
Fix bug in comparing gem versions for update
@JacobEvelyn JacobEvelyn merged commit 3dd2eb8 into master Jan 13, 2016
@JacobEvelyn JacobEvelyn deleted the updation branch January 13, 2016 04:27
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.

1 participant