caddy.gemspec in caddy-1.0.0 vs caddy.gemspec in caddy-1.0.1

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |s| s.name = "caddy" s.version = Caddy::VERSION s.authors = ["Nick Elser"] s.email = ["nick.elser@gmail.com"] - s.description = %q(Caddy gives you a magical auto-updating global cache.) - s.summary = %q(Caddy gives you a magical auto-updating global cache.) + s.description = %q(Caddy gives you a auto-updating global cache to speed up requests.) + s.summary = %q(Caddy gives you a auto-updating global cache to speed up requests.) s.homepage = "http://github.com/nickelser/caddy" s.licenses = ["MIT"] s.files = `git ls-files`.split($/) s.executables = s.files.grep(%r{^bin/}).map { |f| File.basename(f) }