bobble 0.0.5 → 0.0.6
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/lib/bobble/notifier/twilio.rb +1 -1
- metadata +5 -5
|
@@ -14,7 +14,7 @@ module Bobble
|
|
|
14
14
|
account_sid = ENV['BOBBLE_TWILIO_SID']
|
|
15
15
|
auth_token = ENV['BOBBLE_TWILIO_TOKEN']
|
|
16
16
|
|
|
17
|
-
@@client = Twilio::REST::Client.new account_sid, auth_token
|
|
17
|
+
@@client = ::Twilio::REST::Client.new account_sid, auth_token
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
def send(message)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bobble
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-07-06 00:00:00.000000000Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: twilio-ruby
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70336608253480 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 3.6.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70336608253480
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: pony
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70336608251420 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '1.4'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70336608251420
|
|
36
36
|
description: For pinging your web services (any URL) & freely or cheaply getting email/SMS
|
|
37
37
|
notifications when they're down.
|
|
38
38
|
email: ahfarmer@gmail.com
|