File: version.rb

package info (click to toggle)
ruby-terminal-table 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: ruby: 874; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 62 bytes parent folder | download
1
2
3
4
5
module Terminal
  class Table
    VERSION = '3.0.2'
  end
end