no_notifier_needed 2.0.15 → 2.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.15
1
+ 2.0.16
@@ -10,7 +10,8 @@ module NoNotifierNeeded
10
10
  :controller,
11
11
  :action,
12
12
  :mandrill_user_name,
13
- :mandrill_password
13
+ :mandrill_password,
14
+ :mandrill_portt
14
15
  ].freeze
15
16
 
16
17
  # @private
@@ -7,7 +7,7 @@ module NoNotifierNeeded
7
7
  if @template.send_via_mandrill?
8
8
  ActionMailer::Base.smtp_settings = {
9
9
  :address => "smtp.mandrillapp.com",
10
- :port => NoNotifierNeeded.port,
10
+ :port => NoNotifierNeeded.mandrill_port,
11
11
  :enable_starttls_auto => true, # detects and uses STARTTLS
12
12
  :user_name => NoNotifierNeeded.mandrill_user_name,
13
13
  :password => NoNotifierNeeded.mandrill_password,
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "no_notifier_needed"
8
- s.version = "2.0.15"
8
+ s.version = "2.0.16"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Robert R. Meyer"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: no_notifier_needed
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.15
4
+ version: 2.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -258,7 +258,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
258
258
  version: '0'
259
259
  segments:
260
260
  - 0
261
- hash: -3282449303697688688
261
+ hash: -475312212080034304
262
262
  required_rubygems_version: !ruby/object:Gem::Requirement
263
263
  none: false
264
264
  requirements: