Skip to content

Commit

Permalink
Add gemspec metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed May 13, 2022
1 parent fa0ccb9 commit c3e0e09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions strip_attributes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Gem::Specification.new do |spec|
spec.test_files = `git ls-files -- {test,spec}/*`.split("\n")
spec.require_paths = ["lib"]

spec.metadata = {
"bug_tracker_uri" => "https://github.com/rmm5t/strip_attributes/issues",
"changelog_uri" => "https://github.com/rmm5t/strip_attributes/blob/master/CHANGELOG.md",
"source_code_uri" => "https://github.com/rmm5t/strip_attributes",
}

spec.add_runtime_dependency "activemodel", ">= 3.0", "< 8.0"
spec.add_development_dependency "active_attr", "~> 0.15"
spec.add_development_dependency "minitest", ">= 5.0", "< 6.0"
Expand Down

0 comments on commit c3e0e09

Please sign in to comment.