summaryrefslogtreecommitdiff
path: root/misc/ruby-bundler/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ruby-bundler/DESCR')
-rw-r--r--misc/ruby-bundler/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/ruby-bundler/DESCR b/misc/ruby-bundler/DESCR
new file mode 100644
index 00000000000..7d3ae9808de
--- /dev/null
+++ b/misc/ruby-bundler/DESCR
@@ -0,0 +1,6 @@
+Bundler is a tool that manages gem dependencies for your ruby
+application. It takes a gem manifest file and is able to fetch,
+download, and install the gems and all child dependencies specified in
+this manifest. It can manage any update to the gem manifest file and
+update the bundle's gems accordingly. It also lets you run any ruby
+code in context of the bundle's gem environment.