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

Add version checking logic #3

Closed
dtrenz opened this issue Jan 20, 2016 · 1 comment
Closed

Add version checking logic #3

dtrenz opened this issue Jan 20, 2016 · 1 comment

Comments

@dtrenz
Copy link
Owner

dtrenz commented Jan 20, 2016

The library should be able to look at various forms of version strings or version codes and deduce which version is higher / lower. This will involve major and minor numbers, ex "1.2.1 vs 1.3.0" and "1.5 vs 2.1" as well as a version code that may be only an integer. The consumer should be able to configure what the library is evaluating, the version name or the version code.

see: btkelly/gandalf#5

@dtrenz
Copy link
Owner Author

dtrenz commented Feb 9, 2016

Done. Using version string. Not configurable in this version.

@dtrenz dtrenz closed this as completed Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant