Module: BugBot::Identity
- Defined in:
- lib/bug_bot/identity.rb
Overview
Gem identity information.
Class Method Summary collapse
Class Method Details
.label ⇒ Object
10 11 12 |
# File 'lib/bug_bot/identity.rb', line 10 def label 'BugBot' end |
.name ⇒ Object
6 7 8 |
# File 'lib/bug_bot/identity.rb', line 6 def name 'bug_bot' end |
.version ⇒ Object
14 15 16 |
# File 'lib/bug_bot/identity.rb', line 14 def version '0.2.0' end |
.version_label ⇒ Object
18 19 20 |
# File 'lib/bug_bot/identity.rb', line 18 def version_label "#{label} #{version}" end |