helliomessaging_sms 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.
- checksums.yaml +4 -4
- data/helliomessaging_sms.gemspec +1 -1
- data/lib/helliomessaging_sms/version.rb +1 -1
- data/lib/helliomessaging_sms.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c646a30dbc0c488f9c0044aec2827f98a507aac8
|
4
|
+
data.tar.gz: 30c2b2f76adb15e420e1f4a73c2d85c4738fc133
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba6a77d4f4cfe0582f5334545c8347db572e83738545db4935f6233b1d5eb46e88aab7e117037dd4485451721a27c107c049757bf31d141df0b818a329d0e65a
|
7
|
+
data.tar.gz: c602b5de87d7b3d86eeb6672bded8d970a98290979a20efe3b391d821cd2b161d3593455402f0d00768e6e4b663cd10b94e0b618cd10ae0d115ebf477ff873c1
|
data/helliomessaging_sms.gemspec
CHANGED
@@ -3,7 +3,7 @@ require File.expand_path('../lib/helliomessaging_sms/version', __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.authors = ["Albert A. Ninyeh"]
|
6
|
-
gem.email = ["albert@sarayu.co"]
|
6
|
+
gem.email = ["albert@sarayu.co, eaglesecurity0@gmail.com"]
|
7
7
|
gem.description = %q{This is a ruby wrapper that abstracts Hellio Messaging SMS API. This gem has extra features and simplicity which makes it seamlessly easy to Send Bulk SMS, Check Balance and Receive delivery report.}
|
8
8
|
gem.summary = %q{Send SMS via Hellio Messaging's API}
|
9
9
|
gem.homepage = "https://github.com/nukturnal/helliomessaging_sms"
|
data/lib/helliomessaging_sms.rb
CHANGED
@@ -8,7 +8,7 @@ module HellioMessaging
|
|
8
8
|
@@api_password = nil
|
9
9
|
@@api_client_id = nil
|
10
10
|
@@api_client_secret = nil
|
11
|
-
@@api_senderid = "
|
11
|
+
@@api_senderid = "HELLIOAPI"
|
12
12
|
|
13
13
|
# Expects :msg, :to and an optional :from param
|
14
14
|
# The :from param defaults to @@api_senderid when its omitted
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: helliomessaging_sms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Albert A. Ninyeh
|
@@ -42,7 +42,7 @@ description: This is a ruby wrapper that abstracts Hellio Messaging SMS API. Thi
|
|
42
42
|
gem has extra features and simplicity which makes it seamlessly easy to Send Bulk
|
43
43
|
SMS, Check Balance and Receive delivery report.
|
44
44
|
email:
|
45
|
-
- albert@sarayu.co
|
45
|
+
- albert@sarayu.co, eaglesecurity0@gmail.com
|
46
46
|
executables: []
|
47
47
|
extensions: []
|
48
48
|
extra_rdoc_files: []
|