module Dockman::Identity

Gem identity information.

Public Class Methods

label() click to toggle source
# File lib/dockman/identity.rb, line 10
def self.label
  "Dockman"
end
name() click to toggle source
# File lib/dockman/identity.rb, line 6
def self.name
  "dockman"
end
version() click to toggle source
# File lib/dockman/identity.rb, line 14
def self.version
  "0.1.12"
end
version_label() click to toggle source
# File lib/dockman/identity.rb, line 18
def self.version_label
  "#{label} v#{version}"
end