Module: RSpec::Matchers::DefineConstant::Identity

Defined in:
lib/rspec/matchers/define_constant/identity.rb

Overview

Gem identity information.

Class Method Summary collapse

Class Method Details

.labelObject



10
11
12
# File 'lib/rspec/matchers/define_constant/identity.rb', line 10

def self.label
  "RSpec::Matchers::DefineConstant"
end

.nameObject



6
7
8
# File 'lib/rspec/matchers/define_constant/identity.rb', line 6

def self.name
  "rspec-matchers-define_constant"
end

.versionObject



14
15
16
# File 'lib/rspec/matchers/define_constant/identity.rb', line 14

def self.version
  "0.1.1"
end

.version_labelObject



18
19
20
# File 'lib/rspec/matchers/define_constant/identity.rb', line 18

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