summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb b/meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb
new file mode 100644
index 0000000..baa6340
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/cool.io_1.6.0.bb
@@ -0,0 +1,12 @@
1SUMMARY = 'Simple evented I/O for Ruby (but please check out Celluloid::IO instead)'
2HOMEPAGE = 'http://coolio.github.com'
3
4LICENSE = 'MIT'
5LIC_FILES_CHKSUM = 'file://LICENSE;md5=a5e7701a63eb0a961f98cd10475129b9'
6
7SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;tag=v1.6.0'
8
9S = '${WORKDIR}/git'
10
11inherit ruby
12