Sha256: 8537a0c7b1a487267fb2c26a2bdb8c1bf2eb2127f69bb7b8312811f0671f1a08
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
module CelluloidPubsub # Returns the version of the currently loaded Rails as a <tt>Gem::Version</tt> def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 0 MINOR = 0 TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
celluloid_pubsub-0.0.3 | lib/celluloid_pubsub/version.rb |