We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 190e2a8 + 93c8ddc commit b4b0542Copy full SHA for b4b0542
concurrent-ruby.gemspec
@@ -24,6 +24,6 @@ Gem::Specification.new do |s|
24
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
25
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
26
TXT
27
-
+ s.metadata["source_code_uri"] = "https://github.com/ruby-concurrency/concurrent-ruby"
28
s.required_ruby_version = '>= 1.9.3'
29
end
0 commit comments