Skip to content

Commit

Permalink
Merge 1387241 into 114c5d1
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jun 18, 2018
2 parents 114c5d1 + 1387241 commit 4996779
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions celluloid.gemspec
Expand Up @@ -18,6 +18,15 @@ Gem::Specification.new do |spec|
Celluloid enables people to build concurrent programs out of concurrent objects just as easily
as they build sequential programs out of sequential objects
DESCRIPTION
spec.metadata = {
"bug_tracker_uri" => "https://github.com/celluloid/celluloid/issues",
"changelog_uri" => "https://github.com/celluloid/celluloid/blob/master/CHANGES.md",
"documentation_uri" => "https://www.rubydoc.info/gems/celluloid",
"homepage_uri" => "https://celluloid.io/",
"mailing_list_uri" => "http://groups.google.com/group/celluloid-ruby",
"source_code_uri" => "https://github.com/celluloid/celluloid",
"wiki_uri" => "https://github.com/celluloid/celluloid/wiki"
}

spec.require_path = "lib"
spec.files = Dir["*.md", "*.txt", "lib/**/*", "spec/**/*", "examples/*"]
Expand Down

0 comments on commit 4996779

Please sign in to comment.