Class: GemComet::Config
- Inherits:
-
ServiceAbstract
- Object
- ServiceAbstract
- GemComet::Config
- Defined in:
- lib/gem_comet/config.rb
Overview
Loads the config file
Constant Summary collapse
- CURRENT_VERSION =
1- V1 =
TypeStruct.new( version: CURRENT_VERSION, release: TypeStruct.new( base_branch: String, release_branch: String, version_file_path: String ) )