lib/yaml_extend.rb in yaml_extend-1.3.2 vs lib/yaml_extend.rb in yaml_extend-1.3.3

- old
+ new

@@ -1,10 +1,9 @@ -require 'yaml_extend/version' - require 'yaml' require 'erb' require 'deep_merge/rails_compat' +require_relative 'yaml_extend/version' require_relative 'custom_errors/invalid_key_type_error' # # Extending the YAML library to allow to inherit from another YAML file(s) #