yaml_extend 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20c49d0c410649ca4b03ee48eb01bffe73657318ef58a445f5540e477050ae38
4
- data.tar.gz: b02a716589f2efcd3657f4fe887b8839f95252516ce4f26bc3a43ec16fe23dca
3
+ metadata.gz: 805447b25c0ac209e4c59d10d8c9f5dc2432a7271aafd0e9d9f16ccd984e6522
4
+ data.tar.gz: 654ad7daaec70841729bcef0131f4e29108456a8fdd17fc9898eedbd89f69e4f
5
5
  SHA512:
6
- metadata.gz: 1918b8ee81d0d1ba88ac69153ed4c84f857137d4c1115fcc902cefc5d1de021fe1a790158527b3878fbeda60f3e3c7a3a64a8ceb3e304646742d5a61687eb91a
7
- data.tar.gz: e5925aa2497aa1b03557fbfa2d1a8e0f0699aab664f4051b7565027e5beeee9ff2f0153c8a48790d1e2c87cb6433287e978dbca18d73e042a7ca42bdd655a1fd
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/entwanderer/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.
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
 
@@ -1,3 +1,3 @@
1
1
  module YamlExtend
2
- VERSION = '0.2.2'.freeze
2
+ VERSION = '0.2.3'.freeze
3
3
  end
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 = ["Matth\xC3\xA4us Beyrle"]
10
- spec.email = ["post@entwanderer.de"]
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/entwanderer/yaml_extend"
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.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-05-27 00:00:00.000000000 Z
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
- - post@entwanderer.de
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/entwanderer/yaml_extend
91
+ homepage: https://github.com/magynhard/yaml_extend
92
92
  licenses:
93
93
  - MIT
94
94
  metadata: