Sha256: c0c9e03b41f6a763cf18f74c5ac316478333b630b9b4ca6d3b21861242735133
Contents?: true
Size: 394 Bytes
Versions: 14
Compression:
Stored size: 394 Bytes
Contents
module ActivityNotification # Returns the version of the currently loaded ActivityNotification as a Gem::Version def self.gem_version Gem::Version.new VERSION end # Manages individual gem version from Gem::Version module GEM_VERSION MAJOR = VERSION.split(".")[0] MINOR = VERSION.split(".")[1] TINY = VERSION.split(".")[2] PRE = VERSION.split(".")[3] end end
Version data entries
14 entries across 14 versions & 1 rubygems