contentfree-sneaky_sender 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/sneaky_sender.rb +1 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 1
2
+ :patch: 2
3
3
  :major: 1
4
4
  :minor: 0
data/lib/sneaky_sender.rb CHANGED
@@ -2,7 +2,7 @@ module SneakySender
2
2
  def self.included(base)
3
3
  base.extend ClassMethods
4
4
  base.class_eval do
5
- include MultiAddressSender::InstanceMethods
5
+ include SneakySender::InstanceMethods
6
6
  alias_method_chain :perform_delivery_smtp, :multiple_addresses unless method_defined?(:perform_delivery_smtp_without_multiple_addresses)
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contentfree-sneaky_sender
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Myron