voltron-notify 0.1.4 → 0.1.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59035468b96dcaef56f1346de9618513b8f6fd60
4
- data.tar.gz: b69d41d85e022bb88ca81b443345a7c116badedc
3
+ metadata.gz: 98bac0d7281f37ea5c0dfbf728f6701699c4b85b
4
+ data.tar.gz: 913ef565e6f2b5678d5f3c0bd37a78658e3b6664
5
5
  SHA512:
6
- metadata.gz: 91b123499efa6cf3ee80dd1f2047b0c0a28694a24e0769aefa39c587bf23192294c5f644ae83d2a35c6b5f23ac0b5d914032dccd641bcb620f17cf51336dd288
7
- data.tar.gz: 0c42eb0e9ccee7c0d84f9acf5330d594c3b298ddbfc95c700d8ce0d3670a0d8b53b32071004c48ebd116f5753d4ece653e6a1398a3ceda80c60d6dd4ae9d69c6
6
+ metadata.gz: 0c33fbbaed37d2bb9e4539546e9f7046b3e538c59c62211fdab0ca8ac1fb10ec0b56b5b7e8d60f62391b24741437b6e15269a122ea84a998782580d3381767a8
7
+ data.tar.gz: 5c181238a194d6b8c29d848e972837e8781041704ae2e50a5f51761d7f5f5b68377ba1568aa310e2b381c631acc97d92c33a8ad910c460b18b4fdb3f9e9165b1
@@ -32,7 +32,7 @@ module Voltron
32
32
 
33
33
  def sms(message, **args, &block)
34
34
  # Build the options hash from the provided arguments
35
- options = { message: message, from: Voltron.config.notify.sms_from, notifyable.class.name.downcase => notifyable }.merge(**args)
35
+ options = { message: message, from: Voltron.config.notify.sms_from }.merge(**args)
36
36
 
37
37
  # Build a new SMS notification object
38
38
  notification_sms = sms_notifications.build(options)
@@ -1,5 +1,5 @@
1
1
  module Voltron
2
2
  module Notify
3
- VERSION = "0.1.4".freeze
3
+ VERSION = "0.1.5".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voltron-notify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hainer