redlock.gemspec in redlock-0.0.3 vs redlock.gemspec in redlock-0.0.4
- old
+ new
@@ -9,10 +9,10 @@
spec.authors = ["Leandro Moreira"]
spec.email = ["leandro.ribeiro.moreira@gmail.com"]
spec.summary = %q{Distributed lock using Redis written in Ruby.}
spec.description = %q{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 = "MIT"
+ 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"]