Module: Conversejs
- Defined in:
- lib/conversejs.rb,
lib/conversejs/engine.rb,
lib/conversejs/version.rb
Overview
The gem version details.
Defined Under Namespace
Classes: Engine
Constant Summary collapse
- VERSION =
The version of the
conversejsgem '4.4.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/conversejs/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/conversejs/version.rb', line 12 def version VERSION end |