From 1f5ae95d16fcd63dbbd1e46106a3f4c7e7c28430 Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Wed, 4 Apr 2012 10:36:59 +0100 Subject: [PATCH] Make it so you can require the gem name in your Cap recipe. --- lib/capistrano-deploytags.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/capistrano-deploytags.rb diff --git a/lib/capistrano-deploytags.rb b/lib/capistrano-deploytags.rb new file mode 100644 index 0000000..f74b9e1 --- /dev/null +++ b/lib/capistrano-deploytags.rb @@ -0,0 +1,3 @@ +Dir[File.join(File.dirname(__FILE__), 'capistrano', '*')].each do |file| + require file +end