Commit 66b7ebba authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

Se modifican los bindir del gemspec

parent e580b7a8
.DS_Store
zoholib-*.gem
......@@ -27,8 +27,8 @@ Gem::Specification.new do |spec|
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.bindir = 'bin'
spec.executables = spec.files.grep(%r{^zoholib/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_development_dependency 'bundler', '~> 1.15'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment