mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
use same language for summary + description
This commit is contained in:
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
||||
spec.authors = ["Nick Elser"]
|
||||
spec.email = ["nick.elser@gmail.com"]
|
||||
|
||||
spec.summary = %q(Distributed locks using Memcached or Redis.)
|
||||
spec.summary = %q(Distributed locks (mutexes & semaphores) using Memcached or Redis.)
|
||||
spec.description = %q(Distributed locks (mutexes & semaphores) using Memcached or Redis.)
|
||||
spec.homepage = "https://github.com/nickelser/suo"
|
||||
spec.license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user