File: version.rb

package info (click to toggle)
ruby-guard-shell 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: ruby: 104; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module Guard
  module ShellVersion
    VERSION = '0.7.2'
  end
end