sockit.gemspec in sockit-1.0.0 vs sockit.gemspec in sockit-1.0.2

- old
+ new

@@ -24,10 +24,10 @@ Gem::Specification.new do |spec| spec.name = "sockit" spec.version = Sockit::VERSION spec.authors = %(Zachary Patten) spec.email = [ %(zachary AT jovelabs DOT com) ] - spec.description = %(Transparent SOCKS v4 and SOCKS v5 support for TCPSocket) + spec.description = %(Seamlessly route all TCP traffic for you application through a SOCKS v4 or v5 server with nearly zero effort. Once required and configured all traffic leveraging the TCPSocket class will route via your configured SOCKS server.) spec.summary = %(Transparent SOCKS v4 and SOCKS v5 support for TCPSocket) spec.homepage = %(https://github.com/zpatten/sockit) spec.license = "Apache 2.0" spec.files = `git ls-files`.split($/)