lib/cap_gun.rb in relevance-cap_gun-0.0.7 vs lib/cap_gun.rb in relevance-cap_gun-0.0.8
- old
+ new
@@ -1,6 +1,5 @@
-require 'active_support'
require 'action_mailer'
require File.join(File.dirname(__FILE__), *%w[.. vendor action_mailer_tls lib smtp_tls])
# Tell everyone about your releases! Send email notification after Capistrano deployments! Rule the world!
#
@@ -25,10 +24,10 @@
#
# cap -s comment="fix for bug #303" deploy
#
# See README for full install/config instructions.
module CapGun
- VERSION = '0.0.7'
+ VERSION = '0.0.8'
module Helper
# Loads ActionMailer settings from a Capistrano variable called "cap_gun_action_mailer_config"
def load_mailer_config(cap)
\ No newline at end of file