Sha256: 081f6412119c6d69cd5005d112170ba8221a940a424a8b5b0599ad9e12a1d25c

Contents?: true

Size: 182 Bytes

Versions: 2

Compression:

Stored size: 182 Bytes

Contents

require 'yaml'
filepath = File.join(File.dirname(__FILE__), "config.yml")
CONFIG = YAML.load_file(filepath)

module Configure
  def self.tag_types
    CONFIG.fetch('tags')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
build_promotion_tool-0.1.3 lib/build_promotion_tool/configure.rb
build_promotion_tool-0.1.2 lib/build_promotion_tool/configure.rb