redlock.gemspec in redlock-1.2.1 vs redlock.gemspec in redlock-1.2.2
- old
+ new
@@ -13,10 +13,9 @@
spec.description = 'Distributed lock using Redis written in Ruby. Highly inspired by https://github.com/antirez/redlock-rb.'
spec.homepage = 'https://github.com/leandromoreira/redlock-rb'
spec.license = 'BSD-2-Clause'
spec.files = `git ls-files -z`.split("\x0")
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.add_dependency 'redis', '>= 3.0.0', '< 5.0'