dynamic_configuration 0.3.12 → 0.3.13

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
  SHA1:
3
- metadata.gz: 43ab2799434a94cd3444afeea16ab789fa51d1a1
4
- data.tar.gz: e070e64a043072ec74c92fafd0a0bcd2dea540fb
3
+ metadata.gz: 76344d2157db88d0146007e521b296322d4592a1
4
+ data.tar.gz: 0e71321dd18c4a10b13459465ecf51c196eaebe1
5
5
  SHA512:
6
- metadata.gz: e4f82c8f662d225eced41c381fdca1de0192cdfad0335a3d072f519ff67fcbf69a554e262f1ad44dfc2168464f300e9450941c0bdc5fcce02db275ad34272b03
7
- data.tar.gz: 56e8e7e9cac56e65021494108dbd431b773e56a521245defb6cae67b49173c070fc79cf360f17ffe68a763ba91365de1b0b12c39730b086bf0c44a5c76c0eb3e
6
+ metadata.gz: 60bb564937d89c96fcdebf9d0291330b024c3439d0d781d8b35db29cbc403a94c6b6f81c0ca566ec3aadfbd15f4350d8c993ce33ac688a5c03bdb6312425eedc
7
+ data.tar.gz: dbf4554f086be198b6ea294ddf41448c879fef4e166078a6d58966f5885414479f6a578a3f20f8a60b30608133142f397d3d521f8f5d47aa4787be7054e806ba
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.12
1
+ 0.3.13
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: dynamic_configuration 0.3.12 ruby lib
5
+ # stub: dynamic_configuration 0.3.13 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "dynamic_configuration"
9
- s.version = "0.3.12"
9
+ s.version = "0.3.13"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -28,6 +28,8 @@ module DynamicConfiguration
28
28
  @const_name = const_name
29
29
  @config_directory = Pathname.new(config_directory)
30
30
  @config = Config.new(@const_name, @config_directory)
31
+
32
+ Object.const_set @const_name, @config
31
33
  end
32
34
 
33
35
  def load_main_configuration_files
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamic_configuration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarosław Rzeszótko