File: version.rb

package info (click to toggle)
ruby-test-unit-notify 1.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: ruby: 238; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
module Test
  module Unit
    module Notify
      # test-unit-notify version number formatted as
      # "#\\{MAJOR}.#\\{MINOR}.#\\{MICRO}".
      VERSION = "1.0.4"
    end
  end
end