This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new 6b34970fc NO-JIRA: [Ruby] Add links to source code and jira to ruby gem
6b34970fc is described below

commit 6b34970fca4bf1fa4e6ad406beeece85271090e4
Author: Keenan Brock <kee...@thebrocks.net>
AuthorDate: Thu Jul 27 18:02:18 2023 -0400

    NO-JIRA: [Ruby] Add links to source code and jira to ruby gem
    
    This closes #400
---
 ruby/qpid_proton.gemspec.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ruby/qpid_proton.gemspec.in b/ruby/qpid_proton.gemspec.in
index b9674273c..951e419a0 100644
--- a/ruby/qpid_proton.gemspec.in
+++ b/ruby/qpid_proton.gemspec.in
@@ -18,6 +18,12 @@ routers, bridges, proxies, and more. Proton is based on the 
AMQP 1.0 messaging
 standard.
 EOF
 
+  s.metadata = {
+    "homepage_uri"    => "http://qpid.apache.org/proton";,
+    "source_code_uri" => 
"https://github.com/apache/qpid-proton/tree/main/ruby";,
+    "bug_tracker_uri" => 
"https://issues.apache.org/jira/projects/PROTON/issues";
+  }
+
   s.extensions   = "ext/cproton/extconf.rb"
   s.files        = Dir[
                 "LICENSE.txt",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to