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 +4 -4
- data/helliomessaging_sms.gemspec +1 -1
- data/lib/helliomessaging_sms/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93b6942bf50b91809cc443653364f2d0b0932bb2
|
4
|
+
data.tar.gz: 1aa30ffb27d8608ac1c885456932a14c0f6c2393
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3f87f056034968889d639058a6e3f6175efa02d15e7522631a156cc80003ac0b8fcfdc4ed838209e575458a930b86cb299d6ed220008c75f5f6016c962de32b
|
7
|
+
data.tar.gz: 7ff6c6103659fb254321b2850b555161f9d332d0e31bd592acf77a7b9490a0fe7f5b089ba0b4497c23afdabb85e5279745afe84f7c7fe7abdb177bdc59cb81ba
|
data/helliomessaging_sms.gemspec
CHANGED
@@ -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{
|
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
|
|
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.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:
|
42
|
-
|
43
|
-
|
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: []
|