aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/rack_git.bb
blob: 41f01c5496d5cda3514a645305794a256bb37bef (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
#
# Copyright (C) 2014 Wind River Systems, Inc.
#
SUMMARY = "Provides an interface for developing web applications in Ruby."
DESCRIPTION = "Provides a minimal, modular and adaptable interface for \
developing web applications in Ruby. By wrapping HTTP requests and \
responses in the simplest way possible, it unifies and distills the \
API for web servers, web frameworks, and software in between (the \
so-called middleware) into a single method call."

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=ad65b6b9669213d45aa35a0730d58ac2"

PR = "r0"

BPV = "1.6.3"
PV = "${BPV}"
SRCREV = "134d6218d0881d87ae6a522e88eafbddb6cd1bb7"

S = "${WORKDIR}/git"

SRC_URI = " \
    git://github.com/rack/rack.git;branch=1-6-stable \
    "

inherit ruby

BBCLASSEXTEND = "native"