From 3116193dafe53b22e9028192bb40fa771ffdee77 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:25:08 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/rest-client_git.bb A simple HTTP and REST client for Ruby, inspired by the Sinatra's microframework style of specifying actions: get, put, post, delete. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- .../recipes-devtools/ruby/rest-client_git.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/rest-client_git.bb (limited to 'meta-openstack/recipes-devtools/ruby') diff --git a/meta-openstack/recipes-devtools/ruby/rest-client_git.bb b/meta-openstack/recipes-devtools/ruby/rest-client_git.bb new file mode 100644 index 0000000..9d31e65 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/rest-client_git.bb @@ -0,0 +1,30 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "A simple HTTP and REST client for Ruby" +DESCRIPTION = "A simple HTTP and REST client for Ruby, inspired by the \ +Sinatra's microframework style of specifying actions: get, put, post, \ +delete." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.rdoc;beginline=285;md5=f649e8be3b8f05776195b7aa04d974c6" + +PR = "r0" + +BPV = "1.6.7" +PV = "${BPV}" +SRCREV = "d96be9d1dc8b1b4c04d90a62244b87ded8d86f0c" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/rest-client/rest-client.git \ + " + +inherit ruby + +RDEPENDS += " \ + mime-types \ + " + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf