Skip to content

Commit

Permalink
Add gemspec metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Nymuxyzo authored and tobischo committed Nov 27, 2024
1 parent 5e14e68 commit 0595d9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions epics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.metadata['changelog_uri'] = 'https://github.com/railslove/epics/blob/master/CHANGELOG.md'
spec.metadata['source_code_uri'] = 'https://github.com/railslove/epics'
spec.metadata['bug_tracker_uri'] = 'https://github.com/railslove/epics/issues'

spec.post_install_message = "\n\e[32m" + ('*' * 60) + "\n\e[0m"
spec.post_install_message += "Thanks for using Epics - your epic EBICS client!\n"
spec.post_install_message += "Epics provides a full production-tested implementation of the Electronic Banking Internet Communication Standard.\n"
Expand Down

0 comments on commit 0595d9a

Please sign in to comment.