pkgsrc/devel/ruby-octokit/Makefile

15 lines
383 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2017/04/22 16:24:44 taca Exp $
DISTNAME= octokit-4.7.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/octokit/octokit.rb
COMMENT= Ruby toolkit for working with the GitHub API
2016-10-03 09:21:05 +02:00
LICENSE= mit
Update ruby-octokit to 4.6.2. 4.6.1 and 4.6.2 fixes miscellaneous bug fixes. v4.6.0 9 Nov 2016 Library Changes * #829 Sawyer dependency loosened to support new release 'sawyer', '>= 0.5.3', '~> 0.8.0' Thank you @andrew Updated Methods #821 * #protect_branch required_status_check parameter is no longer required, which makes the method call signature changed. required_status_check can be passed in the options hash. * #unprotect_branch returns a boolean value now New Methods #820 Projects APIs https://developer.github.com/v3/projects/ * #projects List projects for a repository * #create_project Create a Project * #org_projects List Organization Projects * #create_org_project Create Organization Project * #project Get a Repository Project * #update_project Update a Project * #delete_project Delete a Project * #project_columns List a Project's Columns * #create_project_column Create a Project Column * #project_column Get a Project Column * #update_project_column Update a Project Column * #delete_project_column Delete a Project Column * #move_project_column Move a Project Column * #column_cards List Column Cards * #create_project_card Create a Project Card * #project_card Get a Project Card * #update_project_card Update a Project Card * #move_project_card Move a Project Card * #delete_project_card Delete a Project Card #824 Traffic APIs https://developer.github.com/v3/repos/traffic/ * #top_referrers Get the top 10 referrers over the last 14 days. * #top_paths Get the top 10 popular contents over the last 14 days. * #views Get the total number of views and breakdown per day or week for the last 14 days. * #clones Get the total number of clones and breakdown per day or week for the last 14 days.
2017-03-19 17:55:11 +01:00
DEPENDS+= ${RUBY_PKGPREFIX}-sawyer>=0.8.1:../../www/ruby-sawyer
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"