Sha256: 8227bfa4a40297a04da0445aa3d95375bd8f1f217d34ba223c33d1774a38b372
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 = 6 TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ratom-0.6.3 | lib/atom/version.rb |