Skip to content

Commit

Permalink
update gemspec description
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlecompte committed Aug 13, 2012
1 parent 57e67ad commit 6dce7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis_failover.gemspec
Expand Up @@ -4,8 +4,8 @@ require File.expand_path('../lib/redis_failover/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Ryan LeCompte"]
gem.email = ["lecompte@gmail.com"]
gem.description = %(Redis Failover is a ZooKeeper-based automatic master/slave failover solution for Ruby)
gem.summary = %(Redis Failover is a ZooKeeper-based automatic master/slave failover solution for Ruby)
gem.description = %(redis_failover is a ZooKeeper-based automatic master/slave failover solution for Ruby)
gem.summary = %(redis_failover is a ZooKeeper-based automatic master/slave failover solution for Ruby)
gem.homepage = "http://github.com/ryanlecompte/redis_failover"

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit 6dce7f1

Please sign in to comment.