dynamic_configuration 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
1
+ 0.3.5
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "dynamic_configuration"
8
- s.version = "0.3.4"
8
+ s.version = "0.3.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jaros\u{142}aw Rzesz\u{f3}tko"]
12
- s.date = "2013-04-03"
12
+ s.date = "2013-04-29"
13
13
  s.description = "Flexible configuration library for Ruby and Rails applications."
14
14
  s.email = "jrzeszotko@gmail.com"
15
15
  s.extra_rdoc_files = [
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
34
34
  ]
35
35
  s.homepage = "http://github.com/jaroslawr/dynamic_configuration"
36
36
  s.require_paths = ["lib"]
37
- s.rubygems_version = "1.8.24"
37
+ s.rubygems_version = "1.8.23"
38
38
  s.summary = "Flexible configuration library for Ruby and Rails applications."
39
39
 
40
40
  if s.respond_to? :specification_version then
@@ -112,6 +112,8 @@ module DynamicConfiguration
112
112
  end
113
113
 
114
114
  class Group < ::BlankSlate
115
+ reveal :send
116
+
115
117
  attr_accessor :settings
116
118
 
117
119
  def initialize
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.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-03 00:00:00.000000000 Z
12
+ date: 2013-04-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: blankslate
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  requirements: []
71
71
  rubyforge_project:
72
- rubygems_version: 1.8.24
72
+ rubygems_version: 1.8.23
73
73
  signing_key:
74
74
  specification_version: 3
75
75
  summary: Flexible configuration library for Ruby and Rails applications.