flexipass 0.1.7 → 0.1.9

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: d18017f327fe3bf49ec8375a871ea7da34249c73af08ba5729c8d12f3756e445
4
- data.tar.gz: 87952f6996613b3d126e26b99b212f680abc6e93cd9d3266f435d377a8934590
3
+ metadata.gz: a206d22a850473804088c9bde2baaca91ae2df382db530f76a61f219e7f5453a
4
+ data.tar.gz: 959fdf91d0454c70203e5dd545e7c7bbf2ffa1c929b700f4da966543a45c33fd
5
5
  SHA512:
6
- metadata.gz: 22512c92bdc4d50c25604cad20eaa3c509f36174a3461477df4d554129e7d9d4e9c33baf49f3b14fbe6e98b4492132d0880e5758a654452288186e752d64abf9
7
- data.tar.gz: 79df07dacd2830a5baf4cdff979228ba28249ee7128a763318657bddee2d111200d8f6fe4a9403e8a8dc2b88179772202fd1a10ba6e75e7c427c3dcb08e40ab8
6
+ metadata.gz: 273d0cabaab0099b227a0a2fe54d72a191bd44f3557587050ec74f6c515ab6457cae79e785071abd89742bbcdda4aa1627ff217db46fcb12ae19e5109760eb04
7
+ data.tar.gz: e8abe4a1a8adb6172f485909a7bbe2d9c3ea095ffab5b7e7dc41ee8409cae2b53f048c4d3acbdd8c7b2e653f3aa671a43abc0b32572b57e829e098af519f171a
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Flexipass
4
- VERSION = "0.1.7"
4
+ VERSION = "0.1.9"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flexipass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kellen Kyros
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-20 00:00:00.000000000 Z
11
+ date: 2024-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -119,7 +119,6 @@ executables: []
119
119
  extensions: []
120
120
  extra_rdoc_files: []
121
121
  files:
122
- - ".byebug_history"
123
122
  - lib/flexipass.rb
124
123
  - lib/flexipass/api_error.rb
125
124
  - lib/flexipass/client.rb
@@ -134,7 +133,7 @@ licenses:
134
133
  metadata:
135
134
  homepage_uri: https://github.com/kellenkyros/flexipass
136
135
  source_code_uri: https://github.com/kellenkyros/flexipass
137
- documentation_uri: https://www.rubydoc.info/gems/flexipass/0.1.7
136
+ documentation_uri: https://www.rubydoc.info/gems/flexipass/0.1.9
138
137
  post_install_message:
139
138
  rdoc_options: []
140
139
  require_paths:
@@ -150,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
149
  - !ruby/object:Gem::Version
151
150
  version: '0'
152
151
  requirements: []
153
- rubygems_version: 3.3.26
152
+ rubygems_version: 3.5.16
154
153
  signing_key:
155
154
  specification_version: 4
156
155
  summary: Flexipass mobile key integration gem.
data/.byebug_history DELETED
@@ -1,14 +0,0 @@
1
- c
2
- DateTime.parse("hello #{time}")
3
- DateTime.parse("#{date} #{time}")
4
- date
5
- DateTime.parse("#{date} #{time}")
6
- c
7
- date
8
- c
9
- label
10
- time
11
- date
12
- c
13
- validate_date_time(params[:Checkin_date], params[:Checkin_time], "Check-in")
14
- params[:Checkin_date]