smsify 1.0.1 → 1.0.2
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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smsify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,9 +11,9 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2013-07-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: ! 'SMSify gateway wrapper for Ruby. Get your API key from
|
|
15
|
-
and send SMS with this easy to use gem
|
|
16
|
-
= smsify.sendSMS(''Your SMS MESSAGE'', ''61xxxxxxxxx'')'
|
|
14
|
+
description: ! 'SMSify gateway wrapper for Ruby. Get your API key from www.SMSify.com.au
|
|
15
|
+
and send SMS with this easy to use gem. Usage: smsify = SMSify.new(''your_api_key'').
|
|
16
|
+
response = smsify.sendSMS(''Your SMS MESSAGE'', ''61xxxxxxxxx'')'
|
|
17
17
|
email: marko@markomedia.com.au
|
|
18
18
|
executables: []
|
|
19
19
|
extensions: []
|