File: version.rb

package info (click to toggle)
ruby-abstract-type 0.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 172 kB
  • sloc: ruby: 205; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 110 bytes parent folder | download
1
2
3
4
5
6
7
8
# encoding: utf-8

module AbstractType

  # Gem version
  VERSION = '0.0.7'.freeze

end # module AbstractType