lib/capistrano/bundle_rsync/config.rb in capistrano-bundle_rsync-0.2.2 vs lib/capistrano/bundle_rsync/config.rb in capistrano-bundle_rsync-0.2.3

- old
+ new

@@ -81,7 +81,11 @@ def self.rsync_options bwlimit = fetch(:bundle_rsync_rsync_bwlimit) ? " --bwlimit #{fetch(:bundle_rsync_rsync_bwlimit)}" : "" fetch(:bundle_rsync_rsync_options) || "-az --delete#{bwlimit}" end + + def self.skip_bundle + fetch(:bundle_rsync_skip_bundle) + end end end