Directory : /opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/text-1.3.1/lib/text/ |
Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/text-1.3.1/lib/text/version.rb |
module Text module VERSION #:nodoc: MAJOR = 1 MINOR = 3 TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end end