Module: Alarmable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/alarmable.rb,
lib/alarmable/version.rb
Overview
The gem version details.
Constant Summary collapse
- VERSION =
The version of the
alarmablegem '2.11.0'
Class Method Summary collapse
-
.gem_version ⇒ Gem::Version
Returns the version of the gem as a
Gem::Version. -
.version ⇒ String
Returns the version of gem as a string.
Class Method Details
.gem_version ⇒ Gem::Version
Returns the version of the gem as a Gem::Version.
19 20 21 |
# File 'lib/alarmable/version.rb', line 19 def gem_version Gem::Version.new VERSION end |
.version ⇒ String
Returns the version of gem as a string.
12 13 14 |
# File 'lib/alarmable/version.rb', line 12 def version VERSION end |