connection_pool.gemspec in connection_pool-0.9.2 vs connection_pool.gemspec in connection_pool-0.9.3

- old
+ new

@@ -5,10 +5,10 @@ s.name = "connection_pool" s.version = ConnectionPool::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Mike Perham"] s.email = ["mperham@gmail.com"] - s.homepage = "" + s.homepage = "https://github.com/mperham/connection_pool" s.description = s.summary = %q{Generic connection pool for Ruby} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }