yaml_extend.gemspec in yaml_extend-1.2.1 vs yaml_extend.gemspec in yaml_extend-1.3.0
- old
+ new
@@ -4,10 +4,11 @@
require 'yaml_extend/version'
Gem::Specification.new do |spec|
spec.name = "yaml_extend"
spec.version = YamlExtend::VERSION
+ spec.executables = %w[yaml_extend]
spec.authors = ["Matthäus Beyrle"]
spec.email = ["yaml_extend.gemspec@mail.magynhard.de"]
spec.summary = %q{Extends YAML to support file based inheritance}
spec.homepage = "https://github.com/magynhard/yaml_extend"
@@ -23,10 +24,10 @@
end
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
- spec.bindir = 'exe'
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_dependency 'deep_merge', '~> 1.1'