diff options
Diffstat (limited to 'dev-ruby/github_api/github_api-0.11.3.ebuild')
-rw-r--r-- | dev-ruby/github_api/github_api-0.11.3.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-ruby/github_api/github_api-0.11.3.ebuild b/dev-ruby/github_api/github_api-0.11.3.ebuild new file mode 100644 index 000000000000..cc5c4b3cb134 --- /dev/null +++ b/dev-ruby/github_api/github_api-0.11.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A Ruby wrapper for the GitHub REST API v3" +HOMEPAGE="https://github.com/peter-murach/github" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/addressable-2.3 + >=dev-ruby/descendants_tracker-0.0.1 + >=dev-ruby/faraday-0.8 + <dev-ruby/faraday-0.10 + >=dev-ruby/hashie-1.2 + >=dev-ruby/multi_json-1.7.5 + <dev-ruby/multi_json-2.0 + >=dev-ruby/nokogiri-1.6.0 + dev-ruby/oauth2" + +ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )" |