File: version.rb

package info (click to toggle)
ruby-columnize 0.9.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 232 kB
  • sloc: ruby: 477; makefile: 22
file content (7 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# Sets constant Columnize::VERSION, the version number of
# this package. It is used in Gem creation but can also be consulted after
# require'ing 'columnize'.
module Columnize
  # The current version of this package
  VERSION = '0.9.0'
end