Sha256: 586ec92916d05a0aa79f2d0abb4c495c3fd0c050d262b95592a85b3501511338
Contents?: true
Size: 320 Bytes
Versions: 1
Compression:
Stored size: 320 Bytes
Contents
unless defined?(Mystro::Volley::Version) # MystroVolley::Version conflicts with Version model module Mystro module Volley module Version MAJOR = 0 MINOR = 1 TINY = 0 TAG = "rc2" STRING = [MAJOR, MINOR, TINY, TAG].compact.join('.') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mystro-volley-0.1.0.rc2 | lib/mystro-volley/version.rb |