Skip to content

Commit

Permalink
Merge pull request #839 from fynsta/patch-1
Browse files Browse the repository at this point in the history
Add changelog_uri to gemspec
  • Loading branch information
jkowens authored Jul 29, 2024
2 parents 0df3ecd + de60405 commit fca8b82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions activerecord-import.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Gem::Specification.new do |gem|
gem.homepage = "https:/zdennis/activerecord-import"
gem.license = "MIT"

gem.metadata = {
"changelog_uri" => "https:/zdennis/activerecord-import/blob/master/CHANGELOG.md"
}

gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit fca8b82

Please sign in to comment.