Skip to content

Commit

Permalink
new gem description/summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlecompte committed Apr 15, 2012
1 parent 8c73168 commit ec58a3b
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 provides a full automatic master/slave failover solution for Ruby)
gem.summary = %(Redis Failover provides a full 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 ec58a3b

Please sign in to comment.