Module: Capistrano::Redmine::Deployment
- Defined in:
- lib/capistrano-redmine-deployment.rb,
lib/capistrano/redmine/deployment/client.rb,
lib/capistrano/redmine/deployment/config.rb,
lib/capistrano/redmine/deployment/railtie.rb,
lib/capistrano/redmine/deployment/version.rb,
lib/capistrano/redmine/deployment/gem_version.rb
Defined Under Namespace
Modules: VERSION Classes: Client, Config, Railtie
Class Method Summary collapse
-
.gem_version ⇒ Object
Returns the version of the currently loaded module as a
Gem::Version. -
.version ⇒ Object
Returns the version of the currently loaded Gem as a
Gem::Version.
Class Method Details
.gem_version ⇒ Object
Returns the version of the currently loaded module as a Gem::Version
7 8 9 |
# File 'lib/capistrano/redmine/deployment/gem_version.rb', line 7 def self.gem_version Gem::Version.new VERSION::STRING end |
.version ⇒ Object
Returns the version of the currently loaded Gem as a Gem::Version
9 10 11 |
# File 'lib/capistrano/redmine/deployment/version.rb', line 9 def self.version gem_version end |