dynamic_configuration 0.3.11 → 0.3.12

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: c15ffcb6799d3bb37e31a1cd3e80bf260e8b3aa6
4
- data.tar.gz: 36fdaf70fdc0f1ed7c4f0a2da34cf3bb073cce74
3
+ metadata.gz: 43ab2799434a94cd3444afeea16ab789fa51d1a1
4
+ data.tar.gz: e070e64a043072ec74c92fafd0a0bcd2dea540fb
5
5
  SHA512:
6
- metadata.gz: 57fefc3634f73a354d2c7302f8cf442729200840ebb7b2e87ed540609405263898af830a76564cb8287ca0da48fcaa8400258ea9c84aa23b449f46447ecba2fd
7
- data.tar.gz: b423c9d645a7a3cb8e2328d9464692ec09becb788e52e23c3f10547cbf2036cf1683e39b47e557e7f114c361b1b9f73d469574401368a500ba8860dc083be0bd
6
+ metadata.gz: e4f82c8f662d225eced41c381fdca1de0192cdfad0335a3d072f519ff67fcbf69a554e262f1ad44dfc2168464f300e9450941c0bdc5fcce02db275ad34272b03
7
+ data.tar.gz: 56e8e7e9cac56e65021494108dbd431b773e56a521245defb6cae67b49173c070fc79cf360f17ffe68a763ba91365de1b0b12c39730b086bf0c44a5c76c0eb3e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.11
1
+ 0.3.12
@@ -2,15 +2,16 @@
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.11 ruby lib
5
+ # stub: dynamic_configuration 0.3.12 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "dynamic_configuration"
9
- s.version = "0.3.11"
9
+ s.version = "0.3.12"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
+ s.require_paths = ["lib"]
12
13
  s.authors = ["Jaros\u{142}aw Rzesz\u{f3}tko"]
13
- s.date = "2013-10-31"
14
+ s.date = "2014-02-06"
14
15
  s.description = "Flexible configuration library for Ruby and Rails applications."
15
16
  s.email = "jrzeszotko@gmail.com"
16
17
  s.extra_rdoc_files = [
@@ -34,8 +35,7 @@ Gem::Specification.new do |s|
34
35
  "spec_helper.rb"
35
36
  ]
36
37
  s.homepage = "http://github.com/jaroslawr/dynamic_configuration"
37
- s.require_paths = ["lib"]
38
- s.rubygems_version = "2.1.10"
38
+ s.rubygems_version = "2.2.1"
39
39
  s.summary = "Flexible configuration library for Ruby and Rails applications."
40
40
  end
41
41
 
@@ -28,8 +28,6 @@ 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
33
31
  end
34
32
 
35
33
  def load_main_configuration_files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamic_configuration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.11
4
+ version: 0.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarosław Rzeszótko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-31 00:00:00.000000000 Z
11
+ date: 2014-02-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Flexible configuration library for Ruby and Rails applications.
14
14
  email: jrzeszotko@gmail.com
@@ -41,17 +41,17 @@ require_paths:
41
41
  - lib
42
42
  required_ruby_version: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - '>='
44
+ - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  requirements:
49
- - - '>='
49
+ - - ">="
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project:
54
- rubygems_version: 2.1.10
54
+ rubygems_version: 2.2.1
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: Flexible configuration library for Ruby and Rails applications.