Skip to content

Commit 701a0f1

Browse files
committed
Update gem metadata
1 parent 6126add commit 701a0f1

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ The format is based on [Keep a Changelog], and this project adheres to
1616
- Display Tags diff (stack tags) in `stack_master diff` and `stack_master apply` commands. ([#397])
1717
- Resolve style issues identified by RuboCop. ([#396])
1818
- Test on Ruby 4.0 in the CI build ([#399]).
19+
- Minor fixups in gem metadata ([#400]).
1920

2021
[Unreleased]: https://github.com/envato/stack_master/compare/v2.17.1...HEAD
2122
[#396]: https://github.com/envato/stack_master/pull/396
2223
[#397]: https://github.com/envato/stack_master/pull/397
2324
[#398]: https://github.com/envato/stack_master/pull/398
24-
[#399]: https://github.com/envato/stack_master/pull/399
25+
[#400]: https://github.com/envato/stack_master/pull/400
2526

2627
## [2.17.1] - 2025-12-19
2728

stack_master.gemspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ Gem::Specification.new do |spec|
1111
spec.summary = 'StackMaster is a sure-footed way of creating, updating and keeping track ' \
1212
'of Amazon (AWS) CloudFormation stacks.'
1313
spec.description = ''
14-
spec.homepage = 'https://opensource.envato.com/projects/stack_master.html'
14+
spec.homepage = "https://github.com/envato/#{spec.name}"
1515
spec.license = 'MIT'
1616
spec.metadata = {
17-
'bug_tracker_uri' => 'https://github.com/envato/stack_master/issues',
18-
'changelog_uri' => 'https://github.com/envato/stack_master/blob/master/CHANGELOG.md',
19-
'documentation_uri' => "https://www.rubydoc.info/gems/stack_master/#{spec.version}",
20-
'source_code_uri' => "https://github.com/envato/stack_master/tree/v#{spec.version}"
17+
'allowed_push_host' => 'https://rubygems.org',
18+
'bug_tracker_uri' => "#{spec.homepage}/issues",
19+
'changelog_uri' => "#{spec.homepage}/blob/master/CHANGELOG.md",
20+
'documentation_uri' => "https://www.rubydoc.info/gems/#{spec.name}/#{spec.version}",
21+
'source_code_uri' => "#{spec.homepage}/tree/v#{spec.version}"
2122
}
2223

2324
spec.files = Dir.glob('{bin,lib,stacktemplates}/**/*') + %w[README.md LICENSE.txt]

0 commit comments

Comments
 (0)