summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-15 13:58:25 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-16 15:12:22 -0400
commitb893f4c9d72af837325667caa1acae46cbca1ee7 (patch)
tree096a5c6a855c47368d63249ef8709148268bf4ae /meta-openstack/recipes-devtools/ruby
parent6260f700ce167e21e38856fc649c0085aef34606 (diff)
downloadmeta-cloud-services-b893f4c9d72af837325667caa1acae46cbca1ee7.tar.gz
rest-client: upgrade to 1.7.3
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby')
-rw-r--r--meta-openstack/recipes-devtools/ruby/rest-client_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/rest-client_git.bb b/meta-openstack/recipes-devtools/ruby/rest-client_git.bb
index 0b79cfe..24006ae 100644
--- a/meta-openstack/recipes-devtools/ruby/rest-client_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/rest-client_git.bb
@@ -7,13 +7,13 @@ Sinatra's microframework style of specifying actions: get, put, post, \
7delete." 7delete."
8 8
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://README.rdoc;beginline=285;md5=f649e8be3b8f05776195b7aa04d974c6" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=8d4c0cdd6bc54a36dbe54c0f2fa70797"
11 11
12PR = "r0" 12PR = "r0"
13 13
14BPV = "1.6.7" 14BPV = "1.7.3"
15PV = "${BPV}" 15PV = "${BPV}"
16SRCREV = "d96be9d1dc8b1b4c04d90a62244b87ded8d86f0c" 16SRCREV = "988d5a81ff3081c1c6a3ab267e81a9fff94bd9e4"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19