summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-02-28 11:04:36 +0000
committerHans de Graaff <graaff@gentoo.org>2009-02-28 11:04:36 +0000
commitb69355fec730eb900df653c00a026bd51bd0356a (patch)
treec53bf4ae6cf91caa1918f72c5ad2fa4725ed7698 /dev-ruby/httparty
parentalpha/arm/ia64 stable wrt #260069 (diff)
downloadgentoo-2-b69355fec730eb900df653c00a026bd51bd0356a.tar.gz
gentoo-2-b69355fec730eb900df653c00a026bd51bd0356a.tar.bz2
gentoo-2-b69355fec730eb900df653c00a026bd51bd0356a.zip
Version bump.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/httparty')
-rw-r--r--dev-ruby/httparty/ChangeLog9
-rw-r--r--dev-ruby/httparty/httparty-0.3.1.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-ruby/httparty/ChangeLog b/dev-ruby/httparty/ChangeLog
index 4ada9f8634fe..f2d7fa9f9c82 100644
--- a/dev-ruby/httparty/ChangeLog
+++ b/dev-ruby/httparty/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/httparty
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.1 2008/12/28 10:36:25 graaff Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.2 2009/02/28 11:04:36 graaff Exp $
+
+*httparty-0.3.1 (28 Feb 2009)
+
+ 28 Feb 2009; Hans de Graaff <graaff@gentoo.org> +httparty-0.3.1.ebuild:
+ Version bump.
*httparty-0.2.4 (28 Dec 2008)
diff --git a/dev-ruby/httparty/httparty-0.3.1.ebuild b/dev-ruby/httparty/httparty-0.3.1.ebuild
new file mode 100644
index 000000000000..26ade3551c71
--- /dev/null
+++ b/dev-ruby/httparty/httparty-0.3.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.3.1.ebuild,v 1.1 2009/02/28 11:04:36 graaff Exp $
+
+inherit gems
+
+DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy."
+HOMEPAGE="http://httparty.rubyforge.org/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-ruby/rubygems-1.3.0"