From 081ffc7de30e07b3c317fc47035a8ffd179718b0 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Sun, 4 May 2014 06:58:41 +0000 Subject: example web dev system with python, node, ruby, postgres, redis, memcached, erlang --- ruby.morph | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ruby.morph (limited to 'ruby.morph') diff --git a/ruby.morph b/ruby.morph new file mode 100644 index 00000000..dc2369f1 --- /dev/null +++ b/ruby.morph @@ -0,0 +1,23 @@ +name: ruby +kind: stratum +description: ruby and things from ruby world +build-depends: +- morph: tools +chunks: +- name: ruby-1.8 + repo: upstream:ruby + ref: 7a24f1710028d568ad61d0aa49d5178260178d77 + unpetrify-ref: baserock/morph/ruby_1_8_7 + build-depends: [] +- name: libyaml + repo: upstream:libyaml-hg + ref: 0577078d6625a7bf06e6bc7fb26a43e27400b17e + unpetrify-ref: master + build-depends: [] +- name: ruby + repo: upstream:ruby + ref: 05604af5a6da635b8bca51269db8b433972e82c0 + unpetrify-ref: baserock/ruby_2_0_0 + build-depends: + - ruby-1.8 + - libyaml -- cgit v1.2.1