const_conf 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19a5a45903e8c2f791137d6915c030d37d30604281302dd94e3e8106e04a6d86
4
- data.tar.gz: af9bb6d4476d64d5d580e6507b8e175d9c229399336e58f7ec3abcf616b23820
3
+ metadata.gz: 9cc85b090b12ae171232e854cc5326c6ffd5a2872a9126148b697af6d98ae697
4
+ data.tar.gz: 3fcf5db7f32b8628b9eec438980d66c348ba34eab3afaf1de692d0a27620b72d
5
5
  SHA512:
6
- metadata.gz: f7a42bb5cb789f317c47fc61953841e3c4d01aa630b931fec09d9638b85a56407912d1adc2392d3a1f6fb4ba742c287855ea06e2ff2cb6c1e4ae65b39e1a41ad
7
- data.tar.gz: ed2a1f66bd4a6460671e4db21ee400de2120a3272cf4064c36b85067a415054e2f0adbea2709b7c2027d3a61c0da763b650fd69b0cea2af72e8a5c9b7a79e87a
6
+ metadata.gz: 1a40c7fda5828a6e2e26621fa1388742463410fdff1c4f97665bce88d0d13975c1798c0b7d1e9b50373d2915d880b48a3f9d22b45910589ed1476ae5e2e920d6
7
+ data.tar.gz: 5514b159ea1e3c492f4f4cd3f8105b41f0d25816a4010366de2a4f82de149b16e9b0794035690eb2baa6410968b729fad492d9a482e67af30d6d3f4222a01e5a
data/const_conf.gemspec CHANGED
@@ -1,9 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: const_conf 0.4.2 ruby lib
2
+ # stub: const_conf 0.4.3 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "const_conf".freeze
6
- s.version = "0.4.2".freeze
6
+ s.version = "0.4.3".freeze
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib".freeze]
@@ -1,6 +1,6 @@
1
1
  module ConstConf
2
2
  # ConstConf version
3
- VERSION = '0.4.2'
3
+ VERSION = '0.4.3'
4
4
  VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
5
5
  VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
6
6
  VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
data/lib/const_conf.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require 'pathname'
2
2
  require 'tins/xt'
3
+ require 'term/ansicolor'
3
4
  require 'active_support/all'
4
5
 
5
6
  # A configuration management module that provides environment variable-based
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: const_conf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank