summaryrefslogtreecommitdiff
path: root/elements/ruby.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/ruby.bst')
-rw-r--r--elements/ruby.bst15
1 files changed, 15 insertions, 0 deletions
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