lib/dkim/options.rb in dkim-1.0.0 vs lib/dkim/options.rb in dkim-1.0.1

- old
+ new

@@ -38,9 +38,15 @@ # This corresponds to the d= tag in the dkim header. # @return [String] domain define_option_method :domain # @attribute [rw] + # The identity used for signing. + # This corresponds to the i= tag in the dkim header. + # @return [String] identity + define_option_method :identity + + # @attribute [rw] # Selector used for signing. # This corresponds to the s= tag in the dkim header. # @return [String] selector define_option_method :selector