Skip to content

Commit

Permalink
Add changelog to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkamel committed Sep 4, 2023
1 parent e277d2b commit 175758e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions search_flip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/mrkamel/search_flip"
spec.license = "MIT"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/mrkamel/search_flip"
spec.metadata["changelog_uri"] = "https://github.com/mrkamel/search_flip/blob/master/CHANGELOG.md"

spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 175758e

Please sign in to comment.