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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98b10f0e063c4f0bbe049cd92cb9914b2b91b97ae8e36d846dc4a314dfd3c0ca
4
- data.tar.gz: 29dce52f550cfe446904218cdc4a06d9ab28a75d2a2c277d848b37dee1af56c2
3
+ metadata.gz: 12acc71fc0f89d9db46a2c0b4b4b646868f4ad775b2f8212daf3af7001e16041
4
+ data.tar.gz: a6abb319d52f844b6d0b3b22d4968f3a7960135d01179a65e0e962896fbd405d
5
5
  SHA512:
6
- metadata.gz: 5de295cbd61f10d11f2f5361dde580726f8a735d66ac1bfd2aee884e013e148a83c073b0043f7c9d311bce744a1068e5b9c729e26ddac253fe1c9a3d8ce55611
7
- data.tar.gz: 59c91d7a0815f941811b9a9d79eaf5d2390b884f7a2a56ac721129a3eedad167d1897c7dfafa4fb6797f1ecdeb84ceae8eb01bce70143aabde5ff6aecc93c340
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, https://semaphore.co/
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): for validation of allowed numbers.
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
@@ -1,5 +1,5 @@
1
1
  module Semaphore
2
2
  module Sms
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semaphore-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Arnold Go