semaphore-sms 0.1.7 → 0.1.8
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 +2 -2
- data/lib/semaphore/sms/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12acc71fc0f89d9db46a2c0b4b4b646868f4ad775b2f8212daf3af7001e16041
|
4
|
+
data.tar.gz: a6abb319d52f844b6d0b3b22d4968f3a7960135d01179a65e0e962896fbd405d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ccc01ef62f093d2dcf08c9c791b6cf72fb5e3ff8b988628a67a78d20ce506bd9744d87309087c2ee2889e548b10ffae53aefe2647425186fefa9e52d8d3b75e
|
7
|
+
data.tar.gz: b45a9c7e58274f80d50c8e663d860a29aa6d00242851ba3c7c5a479bf64cafa90a38cf23d63e72b9ce8238000aa8df6acb78acdd09c85ab52cf3a2c87d3e86b0
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Semaphore::Sms
|
2
2
|
|
3
|
-
This is a ruby api wrapper for Semaphore
|
3
|
+
This is a ruby api wrapper for [Semaphore](https://semaphore.co/)
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -172,7 +172,7 @@ require "semaphore-sms"
|
|
172
172
|
```
|
173
173
|
|
174
174
|
## Validations:
|
175
|
-
Using [Piliponi Gem](https://github.com/adimasuhid/piliponi)
|
175
|
+
Using [Piliponi Gem](https://github.com/adimasuhid/piliponi) to validate accepted numbers.
|
176
176
|
List of [Prefix](https://github.com/adimasuhid/piliponi/blob/master/lib/piliponi/config/telco.yml)
|
177
177
|
|
178
178
|
## Development
|