vodacom 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5f8da25824b23f1eaac84d77d6154dcc230201c6c82c8cd214439e695c4422c
4
- data.tar.gz: d6aedddad91081d59da0cf6b6ecf94ac664fc2e0d922953c4d6b8e8deb9a60e4
3
+ metadata.gz: 21f14f1310d4225a512e5585427499f7933c5b470f86881d5a32257422c91f95
4
+ data.tar.gz: b0387b14b5c4d4b3c74ea30560aa57188240ad423f6848a60660df177d392e17
5
5
  SHA512:
6
- metadata.gz: ccbfed4a58728d5f463399b6d98dab60a961ffc60d7bf488979094073f9ecb00e27671b7ce260304d998301636436673dbe86a55f23eab1d9338c71c0ebd1acd
7
- data.tar.gz: 9fd80003b8050fcbc5ae7a58571688e7df3da63ea695ad6b9026c40e3ddeb91fd574d2c8d5e3c9d4be8d60d9b951ff9bb5443b6ef82abf0535093c01aa0cbd27
6
+ metadata.gz: a55828601959d1065f644e9e391fbc883fdbf8f78c57938b03c62ea2b326c0987d7682e65500287b67424bc7a68683f2f4e5a74a2dcc536cc82e188e06a64834
7
+ data.tar.gz: 8c360d885f5d6484a4e9d25ea266ce5bb41ff6c6501a06ab07088d681657d2134f2d233215af39599e0b36be553716cf0d33a87ec747f2036452a2a005a38d67
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vodacom (0.0.9)
4
+ vodacom (0.0.10)
5
5
  active_attr (~> 0.16.0)
6
6
  httparty (~> 0.21.0)
7
7
  nokogiri (~> 1.16.3)
@@ -4,7 +4,7 @@ module Vodacom
4
4
 
5
5
  LOGIN_PATH = 'https://www.vodacom.co.za/cloud/login/v3/login'
6
6
  BALANCE_PATH = 'https://www.vodacom.co.za/cloud/rest/balances/v3/bundle/balances/'
7
- BALANCE_V4_PATH = 'https://www.vodacom.co.za/cloud/rest/balances/v3/bundle/balances/'
7
+ BALANCE_V4_PATH = 'https://www.vodacom.co.za/cloud/rest/balances/v4/bundle/balances/'
8
8
 
9
9
  attr_reader :username,
10
10
  :password,
@@ -1,3 +1,3 @@
1
1
  module Vodacom
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vodacom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - trex22