redis.gemspec in redis-3.0.0.rc2 vs redis.gemspec in redis-3.0.0
- old
+ new
@@ -9,10 +9,10 @@
s.version = Redis::VERSION
s.homepage = "https://github.com/redis/redis-rb"
- s.summary = "A Ruby client library for the Redis key-value store."
+ s.summary = "A Ruby client library for Redis"
s.description = <<-EOS
A Ruby client that tries to match Redis' API one-to-one, while still
providing an idiomatic interface. It features thread-safety,
client-side sharding, pipelining, and an obsession for performance.