commit: 034d9bc2b20401b6ee70ca4f2c91dc0e7d685eb1 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Thu Feb 20 06:59:15 2020 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Thu Feb 20 07:03:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034d9bc2
dev-ruby/gist: bump for service requirements change GitHub has changed the authentication method slightly, discontining support for the old access_token query parameter. All consumers should move to headers [1] instead. Support for the old method ends 2020/07/01. [1] https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters Fixes: https://github.com/defunkt/gist/pull/308 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> dev-ruby/gist/Manifest | 1 + dev-ruby/gist/{gist-5.0.0.ebuild => gist-5.1.0.ebuild} | 0 2 files changed, 1 insertion(+) diff --git a/dev-ruby/gist/Manifest b/dev-ruby/gist/Manifest index 9a396a39c7b..ebe7882d648 100644 --- a/dev-ruby/gist/Manifest +++ b/dev-ruby/gist/Manifest @@ -1 +1,2 @@ DIST gist-5.0.0.gem 45568 BLAKE2B 1496185231da672dfa991776fc5836316905de606c086de4938601a791e171e8b74d5fc8b798e1db38f06abb27e4a6d513c9c035adc90c29437dd2f1cb812e96 SHA512 536ba3b1d7b008675496f16b5d353f766576aca5b3a0626ccb30ec94dd4a36b720f69bc7e0cacdb0d6ebb877a38ef7cb2431e426211eccff32e51c22bdcc013f +DIST gist-5.1.0.gem 45568 BLAKE2B 829a307fb2f03afaa4b4ef8308e8afc03a1218d91f7ad1d104c5988e928d684a9fe8a54572b83d05ccc9aae5186ece7ab7ac5f8b43b0b0ebaa50f8706f22a90c SHA512 4684885142065929fce87a335749d5d5eac0486a3f340005409d178831b5ea616f8e8f34b2e43f1afd6e392cf91883bcfc4b2ca26183aea711420563b22aeccd diff --git a/dev-ruby/gist/gist-5.0.0.ebuild b/dev-ruby/gist/gist-5.1.0.ebuild similarity index 100% rename from dev-ruby/gist/gist-5.0.0.ebuild rename to dev-ruby/gist/gist-5.1.0.ebuild
