Sha256: d1d825de481a6d282be1bfaf2d1f75845b188536672e70cd878b5b5ac3814e94
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
# Copyright (c) 2008 The Kaphan Foundation # # For licensing information see LICENSE.txt. # # Please visit http://www.peerworks.org/contact for further information. # module Atom #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 5 TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ratom-0.5.0 | lib/atom/version.rb |