helliomessaging_sms 1.0.8 → 1.0.9
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/README.md +9 -0
- data/lib/helliomessaging_sms/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b60c9e7f4774a1b7f91bf59b38242c0209f2ece
|
4
|
+
data.tar.gz: f6c349f02ebabdcaac7609632662e01c356e0628
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff7f98b6591be82eab719c7db7aad89ef35f25b5b657222c6a4d94463b3abfb287704caafb8ac8a53717b209665ab94d2af870af51e811d5f7ff910f6bce0124
|
7
|
+
data.tar.gz: 397f3fb6b1711d7b002e34c4211f9bf0304b313e4077918ca51dfefc13abf820dff59c04837a905a40970243d470427a15d16beb7701aee4cb28ffbe531532d2
|
data/README.md
CHANGED
@@ -52,6 +52,15 @@ Any returned status code other than 200 is a failed response.
|
|
52
52
|
|
53
53
|
Hellio Messaing is the premier messaging company in Ghana. Find out more about them at https://helliomessaing.com
|
54
54
|
|
55
|
+
## Credits
|
56
|
+
Special Thanks to Alfred Rowe for granting me the permission to fork this gem and also for everyone who helped in testing the first release.
|
57
|
+
|
58
|
+
Developed by Albert A. Ninyeh
|
59
|
+
Thanks to Alfred Rowe {https://github.com/nukturnal/smsgh_sms}
|
60
|
+
|
61
|
+
## License
|
62
|
+
MIT
|
63
|
+
|
55
64
|
## Contributing
|
56
65
|
|
57
66
|
1. Fork it
|