dynamic_configuration 0.3.5 → 0.3.6

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.5
1
+ 0.3.6
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "dynamic_configuration"
8
- s.version = "0.3.5"
8
+ s.version = "0.3.6"
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"]
@@ -112,8 +112,6 @@ module DynamicConfiguration
112
112
  end
113
113
 
114
114
  class Group < ::BlankSlate
115
- reveal :send
116
-
117
115
  attr_accessor :settings
118
116
 
119
117
  def initialize
@@ -127,6 +125,8 @@ module DynamicConfiguration
127
125
  end
128
126
 
129
127
  class Settings < ::BlankSlate
128
+ reveal :send
129
+
130
130
  def initialize(const_name, module_name, settings)
131
131
  @const_name = const_name
132
132
  @module_name = module_name
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.5
4
+ version: 0.3.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: