yaml_extend 0.2.2 → 0.2.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/yaml_extend/version.rb +1 -1
- data/yaml_extend.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 805447b25c0ac209e4c59d10d8c9f5dc2432a7271aafd0e9d9f16ccd984e6522
|
|
4
|
+
data.tar.gz: 654ad7daaec70841729bcef0131f4e29108456a8fdd17fc9898eedbd89f69e4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5af7d94d3783ffdb7a3c28fe5e2459d2c3423197f25939bfe3d5f2e88da1db044e94e38d08e8751ca165d4c89b656adc1f6a2104f5065eade9d2d6c34e59cb07
|
|
7
|
+
data.tar.gz: ebd14878f223d0bdb4f6c2a480e1a3d9ac91131f98db8202d4a4dda35347ad24457e0b86cc57765b48bb8a1ce02742280207bd882e1516a6d80728234d4b28df
|
data/README.md
CHANGED
|
@@ -152,5 +152,5 @@ YAML#ext_load_file(yaml_path, inheritance_key='extends', extend_existing_arrays=
|
|
|
152
152
|
|
|
153
153
|
## Contributing
|
|
154
154
|
|
|
155
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
155
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/magynhard/yaml_extend. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
156
156
|
|
data/lib/yaml_extend/version.rb
CHANGED
data/yaml_extend.gemspec
CHANGED
|
@@ -6,11 +6,11 @@ require 'yaml_extend/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "yaml_extend"
|
|
8
8
|
spec.version = YamlExtend::VERSION
|
|
9
|
-
spec.authors = ["
|
|
10
|
-
spec.email = ["
|
|
9
|
+
spec.authors = ["Matthäus Beyrle"]
|
|
10
|
+
spec.email = ["yaml_extend.gemspec@mail.magynhard.de"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Extends YAML to support file based inheritance}
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/magynhard/yaml_extend"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yaml_extend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthäus Beyrle
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: deep_merge
|
|
@@ -68,7 +68,7 @@ dependencies:
|
|
|
68
68
|
version: '3.0'
|
|
69
69
|
description:
|
|
70
70
|
email:
|
|
71
|
-
-
|
|
71
|
+
- yaml_extend.gemspec@mail.magynhard.de
|
|
72
72
|
executables: []
|
|
73
73
|
extensions: []
|
|
74
74
|
extra_rdoc_files: []
|
|
@@ -88,7 +88,7 @@ files:
|
|
|
88
88
|
- lib/yaml_extend/version.rb
|
|
89
89
|
- lib/yaml_extend/yaml_extend_helper.rb
|
|
90
90
|
- yaml_extend.gemspec
|
|
91
|
-
homepage: https://github.com/
|
|
91
|
+
homepage: https://github.com/magynhard/yaml_extend
|
|
92
92
|
licenses:
|
|
93
93
|
- MIT
|
|
94
94
|
metadata:
|