From 0595d9a54c43ed7b4bf7823bc618b7cffd1bcb5a Mon Sep 17 00:00:00 2001 From: Nymuxyzo Date: Tue, 26 Nov 2024 23:07:02 +0100 Subject: [PATCH] Add gemspec metadata --- epics.gemspec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/epics.gemspec b/epics.gemspec index 9c11fe2..dc4eb04 100644 --- a/epics.gemspec +++ b/epics.gemspec @@ -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"