You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GVB.commit_date_version
This allows you to use an alternate, non-tag-based, approach for your
package versioning, if semver doesn't make sense for your application. I
don't recommend it for general use.
Backwards compatibility ftw
This release just re-implements `Gem::Specification#lib_dirs_glob`
internally, using features that were added to Rubygems a decade ago, for
people who are using *very* old versions of Rubygems.
Other projects have versions too, you know
This release changes the API by re-adding an optional argument to
GVB.version and GVB.date, to tell them to not do anything clever (looking in
the call stack) to find out who's calling, but instead only look in the
local git tree. This is needed for git-version-bump (the binary) to
recognise versions other than GVB's own.