pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-octokit Update ruby-octokit to 4.7.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb9e04cc0cde
branches:  trunk
changeset: 361485:bb9e04cc0cde
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 22 16:24:44 2017 +0000

description:
Update ruby-octokit to 4.7.0.

4.7.0                                                           2017/04/05

* #837 Fix passing options to all_organizations
* #841 Add new methods from the most recent org memberships API enhancements
* #851 Fix application requests for non dotcom hosts
* #858 Don't mutate the options variable passed to API calls
* #871 Add support to prerelease Integrations API
* #874 Handle PR Review errors
* #860 Implement Review Preview API
* #869 Use Organization.path for organization membership method
* #880 Fix incorrect mimetype for integrations in PREVIEW_TYPES
* #881 Change several occurrences of Hash#merge!

diffstat:

 devel/ruby-octokit/Makefile |   4 ++--
 devel/ruby-octokit/PLIST    |   4 +++-
 devel/ruby-octokit/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r f8c98d6a673a -r bb9e04cc0cde devel/ruby-octokit/Makefile
--- a/devel/ruby-octokit/Makefile       Sat Apr 22 16:23:23 2017 +0000
+++ b/devel/ruby-octokit/Makefile       Sat Apr 22 16:24:44 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/03/19 16:55:11 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/04/22 16:24:44 taca Exp $
 
-DISTNAME=      octokit-4.6.2
+DISTNAME=      octokit-4.7.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r f8c98d6a673a -r bb9e04cc0cde devel/ruby-octokit/PLIST
--- a/devel/ruby-octokit/PLIST  Sat Apr 22 16:23:23 2017 +0000
+++ b/devel/ruby-octokit/PLIST  Sat Apr 22 16:24:44 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/03/19 16:55:11 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/04/22 16:24:44 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/CONTRIBUTING.md
@@ -22,6 +22,7 @@
 ${GEM_LIBDIR}/lib/octokit/client/gists.rb
 ${GEM_LIBDIR}/lib/octokit/client/gitignore.rb
 ${GEM_LIBDIR}/lib/octokit/client/hooks.rb
+${GEM_LIBDIR}/lib/octokit/client/integrations.rb
 ${GEM_LIBDIR}/lib/octokit/client/issues.rb
 ${GEM_LIBDIR}/lib/octokit/client/labels.rb
 ${GEM_LIBDIR}/lib/octokit/client/legacy_search.rb
@@ -42,6 +43,7 @@
 ${GEM_LIBDIR}/lib/octokit/client/releases.rb
 ${GEM_LIBDIR}/lib/octokit/client/repositories.rb
 ${GEM_LIBDIR}/lib/octokit/client/repository_invitations.rb
+${GEM_LIBDIR}/lib/octokit/client/reviews.rb
 ${GEM_LIBDIR}/lib/octokit/client/say.rb
 ${GEM_LIBDIR}/lib/octokit/client/search.rb
 ${GEM_LIBDIR}/lib/octokit/client/service_status.rb
diff -r f8c98d6a673a -r bb9e04cc0cde devel/ruby-octokit/distinfo
--- a/devel/ruby-octokit/distinfo       Sat Apr 22 16:23:23 2017 +0000
+++ b/devel/ruby-octokit/distinfo       Sat Apr 22 16:24:44 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/03/19 16:55:11 taca Exp $
+$NetBSD: distinfo,v 1.6 2017/04/22 16:24:44 taca Exp $
 
-SHA1 (octokit-4.6.2.gem) = 69b21e41edb391566eb938f129377c3ba03abe68
-RMD160 (octokit-4.6.2.gem) = 68bd36a766d4d94071bae4e63d7e5749a46996b3
-SHA512 (octokit-4.6.2.gem) = cf8159e8d57de0d83b45c551895c2d28d01bd1e5d238e08484a474e517e4bdcb1f10e8491a2d27c5cd48ec8d319db7b087d913e622c01f755ed749cdb8a1bac5
-Size (octokit-4.6.2.gem) = 72192 bytes
+SHA1 (octokit-4.7.0.gem) = d771fd04911b96b16cee7b91f9124800bb7c2080
+RMD160 (octokit-4.7.0.gem) = c882ae747e2dbdf5db701e989d94844633bc9bcb
+SHA512 (octokit-4.7.0.gem) = aebfc7624ac69245902a412f89ba687131c266e446fb76da13143c29ab2a3e80f3bacb8711d16b170203abbf0ae0e53b84906be9f4e4ec346dc14f1a8c5c45a1
+Size (octokit-4.7.0.gem) = 74752 bytes



Home | Main Index | Thread Index | Old Index