lib/switches.rb in switches-0.1.1 vs lib/switches.rb in switches-0.1.2
- old
+ new
@@ -56,11 +56,11 @@
end if needs_append
say "Don't forget to:"
say "* git add #{DEFAULT_PATH}"
say "* git add #{RAKE_PATH}"
- say "* git add #{CAPISTRANO_PATH}"
- say "* put 'config/switches/current.yml' to your .gitignore"
+ say "* git ignore #{CAPISTRANO_PATH}"
+ say "* git ignore #{CURRENT_PATH}"
say "You can refresh the gem tasks with Switches.setup. It won't touch anything else."
end
# taken from ActiveSupport::StringInquirer
def method_missing(method_name, *args)