We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
does this gem follow Semantic Versioning?
In other words, is it safe to set spec.add_dependency 'daemons', '~> 1.3' without incurring in breaking changes?
spec.add_dependency 'daemons', '~> 1.3'
Thanks
The text was updated successfully, but these errors were encountered:
Since recently I am trying to follow semantic versioning, yes. So it should (hopefully) be safe to add such a dependency.
Sorry, something went wrong.
@thuehlinger thanks!
Relax and update Daemons dependency
e93963b
Daemons follows Semantic Versioning, so it is safe to set the dependency at its minor version number Ref: thuehlinger/daemons#74
No branches or pull requests
Hi,
does this gem follow Semantic Versioning?
In other words, is it safe to set
spec.add_dependency 'daemons', '~> 1.3'
without incurring in breaking changes?Thanks
The text was updated successfully, but these errors were encountered: