aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/rest-client_git.bb
blob: 0837a3b3d4c0c8761347ffa2e8a9f2dc031f8ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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://LICENSE;md5=8d4c0cdd6bc54a36dbe54c0f2fa70797"

PR = "r0"

BPV = "2.0.0.rc1"
PV = "${BPV}"
SRCREV = "40eddc184a7b3fe79f9b68f291e06df4c1fbcb0b"

S = "${WORKDIR}/git"

SRC_URI = " \
    git://github.com/rest-client/rest-client.git \
    "

inherit ruby

RDEPENDS:${PN} += " \
        mime-types \
        "

BBCLASSEXTEND = "native"