socketry.gemspec in socketry-0.1.0 vs socketry.gemspec in socketry-0.2.0
- old
+ new
@@ -4,13 +4,13 @@
require "socketry/version"
Gem::Specification.new do |spec|
spec.name = "socketry"
spec.version = Socketry::VERSION
- spec.authors = ["Tony Arcieri", "Zachary Anker"]
+ spec.authors = ["Tony Arcieri"]
spec.email = ["bascule@gmail.com"]
spec.licenses = ["MIT"]
- spec.homepage = "https://github.com/celluloid/socketry/"
+ spec.homepage = "https://github.com/socketry/socketry/"
spec.summary = "High-level wrappers for Ruby sockets with advanced thread-safe timeout support"
spec.description = <<-DESCRIPTION.strip.gsub(/\s+/, " ")
Socketry wraps Ruby's sockets with an advanced timeout engine which is able to provide multiple
simultaneous timeout behaviors in a thread-safe way.
DESCRIPTION