Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 996 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 996 Bytes

Gem Version Build Status Build Status

gitv is yet another gem for versioning based on git tags.

Installation

Run

gem install gitv

Usage

From shell:

gitv

From ruby code:

gitv = GitV.new(src_root, version_file) # src_root defaults to PWD
                                        # version_file defaults to PWD/lib/data/version
gitv.version # Retrieve version (either from git tags or cached)
gitv.cache   # Cache version number and return cache file name

See also gitv.gemspec for usage example.


This gem is licensed under the Apache License, Version 2.0.
See LICENSE for the full license text.