yaml_extend 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04f4c2478bcf2e8aba3680677eceab0842a7d9fc2e7365aa2f28d0d6dd63a117
4
- data.tar.gz: 43e083063da5ef8ed5908e0f9468424b92ed3da4dd3c263a8771f264a4e5d81d
3
+ metadata.gz: c5ab39dd4d1b790d1d73de077e99b30963040951ef98b583085ce58331083144
4
+ data.tar.gz: a67afd6dce0a398d466efda67c773d00bdaffeaa5eddac74ab07469e425e9177
5
5
  SHA512:
6
- metadata.gz: d34ec7a111411afa7422674d3de2a5b5703016ffae3e5ad20c98844dc1fcd9a80c18465e10cbb4421d2eae0a76f861cc21762ad063c556e22b048a096a8bb546
7
- data.tar.gz: 2a5a773487b707570e3a615278594998003fbab324c86b486c3cef0f5bcd8748b62926271b121be8a3389ffdc1a4b830e5f5fbe53467de1d8f49b2f23668dfd0
6
+ metadata.gz: 604d8a4232dfe3eed9d74d8077ee16c9cfe7341c730fc06667a0bfdd0ab24d3a9bdf67e0ee5b87f4230d1b14c010d9b187b3dd5d34d8db3b3f734fca544dad46
7
+ data.tar.gz: 12cee38d68fabaee77b4cfd039d17bafce15b3545fd4937bf25135a8c5a812c05072162b8592c0fd742751a572be6de331e94ccd43786fe0268d8710d09c8b3b
@@ -1,3 +1,3 @@
1
1
  module YamlExtend
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
data/lib/yaml_extend.rb CHANGED
@@ -15,9 +15,7 @@ module YAML
15
15
  # ability to inherit from other YAML file(s)
16
16
  #
17
17
  # @param yaml_path [String] the path to the yaml file to be loaded
18
- # @param inheritance_key [String|Array]
19
- # The key used in the yaml file to extend from another YAML file.
20
- # Use an Array if you want to use a tree structure key like "options.extends" => ['options','extends']
18
+ # @param inheritance_key [String|Array] The key used in the yaml file to extend from another YAML file. Use an Array if you want to use a tree structure key like "options.extends" => ['options','extends']
21
19
  # @param extend_existing_arrays [Boolean] extend existing arrays instead of replacing them
22
20
  # @param config [Hash] a hash to be merged into the result, usually only recursivly called by the method itself
23
21
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yaml_extend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthäus Beyrle