File: version.rb

package info (click to toggle)
ruby-minitest-utils 0.2.4%2Bdebian-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 156 kB
  • ctags: 55
  • sloc: ruby: 355; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (3)
1
2
3
4
5
module Minitest
  module Utils
    VERSION = '0.2.4'
  end
end