parking_ticket 1.0.49 → 1.0.50

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: 3b46304973466b46ffd135627aa9ed02e08d0165275e3d309d07fa7cdd4f043a
4
- data.tar.gz: b1b7d77658c9ffb2ca0886b0ec4e056e843d5ff662223b64f7cd2a37d9b3b31d
3
+ metadata.gz: bf677104f4a7521da8b2fd6f29067e05da2b6561f2a9ca66d548b38a85d4a7ae
4
+ data.tar.gz: 2a1f110540182ddfd469c0a6866cd9d080231f3d71b308e9009815a17458093c
5
5
  SHA512:
6
- metadata.gz: 86469cd585d95b63a7366a61081159a6e800aa3c4bb046adad5ad51cf0d5d3a9e7c9964c2f58d4c3e8af296a57cf61c986b26d378df215255a25f29b96aa9506
7
- data.tar.gz: 45f94644040eb191fb0d44ec90e565de09fa8f00daa4387eea31dbfbcc5d55100db0cd480bde2ae67cadce4b4d7f7dc9b8b3a0a2c34f57e6ce1ddf0ef052b995
6
+ metadata.gz: 91b0d25a297292d067a76e77b67530410c5b82ad03a169049388c5b072e6056eeb27be51c684f690f998a6500e2e515209435b8edb354d8d5733601ad2af1bdf
7
+ data.tar.gz: '0983f1b743c0de20665039cc0058ce0db8a0954688c6c3674d6dc002d0ce5d6ba8d95a8beb9c8ec9c00ff1499ddba0f355d39f06db1537dd67226b0d7510baab'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- parking_ticket (1.0.48)
4
+ parking_ticket (1.0.49)
5
5
  faraday (>= 2.7.2)
6
6
 
7
7
  GEM
@@ -147,7 +147,7 @@ module ParkingTicket
147
147
  quantity: quantity,
148
148
  time_unit: mapped_time_unit,
149
149
  quote_client_internal_id: quote.client_internal_id,
150
- starts_on: quote.starts_on.to_s,
150
+ starts_on: quote.starts_on,
151
151
  payment_method_id: payment_method_id
152
152
  )
153
153
  end
@@ -105,7 +105,7 @@ module ParkingTicket
105
105
  licensePlate: license_plate,
106
106
  locationId: zipcode,
107
107
  rateOptionId: rate_option_client_internal_id,
108
- startTime: starts_on,
108
+ startTime: starts_on.to_s,
109
109
  quoteId: quote_client_internal_id,
110
110
  parkingAccountId: account_id
111
111
  }
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module ParkingTicket
5
- VERSION = '1.0.49'
5
+ VERSION = '1.0.50'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parking_ticket
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.49
4
+ version: 1.0.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Ecrepont