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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83232f131baa32c87143345532d6f48ad373ff91
4
- data.tar.gz: 89b866d3aade733cda8b9c16ca7adfce313442c4
3
+ metadata.gz: c646a30dbc0c488f9c0044aec2827f98a507aac8
4
+ data.tar.gz: 30c2b2f76adb15e420e1f4a73c2d85c4738fc133
5
5
  SHA512:
6
- metadata.gz: b0cace689c5957282e9f9ad1f2ed89cfc2159fc1bc17ec934d094f2f17b841cbf68becef5265c5f4f2e8af893aa3bcf541fa2e844536de98f10cfc414791aed1
7
- data.tar.gz: 4b3a73d4ba186e3f2b737108987683c1d1c8ccbec8b22094003757de02333ff766dc26813548df13633c9c2c1394a9187046759eb7a7262ec793a6a3304312e3
6
+ metadata.gz: ba6a77d4f4cfe0582f5334545c8347db572e83738545db4935f6233b1d5eb46e88aab7e117037dd4485451721a27c107c049757bf31d141df0b818a329d0e65a
7
+ data.tar.gz: c602b5de87d7b3d86eeb6672bded8d970a98290979a20efe3b391d821cd2b161d3593455402f0d00768e6e4b663cd10b94e0b618cd10ae0d115ebf477ff873c1
@@ -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"
@@ -1,3 +1,3 @@
1
1
  module HellioMessaging
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -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 = "HELLIOMESSAGINGAPI"
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.1
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: []