module UniqChar::Identity

Gem identity information.

Public Class Methods

label() click to toggle source
# File lib/uniq_char/identity.rb, line 8
def self.label
  'UniqChar'
end
name() click to toggle source
# File lib/uniq_char/identity.rb, line 4
def self.name
  'uniq_char'
end
version() click to toggle source
# File lib/uniq_char/identity.rb, line 12
def self.version
  '0.2.0'
end
version_label() click to toggle source
# File lib/uniq_char/identity.rb, line 16
def self.version_label
  "#{label} #{version}"
end