conflate 0.0.2 → 0.0.3

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.
@@ -21,7 +21,7 @@ module Conflate
21
21
  # doing this to properly handle the slightly different behaviors of
22
22
  # OpenStruct (which does respond to unassigned attributes) or the
23
23
  # Rails.application.config object (which doesn't)
24
- warn "#{name} already contains some information, so skipping conflating it with the contents of #{yaml_path}"
24
+ warn "#{config_object.class} already has a #{config_object.public_send(name).class} for the key '#{name}'. Skipping conflating it with the contents of #{File.basename yaml_path}."
25
25
  return # so don't set it
26
26
  end
27
27
 
@@ -1,3 +1,3 @@
1
1
  module Conflate
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conflate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -101,7 +101,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  segments:
103
103
  - 0
104
- hash: 1307108633160320951
104
+ hash: 648603194445134247
105
105
  required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  none: false
107
107
  requirements:
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  segments:
112
112
  - 0
113
- hash: 1307108633160320951
113
+ hash: 648603194445134247
114
114
  requirements: []
115
115
  rubyforge_project:
116
116
  rubygems_version: 1.8.25