Sha256: 4b06188ff71c4636356b280bb9fea897039d86bf60887e77aa1c5c0176a5dbbe
Contents?: true
Size: 215 Bytes
Versions: 1
Compression:
Stored size: 215 Bytes
Contents
# -*- encoding: utf-8 -*- module EventedBluepill module VERSION #:nodoc: MAJOR = 0 MINOR = 0 TINY = 51 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
evented_bluepill-0.0.51 | lib/evented_bluepill/version.rb |