Method: ActivityNotification.gem_version

Defined in:
lib/activity_notification/gem_version.rb

.gem_versionObject

Returns the version of the currently loaded ActivityNotification as a Gem::Version



3
4
5
# File 'lib/activity_notification/gem_version.rb', line 3

def self.gem_version
  Gem::Version.new VERSION
end