Skip to content

Commit 93c8ddc

Browse files
committed
link to soure-code from gemspec
- rubygems removed the edit UI, so it should be in the gemspec now - makes it easy for automated tools to link to github for comparisons
1 parent f3ff424 commit 93c8ddc

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)