Module: Acv2lrtemplate::Identity

Defined in:
lib/acv2lrtemplate/identity.rb

Overview

Gem identity information.

Class Method Summary collapse

Class Method Details

.labelObject



10
11
12
# File 'lib/acv2lrtemplate/identity.rb', line 10

def self.label
  "ACV2LRTemplate"
end

.nameObject



6
7
8
# File 'lib/acv2lrtemplate/identity.rb', line 6

def self.name
  "acv2lrtemplate"
end

.versionObject



14
15
16
# File 'lib/acv2lrtemplate/identity.rb', line 14

def self.version
  "0.2.1"
end

.version_labelObject



18
19
20
# File 'lib/acv2lrtemplate/identity.rb', line 18

def self.version_label
  "#{label} #{version}"
end