Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rest-client/
Date: Sun, 13 Oct 2019 08:00:03
Message-Id: 1570953579.b2b3c9921f948e61e18f7630525d636eb8f11c24.graaff@gentoo
1 commit: b2b3c9921f948e61e18f7630525d636eb8f11c24
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 28 18:58:35 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 13 07:59:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b3c992
7
8 dev-ruby/rest-client: update HOMEPAGE, metadata
9
10 Closes: https://bugs.gentoo.org/692722
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/rest-client/metadata.xml | 2 +-
15 dev-ruby/rest-client/rest-client-2.0.2.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ruby/rest-client/metadata.xml b/dev-ruby/rest-client/metadata.xml
19 index d6afa2d27d7..6cc5de6f928 100644
20 --- a/dev-ruby/rest-client/metadata.xml
21 +++ b/dev-ruby/rest-client/metadata.xml
22 @@ -6,6 +6,6 @@
23 <name>Gentoo Ruby Project</name>
24 </maintainer>
25 <upstream>
26 - <remote-id type="github">archiloque/rest-client</remote-id>
27 + <remote-id type="github">rest-client/rest-client</remote-id>
28 </upstream>
29 </pkgmetadata>
30
31 diff --git a/dev-ruby/rest-client/rest-client-2.0.2.ebuild b/dev-ruby/rest-client/rest-client-2.0.2.ebuild
32 index 55c30dadcb4..9ebbe7baae6 100644
33 --- a/dev-ruby/rest-client/rest-client-2.0.2.ebuild
34 +++ b/dev-ruby/rest-client/rest-client-2.0.2.ebuild
35 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="history.md README.md"
36 inherit ruby-fakegem
37
38 DESCRIPTION="Simple Simple HTTP and REST client for Ruby"
39 -HOMEPAGE="https://github.com/archiloque/rest-client"
40 +HOMEPAGE="https://github.com/rest-client/rest-client"
41
42 LICENSE="MIT"
43 SLOT="2"