Skip to content

Commit

Permalink
Merge 098a2e2 into 114c5d1
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jun 18, 2018
2 parents 114c5d1 + 098a2e2 commit 2da2359
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Expand Up @@ -36,6 +36,11 @@ Lint/UselessAssignment:
Metrics/AbcSize:
Enabled: false # TODO: enable

Metrics/BlockLength:
Exclude:
- "celluloid.gemspec"
- "spec/**/*"

Metrics/BlockNesting:
Enabled: false # TODO: enable

Expand Down
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 2da2359

Please sign in to comment.