Skip to content

Commit 23feef4

Browse files
committed
gemspec: set homepage/source_code/bugs/changelog to GitHub repo
1 parent bd95f15 commit 23feef4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

activerecord-s3-bucket-name-validator.gemspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111

1212
spec.summary = %q{ActiveModel/ActiveRecord validator for Amazon S3 bucket naming rules}
1313
spec.description = %q{Validate S3 bucket names on your models against the official AWS rules (general purpose, directory buckets, and S3 Tables).}
14-
spec.homepage = "https://example.com/activerecord-s3-bucket-name-validator"
14+
spec.homepage = "https://github.com/icoretech/activerecord-s3-bucket-name-validator"
1515
spec.license = "MIT"
1616

1717
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -20,8 +20,9 @@ Gem::Specification.new do |spec|
2020
# spec.metadata["allowed_push_host"] = "https://rubygems.org"
2121

2222
spec.metadata["homepage_uri"] = spec.homepage
23-
# spec.metadata["source_code_uri"] = "https://example.com/activerecord-s3-bucket-name-validator"
24-
# spec.metadata["changelog_uri"] = "https://example.com/activerecord-s3-bucket-name-validator/CHANGELOG.md"
23+
spec.metadata["source_code_uri"] = "https://github.com/icoretech/activerecord-s3-bucket-name-validator"
24+
spec.metadata["bug_tracker_uri"] = "https://github.com/icoretech/activerecord-s3-bucket-name-validator/issues"
25+
spec.metadata["changelog_uri"] = "https://github.com/icoretech/activerecord-s3-bucket-name-validator/releases"
2526
else
2627
raise "RubyGems 2.0 or newer is required to protect against " \
2728
"public gem pushes."

0 commit comments

Comments
 (0)