helliomessaging_sms 1.0.2 → 1.0.3

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: c646a30dbc0c488f9c0044aec2827f98a507aac8
4
- data.tar.gz: 30c2b2f76adb15e420e1f4a73c2d85c4738fc133
3
+ metadata.gz: 93b6942bf50b91809cc443653364f2d0b0932bb2
4
+ data.tar.gz: 1aa30ffb27d8608ac1c885456932a14c0f6c2393
5
5
  SHA512:
6
- metadata.gz: ba6a77d4f4cfe0582f5334545c8347db572e83738545db4935f6233b1d5eb46e88aab7e117037dd4485451721a27c107c049757bf31d141df0b818a329d0e65a
7
- data.tar.gz: c602b5de87d7b3d86eeb6672bded8d970a98290979a20efe3b391d821cd2b161d3593455402f0d00768e6e4b663cd10b94e0b618cd10ae0d115ebf477ff873c1
6
+ metadata.gz: e3f87f056034968889d639058a6e3f6175efa02d15e7522631a156cc80003ac0b8fcfdc4ed838209e575458a930b86cb299d6ed220008c75f5f6016c962de32b
7
+ data.tar.gz: 7ff6c6103659fb254321b2850b555161f9d332d0e31bd592acf77a7b9490a0fe7f5b089ba0b4497c23afdabb85e5279745afe84f7c7fe7abdb177bdc59cb81ba
@@ -4,7 +4,7 @@ require File.expand_path('../lib/helliomessaging_sms/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Albert A. Ninyeh"]
6
6
  gem.email = ["albert@sarayu.co, eaglesecurity0@gmail.com"]
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.}
7
+ gem.description = %q{Helliomessaging is a Ruby interface to the Hellio Messaging's Bulk SMS Gateway. It can be used to easily integrate SMS features into your application. It supports sending messages, checking balance and recieving delivery reports. You need to have a valid Hellio Messaging account to use this gem. You can get one at https://helliomessaging.com.}
8
8
  gem.summary = %q{Send SMS via Hellio Messaging's API}
9
9
  gem.homepage = "https://github.com/nukturnal/helliomessaging_sms"
10
10
 
@@ -1,3 +1,3 @@
1
1
  module HellioMessaging
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albert A. Ninyeh
@@ -38,9 +38,11 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: This is a ruby wrapper that abstracts Hellio Messaging SMS API. This
42
- gem has extra features and simplicity which makes it seamlessly easy to Send Bulk
43
- SMS, Check Balance and Receive delivery report.
41
+ description: Helliomessaging is a Ruby interface to the Hellio Messaging's Bulk SMS
42
+ Gateway. It can be used to easily integrate SMS features into your application.
43
+ It supports sending messages, checking balance and recieving delivery reports. You
44
+ need to have a valid Hellio Messaging account to use this gem. You can get one at
45
+ https://helliomessaging.com.
44
46
  email:
45
47
  - albert@sarayu.co, eaglesecurity0@gmail.com
46
48
  executables: []