zaui_zapi 0.2.5 → 0.2.6

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/version.rb +1 -1
  3. data/lib/zaui.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91ba92d5bb9275b15503501bc116e34c66033654
4
- data.tar.gz: 74fb2879d4f53807f6181e530bb81b6e6f95dd88
3
+ metadata.gz: af4832406e092796d715fbb903b178d09f738f98
4
+ data.tar.gz: 40ebeada889e0bacd01730b4277335edd54865b7
5
5
  SHA512:
6
- metadata.gz: 9e137f7d9f4640301eaa2f6b80cfbd51db9f4e76e9d648eb4600de9bdc752dcaeb5e9ed0e0727bc97c6a81a7fd0fb4f1fbb600dd9c039e89afc1b775a9b5cb8f
7
- data.tar.gz: 342bef504dc27a513e761675202a438515241a86b6049d16ed39b2ba59ff145c1a07ac85306f180add4c5e6b8ec3a71b35d5701c5383be662c9ea402d5bcba81
6
+ metadata.gz: ca2ece8809b338078480abf7b2d98c5e680be867ff0bd6893875be4931eb61cdacb419990b46b293e366b0395e943a9f1d41ec81a772c48860a2deed5510c9cd
7
+ data.tar.gz: 1528ef40c13d24c036f339520c06b6961bb35dd514057f98f4aa3e267e178836557337ee7fbc19c9448077eef53a10d293e16e04b3eb91519d2181b5fd358aa6
data/lib/version.rb CHANGED
@@ -1 +1 @@
1
- VERSION = '0.2.5'
1
+ VERSION = '0.2.6'
data/lib/zaui.rb CHANGED
@@ -44,7 +44,7 @@ class Zaui
44
44
  raw = _zapi(xml.get_activity_details_by_activity_id(id, date: date)).try(:[],'activity')
45
45
  end
46
46
 
47
- def add_activity_to_cart id:, date:, end_date:, passengers: {adults: 0, children: 0, infants: 0}, pickup_location_id: nil, rental: {start_time: nil, end_time: nil}
47
+ def add_activity_to_cart id:, date:, end_date: nil, passengers: {adults: 0, children: 0, infants: 0}, pickup_location_id: nil, rental: {start_time: nil, end_time: nil}
48
48
  hash = {
49
49
  activity_id: id,
50
50
  activity_date: date,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zaui_zapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Kretzmann