Sha256: 5d147b72d4eb077595310eed0dc5534c5f1fc093857c6bf4038250e6c373561b
Contents?: true
Size: 146 Bytes
Versions: 2
Compression:
Stored size: 146 Bytes
Contents
module Twitter #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 3 TINY = 8 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
billymeltdown-twitter-0.3.8.1 | lib/twitter/version.rb |
jnunemaker-twitter-0.3.8 | lib/twitter/version.rb |