rail-locator-api 1.0.15 → 1.0.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rail-locator-api/request.rb +1 -1
- data/lib/rail-locator-api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fa26e287bbf1e8327473419affda7a3ddfa8018d27869348468c079702f3a8e
|
4
|
+
data.tar.gz: 7562afc27ee24ba57792c11dcc92779932457a13c8d914a73e5100936c18dd50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6aa2591702393fc54bf38267e8fe5616ffb98457d70dfcfc583ec6ba947d8e8042cb2a96b4a593ae41c6aab2442028ea27c4e4536e58db4fa0d76630ddfb6772
|
7
|
+
data.tar.gz: 9ca8da23eb5bb6a6222bcc293dc37948caccdeaa5c55865f308c3524773de2dc165373e6daafa03451fc7d5ccb8afb17c65283da29effa844249000ea8edb116
|
@@ -137,7 +137,7 @@ module RailLocatorApi
|
|
137
137
|
new(access_token: self.access_token, refresh_token: self.refresh_token,
|
138
138
|
api_user_id: self.api_user_id,
|
139
139
|
api_key: self.api_key,
|
140
|
-
api_user_email: self.api_user_email, api_user_password: self.
|
140
|
+
api_user_email: self.api_user_email, api_user_password: self.api_user_password,
|
141
141
|
api_auth_method: self.api_auth_method, api_endpoint: self.api_endpoint,
|
142
142
|
timeout: self.timeout, open_timeout: self.open_timeout, faraday_adapter: self.faraday_adapter,
|
143
143
|
symbolize_keys: self.symbolize_keys, debug: self.debug, debug_options: self.debug_options,
|