33 34 35
# File 'lib/libertine/scm/git.rb', line 33 def tags Dir.chdir(dir) { `git tag -l 'v*'`.split } end