Hi, this is my first post here :)
Considering the principles behind the Semantic Versioning
http://semver.org/
and the fact that Bundler
http://gembundler.com/ enforces them I'd
like to know if this project embrace Semantic Versioning too.
I'd like to put something like this in my Gemfile:
gem "compass", "~>0"
so I'm especially interested in the following statement
"Major version zero (0.y.z) is for initial development. Anything may
change at any time. The public API should not be considered stable."
which of course would mean that I cannot blindly trust the previous
Gemfile ;-)
Thx,
Maurizio