From 7aad5150f69da42b84994c353283db5daf8e967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:40:38 +0000 Subject: Add BuildStream converted files This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used --- elements/ruby.bst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 elements/ruby.bst (limited to 'elements/ruby.bst') diff --git a/elements/ruby.bst b/elements/ruby.bst new file mode 100644 index 00000000..2b65c1a4 --- /dev/null +++ b/elements/ruby.bst @@ -0,0 +1,15 @@ +kind: stack +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. +depends: +- ruby/ruby-1.8.bst +- ruby/libyaml.bst +- ruby/ruby.bst +- ruby/bundler.bst +- ruby/hoe.bst +- ruby/rake-compiler.bst -- cgit v1.2.1