yaml_extend 0.0.9 → 0.0.10

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
  SHA1:
3
- metadata.gz: 01d1a55edbe841c8c550a215aab940c598824b7a
4
- data.tar.gz: b91881a00fe872ef5502a6bc133f7537b1732279
3
+ metadata.gz: 272371044a98f156513ae4a60aac805e907ddbb5
4
+ data.tar.gz: 875fd637928f0a8902b1ab2a8689721d02ca5e7b
5
5
  SHA512:
6
- metadata.gz: 287a29100d50d160d9e377bf785474647b3cb59dfb6c3fc64679aba2d46b310d572ba44d25b703feb60c4e8b5598c18b32e94189f02794ecc9b8bc303ad35943
7
- data.tar.gz: f8728cb61fb753f648713b8b7a49da2dbfe34b46eeaa8a7e8f7f6f17b3894e1ab1196e61bc5ed39c2738c9adcf7f9d3c65c1b4f80df576223c3c8b55cc9c432a
6
+ metadata.gz: db2681228bb3fabdaac07cc2e04c80ce6a9d13e8c4d3aa4e34f23f4c89fdfd273622370b55c47fcbe80ae58a95bb61e9ee9475df5663f05bb8bf4f225a422cad
7
+ data.tar.gz: fb6e7cc43c61e2ca37dba3b6416f2d1768153dae305a6a582b0a8f4822693c147db7224a13d97f46c574c3607467316391801f23f386053215a251f8cb05cbe0
data/README.md CHANGED
@@ -36,7 +36,6 @@ This method works like the original YAML#load_file, by extending it with file in
36
36
 
37
37
  ### Examples
38
38
 
39
-
40
39
  ```
41
40
  # start.yml
42
41
  extends: 'super.yml'
@@ -56,8 +55,10 @@ data:
56
55
  - 'Bananas'
57
56
  - 'Apples'
58
57
  ```
59
-
58
+ #### Basic Inheritance
59
+ ```
60
60
  YAML.ext_load_file('start.yml')
61
+ ```
61
62
 
62
63
  results in
63
64
 
@@ -1,3 +1,3 @@
1
1
  module YamlExtend
2
- VERSION = '0.0.9'.freeze
2
+ VERSION = '0.0.10'.freeze
3
3
  end
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.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthäus Beyrle