Skip to content

Commit

Permalink
Merge pull request #87 from orien/gem-metadata
Browse files Browse the repository at this point in the history
Add project metadata to the gemspec
  • Loading branch information
arothian committed Jan 19, 2021
2 parents 6dbeb30 + 7db440b commit 5d7dcd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cfn-model.gemspec
Expand Up @@ -9,6 +9,13 @@ Gem::Specification.new do |s|
s.summary = 'cfn-model'
s.description = 'An object model for CloudFormation templates'
s.homepage = 'https://github.com/stelligent/cfn-model'
s.metadata = {
'bug_tracker_uri' => "#{s.homepage}/issues",
'changelog_uri' => "#{s.homepage}/releases",
'documentation_uri' => "https://www.rubydoc.info/gems/#{s.name}/#{s.version}",
'homepage_uri' => s.homepage,
'source_code_uri' => "#{s.homepage}/tree/v#{s.version}",
}
s.files = FileList[ 'lib/**/*.rb', 'lib/**/*.yml', 'lib/**/*.erb']

s.require_paths << 'lib'
Expand Down

0 comments on commit 5d7dcd8

Please sign in to comment.