Closed tagliala closed 5 years ago
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
Since recently I am trying to follow semantic versioning, yes. So it should (hopefully) be safe to add such a dependency.
@thuehlinger thanks!
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