notify_user 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 739ef2d70addfc2533a3015ec00bec7914af1096
4
- data.tar.gz: 0c22d9b251d3d00782b7d6d4e61d5e1b3f464b93
3
+ metadata.gz: 96a285b8ea3c21552501c1fc6f22c6178cc0e0d6
4
+ data.tar.gz: bd65c6ce4c4b436de88ee5de5c08bb73f24837bf
5
5
  SHA512:
6
- metadata.gz: 2c8c3dec5b853fc3d2fcd5bf474c5afd1d3c758cfa2448b82f750d6649c3a75a35ce8603b593fd05338b973952368270fc93dd7508bb7c7756ea8d0807c0e53e
7
- data.tar.gz: 5ec3a7ccb5e0855ddd10aee77285de19c57ee5a6185f0cc75e74e3d69639a7293d6cbe5879441c9d3cd066cd3075728b54cfb8c04b955e232959922dd2c4ffe7
6
+ metadata.gz: e3ce1c3b9b2443ebfd793e52e448440d5090abc0a6b8d591e3a041542520abebf8da2518a53c81628b452101ab01da6802666faa29538b417cc8c39c1825bbbd
7
+ data.tar.gz: 32bd3602cbcd91676c6b0483ac36961cab6443a380944320069c7db231fd9a060566b7cb2ffd4982490430611aa3423dc051301ed0cec95583ae354aa9081082
@@ -26,10 +26,10 @@ module NotifyUser
26
26
 
27
27
  response = Urbanairship.push(payload)
28
28
  if response.success?
29
- logger.info "Push notification sent successfully."
29
+ Rails.logger.info "Push notification sent successfully."
30
30
  return true
31
31
  else
32
- logger.info "Push notification failed."
32
+ Rails.logger.info "Push notification failed."
33
33
  return false
34
34
  end
35
35
  end
@@ -8,7 +8,7 @@ class ActionMailerChannel
8
8
  aggregate: {
9
9
  subject: "New Notifications"
10
10
  },
11
- description: "Email notifications"
11
+ description: "Email Notifications"
12
12
  }
13
13
  end
14
14
 
@@ -1,3 +1,3 @@
1
1
  module NotifyUser
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notify_user
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Spacek