config_context 0.3.3 → 0.3.4

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.
Files changed (3) hide show
  1. data/lib/config_context.rb +2 -0
  2. data/lib/version.rb +1 -1
  3. metadata +1 -1
@@ -29,6 +29,8 @@ module ConfigContext
29
29
  else
30
30
  @config.merge!( YAML.load_file( config_file ) ) { |k, ov, nv| ov }
31
31
  end
32
+
33
+ @config
32
34
  rescue Exception => e
33
35
  raise ConfigContext::Error.new( e.message )
34
36
  end
@@ -2,7 +2,7 @@ module Version
2
2
  INFO = {
3
3
  :major =>0,
4
4
  :minor =>3,
5
- :patch =>3
5
+ :patch =>4
6
6
  }
7
7
 
8
8
  NAME = 'config_context'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: config_context
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.3
5
+ version: 0.3.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Javier Juarez