Sha256: 95ca5d632153f5155abce5e589048c0f7b944945b07ba757ce9384f1c51fd028
Contents?: true
Size: 194 Bytes
Versions: 3
Compression:
Stored size: 194 Bytes
Contents
module Clickatell #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 5 TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') def self.to_s STRING end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
commonthread-clickatell-0.5.1 | lib/clickatell/version.rb |
commonthread-clickatell-0.5.2 | lib/clickatell/version.rb |
clickatell-0.5.0 | lib/clickatell/version.rb |