@@ -7,24 +7,22 @@ Gem::Specification.new do |spec|
77 spec . version = Async ::IO ::VERSION
88
99 spec . summary = "Provides support for asynchonous TCP, UDP, UNIX and SSL sockets."
10- spec . authors = [ "Samuel Williams" , "Olle Jonsson" , "Benoit Daloze" , "Thibaut Girka" , "Janko Marohnić" , "Aurora Nockert" , "Bruno Sutic" , "Cyril Roelandt" , "Hal Brodigan " , "Jiang Jinyang" ]
10+ spec . authors = [ "Samuel Williams" , "Olle Jonsson" , "Benoit Daloze" , "Thibaut Girka" , "Hal Brodigan" , " Janko Marohnić", "Aurora Nockert" , "Bruno Sutic" , "Cyril Roelandt" , "Hasan Kumar " , "Jiang Jinyang" , "Maruth Goyal" , "Patrik Wenger "]
1111 spec . license = "MIT"
1212
1313 spec . cert_chain = [ 'release.cert' ]
1414 spec . signing_key = File . expand_path ( '~/.gem/release.pem' )
1515
1616 spec . homepage = "https://github.com/socketry/async-io"
1717
18+ spec . metadata = {
19+ "documentation_uri" => "https://socketry.github.io/async-io/" ,
20+ "source_code_uri" => "https://github.com/socketry/async-io.git" ,
21+ }
22+
1823 spec . files = Dir . glob ( [ '{lib}/**/*' , '*.md' ] , File ::FNM_DOTMATCH , base : __dir__ )
1924
2025 spec . required_ruby_version = ">= 2.5"
2126
2227 spec . add_dependency "async"
23-
24- spec . add_development_dependency "async-container" , "~> 0.15"
25- spec . add_development_dependency "async-rspec" , "~> 1.10"
26- spec . add_development_dependency "bake"
27- spec . add_development_dependency "covered"
28- spec . add_development_dependency "rack-test"
29- spec . add_development_dependency "rspec" , "~> 3.6"
3028end
0 commit comments