summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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"