africastalking-ruby 2.1.2 → 2.1.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
  SHA256:
3
- metadata.gz: b413fad16821dec1a3413944c05ad5f7994f2c4ca015f74b18207cf62e43c55b
4
- data.tar.gz: 25eb01c03084f5476ec527d98eae7997c0a5f545ed65ca8b349646816a6c6a4e
3
+ metadata.gz: 4c2db4d1708b0e2eb31f698ab716f0ef58d4f2860d37b85ea94bda2b793f6c22
4
+ data.tar.gz: 674799dc86c3f148b9b01a9ba38d64fa569e9b788e92725713a962f4bcd310ec
5
5
  SHA512:
6
- metadata.gz: efb81de911194f28574316cd5814055532e8219385491e4acde20a521b87e589c389ba71cdcd1a5567482824c939ae2969fecd4d3c401991cce1322fb04f6e7e
7
- data.tar.gz: f6eab4f33c23c6b3234122689742791d8ea982f7e91d885ec55c483119396af32a992bf99a64164667d86f4edb2828afcb2985936fb5de93c8447f4434bc84af
6
+ metadata.gz: 5729c3e921e135ec6580243e4bc6ca975c505c3caaddb2cf4533804e59cc4abea94388cff4fd896a3b658a1abc8306e9a494e2caeeaedc88d080dda1f592a852
7
+ data.tar.gz: ba40730e93832c7be943317a56f33f6a8618e9816f1fb5f51ebad97236bccf5541f96cb8d1e02427a0ef1f30913d6651dc93891d50238413a543e008cdb4f1b8
data/README.md CHANGED
@@ -344,7 +344,7 @@ payments.mobileData options
344
344
  - `phoneNumber`: Customer phone number (in international format). `REQUIRED`
345
345
  - `quantity`: Mobile data amount. `REQUIRED`
346
346
  - `unit`: Mobile data unit. Can either be `MB` or `GB`. `REQUIRED`
347
- - `validity`: How long the mobile data is valid for. Must be one of `Daily`, `Weekly` and `Monthly`. `REQUIRED`
347
+ - `validity`: How long the mobile data is valid for. Must be one of `Day`, `Week` and `Month`. `REQUIRED`
348
348
  - `metadata`: Additional data to associate with the transaction. `REQUIRED`
349
349
 
350
350
  #### Wallet Transfer
@@ -1,3 +1,3 @@
1
1
  module AfricasTalking
2
- VERSION = "2.1.2"
2
+ VERSION = "2.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: africastalking-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Mwirigi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-12 00:00:00.000000000 Z
11
+ date: 2019-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler