Skip to content

Commit b4b0542

Browse files
authored
Merge pull request #803 from grosser/grosser/source
link to soure-code from gemspec
2 parents 190e2a8 + 93c8ddc commit b4b0542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concurrent-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Gem::Specification.new do |s|
2424
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
2525
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
2626
TXT
27-
27+
s.metadata["source_code_uri"] = "https://github.com/ruby-concurrency/concurrent-ruby"
2828
s.required_ruby_version = '>= 1.9.3'
2929
end

0 commit comments

Comments
 (0)