meroku.gemspec in meroku-2.0.25 vs meroku.gemspec in meroku-2.0.26
- old
+ new
@@ -14,10 +14,10 @@
spec.homepage = "http://www.github.com/meroku/meroku"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
- spec.bindir = "exe"
+ spec.bindir = "bin"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_runtime_dependency "byebug", '~> 9.1', '>= 9.1.0'
spec.add_runtime_dependency 'rest-client', '>= 1.8'