lib/sanitize_email/deprecation.rb in sanitize_email-1.1.7 vs lib/sanitize_email/deprecation.rb in sanitize_email-1.2.0

- old
+ new

@@ -1,5 +1,5 @@ -# Copyright (c) 2008-15 Peter H. Boling of RailsBling.com +# Copyright (c) 2008-16 Peter H. Boling of RailsBling.com # Released under the MIT license module SanitizeEmail # Provides tools that allow methods to be deprecated with new releases of the gem. # See http://www.seejohncode.com/2012/01/09/deprecating-methods-in-ruby/