Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellberg committed Aug 5, 2023
1 parent c5cdd8e commit 0835681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.6.0"

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

spec.files = Dir["lib/**/*", "MIT-LICENSE", "README.md"]
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 0835681

Please sign in to comment.