booker_api 0.0.5 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16993ced2277018dc91977a7fcc219f48324ca67
4
- data.tar.gz: 86f34714698ba712e5b37d0370848cbab0f51784
3
+ metadata.gz: 9155530a75f49b6159181fe9a62edb0e8b874142
4
+ data.tar.gz: 6c46ef4570032a1c5f9a5cf6387c0808ad117305
5
5
  SHA512:
6
- metadata.gz: 5d9e30c1e07e1c8c170d34154b27d3ee6f5f2f3094ccda84b208d19e7677bfc423043ce2ab5f76aef96774a89694e83d066eba6140e6e093f24ff83ecbd44b26
7
- data.tar.gz: a0f5bd6f35a27a468f233d523692ef569bc6be09367ff6725c237148ce2a9c04a335b09896141683790ad3903b788e1a73db994e94142c37c703d75d718b731e
6
+ metadata.gz: 2ca40d624b0f479784558c43c86fa45bbc0bbef46a9ae8e77e30d522b9fe858490481c3ee00c8ffa88c3fdb1fa3b88b35d92193c99e9909eab84354b1c521f8a
7
+ data.tar.gz: 291110a8b27c3087e46efc81ba7e3f05cbd0f7076214325cf8630c8d151c469a2b02a12085884a73b2d2a73170e007cba774e69d60c0103ac250d1085fe9523c
@@ -166,7 +166,7 @@ module Booker
166
166
  }, options)
167
167
  end
168
168
 
169
- def get_special_by_code(booker_location_id, coupon_code, validate = false, options: {})
169
+ def get_special_by_code(booker_location_id, coupon_code, validate, options: {})
170
170
  get "/special/location/#{booker_location_id}", build_params({
171
171
  'CouponCode' => coupon_code,
172
172
  'ValidateSpecial' => validate
@@ -1,3 +1,3 @@
1
1
  module Booker
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: booker_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - AbeCole