Class: GemComet::Config

Inherits:
ServiceAbstract show all
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
  )
)

Method Summary

Methods inherited from ServiceAbstract

call