Skip to content

Commit 9f1c6b0

Browse files
committed
Modernize gem.
1 parent 5fc9642 commit 9f1c6b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

async.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12

23
require_relative "lib/async/version"
34

@@ -6,14 +7,14 @@ Gem::Specification.new do |spec|
67
spec.version = Async::VERSION
78

89
spec.summary = "A concurrency framework for Ruby."
9-
spec.authors = ["Samuel Williams"]
10+
spec.authors = ["Samuel Williams", "Devin Christensen", "Bruno Sutic", "Jeremy Jung", "Kent Gruber", "jeremyjung", "Brian Morearty", "Jiang Jinyang", "Julien Portalier", "Olle Jonsson", "Patrik Wenger", "Ryan Musgrave", "Salim Semaoune", "Shannon Skipper", "Sokolov Yura aka funny_falcon", "Stefan Wrobel", "jasl", "muryoimpl"]
1011
spec.license = "MIT"
1112

1213
spec.homepage = "https://github.com/socketry/async"
1314

1415
spec.files = Dir.glob('{lib}/**/*', File::FNM_DOTMATCH, base: __dir__)
1516

16-
spec.required_ruby_version = ">= 3.1.0"
17+
spec.required_ruby_version = ">= 3.1.1"
1718

1819
spec.add_dependency "console", "~> 1.10"
1920
spec.add_dependency "io-event", "~> 1.0.0"

0 commit comments

Comments
 (0)