File: version.rb

package info (click to toggle)
ruby-unf-ext 0.0.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,472 kB
  • sloc: cpp: 14,118; lisp: 1,180; ruby: 94; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 64 bytes parent folder | download
1
2
3
4
5
module UNF
  class Normalizer
    VERSION = "0.0.7.7"
  end
end