Skip to content

Commit

Permalink
Switch gemspec URLs to point at GH
Browse files Browse the repository at this point in the history
since that is usually how people can find the source/README
  • Loading branch information
julik committed Jun 14, 2024
1 parent a314eb1 commit 64917c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gouda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Gem::Specification.new do |spec|
spec.description = "Job Scheduler for Rails and PostgreSQL"
spec.authors = ["Sebastian van Hesteren", "Julik Tarkhanov"]
spec.email = ["sebastian@cheddar.me", "me@julik.nl"]
spec.homepage = "https://rubygems.org/gems/gouda"
spec.homepage = "https://github.com/cheddar-me/gouda"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.require_paths = ["lib"]

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/cheddar-me/gouda"
spec.metadata["homepage_uri"] =
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "https://github.com/cheddar-me/gouda/CHANGELOG.md"

spec.files = Dir.chdir(File.expand_path(__dir__)) do
Expand Down

0 comments on commit 64917c7

Please sign in to comment.