Module: RuneRb::Utils::Version
- Included in:
- RuneRb
- Defined in:
- lib/rrb/utils/version.rb
Overview
Functions to retrieve version data for the Rune.rb project.
Instance Method Summary collapse
-
#build ⇒ String
The build string for the project.
-
#version ⇒ String
The version.
Instance Method Details
#build ⇒ String
The build string for the project.
13 14 15 |
# File 'lib/rrb/utils/version.rb', line 13 def build "#{version}-#{raw[:build]}" end |
#version ⇒ String
The version.
7 8 9 |
# File 'lib/rrb/utils/version.rb', line 7 def version raw[:version] end |