File: git-bump

package info (click to toggle)
ruby-git-bump 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: ruby: 244; makefile: 7
file content (7 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env ruby

$:.unshift(File.expand_path('../../lib', __FILE__))

require 'git_bump'

GitBump.start