diff options
Diffstat (limited to 'dev-ruby/oauth2/oauth2-0.9.4.ebuild')
-rw-r--r-- | dev-ruby/oauth2/oauth2-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/oauth2/oauth2-0.9.4.ebuild b/dev-ruby/oauth2/oauth2-0.9.4.ebuild index 9014361a43f8..f451d2724bd1 100644 --- a/dev-ruby/oauth2/oauth2-0.9.4.ebuild +++ b/dev-ruby/oauth2/oauth2-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-0.9.4.ebuild,v 1.1 2014/05/24 05:44:34 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-0.9.4.ebuild,v 1.2 2014/08/05 16:00:48 mrueg Exp $ EAPI=5 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem eutils -DESCRIPTION="Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem." +DESCRIPTION="Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem" HOMEPAGE="http://github.com/intridea/oauth2" LICENSE="MIT" |