From a83aa52c0a314a94fbd687f43f34101cb4ed7649 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 15 Oct 2014 12:20:20 +0000 Subject: Add hoe and rake-compiler to base Ruby stratum Various Gems require one or other of these tools at build time. --- strata/ruby.morph | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'strata/ruby.morph') diff --git a/strata/ruby.morph b/strata/ruby.morph index 45db406d..c5bd9993 100644 --- a/strata/ruby.morph +++ b/strata/ruby.morph @@ -1,6 +1,12 @@ name: ruby kind: stratum -description: ruby and things from ruby world +description: | + Ruby and common Ruby build dependencies. + + Most Gem dependencies are not required when building or installing the + Gem. They are needed at runtime only. Tools which extend Rake, such as + 'hoe' and 'rake-compiler', are exceptions to that rule, and are kept + in this stratum so they are always available when building other Gems. build-depends: - morph: strata/tools.morph chunks: @@ -30,3 +36,17 @@ chunks: unpetrify-ref: baserock/v1.6.2 build-depends: - ruby +- name: hoe + morph: strata/ruby/hoe.morph + repo: upstream:ruby-gems/hoe + ref: 50a2706d0f70ece52922ddcc56630e1e0655b83e + unpetrify-ref: master + build-depends: + - ruby +- name: rake-compiler + morph: strata/ruby/rake-compiler.morph + repo: upstream:ruby-gems/rake-compiler + ref: aaed621f6fdb0b0395775fea5464cc83e794fbdb + unpetrify-ref: v0.9.3 + build-depends: + - ruby -- cgit v1.2.1