Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gist/
Date: Thu, 20 Feb 2020 07:03:20
Message-Id: 1582182194.034d9bc2b20401b6ee70ca4f2c91dc0e7d685eb1.robbat2@gentoo
1 commit: 034d9bc2b20401b6ee70ca4f2c91dc0e7d685eb1
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 20 06:59:15 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 20 07:03:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034d9bc2
7
8 dev-ruby/gist: bump for service requirements change
9
10 GitHub has changed the authentication method slightly, discontining
11 support for the old access_token query parameter. All consumers should
12 move to headers [1] instead. Support for the old method ends 2020/07/01.
13
14 [1] https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters
15
16 Fixes: https://github.com/defunkt/gist/pull/308
17 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
18
19 dev-ruby/gist/Manifest | 1 +
20 dev-ruby/gist/{gist-5.0.0.ebuild => gist-5.1.0.ebuild} | 0
21 2 files changed, 1 insertion(+)
22
23 diff --git a/dev-ruby/gist/Manifest b/dev-ruby/gist/Manifest
24 index 9a396a39c7b..ebe7882d648 100644
25 --- a/dev-ruby/gist/Manifest
26 +++ b/dev-ruby/gist/Manifest
27 @@ -1 +1,2 @@
28 DIST gist-5.0.0.gem 45568 BLAKE2B 1496185231da672dfa991776fc5836316905de606c086de4938601a791e171e8b74d5fc8b798e1db38f06abb27e4a6d513c9c035adc90c29437dd2f1cb812e96 SHA512 536ba3b1d7b008675496f16b5d353f766576aca5b3a0626ccb30ec94dd4a36b720f69bc7e0cacdb0d6ebb877a38ef7cb2431e426211eccff32e51c22bdcc013f
29 +DIST gist-5.1.0.gem 45568 BLAKE2B 829a307fb2f03afaa4b4ef8308e8afc03a1218d91f7ad1d104c5988e928d684a9fe8a54572b83d05ccc9aae5186ece7ab7ac5f8b43b0b0ebaa50f8706f22a90c SHA512 4684885142065929fce87a335749d5d5eac0486a3f340005409d178831b5ea616f8e8f34b2e43f1afd6e392cf91883bcfc4b2ca26183aea711420563b22aeccd
30
31 diff --git a/dev-ruby/gist/gist-5.0.0.ebuild b/dev-ruby/gist/gist-5.1.0.ebuild
32 similarity index 100%
33 rename from dev-ruby/gist/gist-5.0.0.ebuild
34 rename to dev-ruby/gist/gist-5.1.0.ebuild