aetherknight / recursive-open-struct

OpenStruct subclass that returns nested hash attributes as RecursiveOpenStructs
Other
276 stars 54 forks source link

Do you follow SemVer? If yes, can you mention it in README/Changelog? #57

Closed pravi closed 6 years ago

pravi commented 6 years ago

Most projects assume there is no SemVer when there is no explicit declaration. So kubeclient has ~> 1.0.4 as requirement for recursive-open-struct. This means I have to maintain a patch in debian to be able to install 1.1.0 version. If you state your semver compliance, I can ask kubeclient maintainer to relax the dependency to ~> 1.0.

aetherknight commented 6 years ago

Hey @pravi recursive-open-struct does follow semver. I will add a statement about it to the readme.