sports_db 0.0.7 → 0.0.8
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.
|
@@ -340,7 +340,7 @@ class SportingNewsFeedBuilder
|
|
|
340
340
|
# tag_key - An additional field added for NFL - this is the tag that the notifs is subscribed to team or league.
|
|
341
341
|
# sound (optional) - Whether or not to play a sound when the notification is sent. A value of ÔøΩtrueÔøΩ, ÔøΩ1ÔøΩ, or ÔøΩyesÔøΩ means to play the sound. Any other values will not play a sound.
|
|
342
342
|
def self.send_push_notification(alert_text, tags, digest)
|
|
343
|
-
p "--Notified! '#{alert_text[0,50]}' at #{DateTime.now.to_s}: Tag: #{
|
|
343
|
+
p "--Notified! '#{alert_text[0,50]}' at #{DateTime.now.to_s}: Tag: #{tags}, Response: #{res.code} #{res.message}"
|
|
344
344
|
|
|
345
345
|
notifier = Zumobi::Notifier.new
|
|
346
346
|
notifier.push({
|
data/lib/sports_db/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 8
|
|
9
|
+
version: 0.0.8
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Alx Dark
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2013-05-
|
|
17
|
+
date: 2013-05-03 00:00:00 -07:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|