@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77 spec . version = Async ::VERSION
88
99 spec . summary = "A concurrency framework for Ruby."
10- spec . authors = [ "Samuel Williams" , "Bruno Sutic" , "Jeremy Jung" , "Olle Jonsson" , "Devin Christensen" , "Emil Tin" , "Kent Gruber" , "Brian Morearty" , "Colin Kelley" , "Gert Goet" , "Jiang Jinyang" , "Julien Portalier" , "Jun Jiang" , "Ken Muryoi" , "Leon Löchner" , "Masafumi Okura" , "Masayuki Yamamoto" , "Math Ieu" , "Patrik Wenger" , "Ryan Musgrave" , "Salim Semaoune" , "Shannon Skipper" , "Sokolov Yura" , "Stefan Wrobel" , "Trevor Turk" ]
10+ spec . authors = [ "Samuel Williams" , "Bruno Sutic" , "Jeremy Jung" , "Olle Jonsson" , "Devin Christensen" , "Emil Tin" , "Kent Gruber" , "Brian Morearty" , "Colin Kelley" , "Dimitar Peychinov" , " Gert Goet", "Jiang Jinyang" , "Julien Portalier" , "Jun Jiang" , "Ken Muryoi" , "Leon Löchner" , "Masafumi Okura" , "Masayuki Yamamoto" , "Math Ieu" , "Patrik Wenger" , "Ryan Musgrave" , "Salim Semaoune" , "Shannon Skipper" , "Sokolov Yura" , "Stefan Wrobel" , "Trevor Turk" ]
1111 spec . license = "MIT"
1212
1313 spec . cert_chain = [ 'release.cert' ]
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
1818 spec . metadata = {
1919 "documentation_uri" => "https://socketry.github.io/async/" ,
2020 "funding_uri" => "https://github.com/sponsors/ioquatix/" ,
21+ "source_code_uri" => "https://github.com/socketry/async.git" ,
2122 }
2223
2324 spec . files = Dir . glob ( [ '{lib}/**/*' , '*.md' ] , File ::FNM_DOTMATCH , base : __dir__ )
@@ -26,6 +27,6 @@ Gem::Specification.new do |spec|
2627
2728 spec . add_dependency "console" , "~> 1.10"
2829 spec . add_dependency "fiber-annotation"
29- spec . add_dependency "io-event" , "~> 1.5" , ">= 1.5.1"
30+ spec . add_dependency "io-event" , [ "~> 1.5" , ">= 1.5.1" ]
3031 spec . add_dependency "timers" , "~> 4.1"
3132end
0 commit comments