aboutsummaryrefslogtreecommitdiff
blob: 4b517d26bc86d40e52ff1ab963c62e435bf6833f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=7

USE_RUBY="ruby24 ruby25 ruby26 ruby27"

inherit ruby-fakegem

DESCRIPTION="This client only supports Zendesk's v2 API."
HOMEPAGE="https://github.com/zendesk/zendesk_api_client_rb"

LICENSE="Apache"
SLOT="0"
KEYWORDS="~amd64 ~x86"

ruby_add_rdepend ">=dev-ruby/faraday-0.9.0 <dev-ruby/faraday-2.0.0
                  >=dev-ruby/hashie-3.5.2 <dev-ruby/hashie-5.0.0
	          dev-ruby/inflection
	          dev-ruby/mime-types
	          >dev-ruby/multipart-post-2.0"