percheron.gemspec in percheron-0.2.1 vs percheron.gemspec in percheron-0.2.2
- old
+ new
@@ -12,11 +12,11 @@
spec.summary = %q{Organise your Docker containers with muscle and intelligence}
spec.homepage = 'https://github.com/ashmckenzie/percheron'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
- spec.bindir = 'exe'
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+ spec.bindir = 'bin'
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = [ 'lib' ]
spec.add_runtime_dependency 'clamp', '~> 0.6'
spec.add_runtime_dependency 'docker-api', '~> 1.13'
spec.add_runtime_dependency 'hashie', '~> 3.2'