rail-locator-api 1.0.15 → 1.0.16

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: 525bb67a6e73c97f3b001069fb18d4b4c84583b39ff95b6d808b090f375c816b
4
- data.tar.gz: 0e134969c74568a10ab3f9003680d6f13a5c2e4a8db29b502a54aff67838d62d
3
+ metadata.gz: 6fa26e287bbf1e8327473419affda7a3ddfa8018d27869348468c079702f3a8e
4
+ data.tar.gz: 7562afc27ee24ba57792c11dcc92779932457a13c8d914a73e5100936c18dd50
5
5
  SHA512:
6
- metadata.gz: d5678e2d9edd271eea6b87423a10dbeda76858798bc4d3464f9f2327f856ebbda7f6c2d76a91319e04a2f6008c23edf226d92dc381dbd541033bcc5f4958f9c6
7
- data.tar.gz: 7d6bb7c4a56b8042aa9216cc3406f409529f31e7aadaa5c5d67718d58fc52e7abbf2acea9d3989fc2de5173cd634f25eca6dc9fd842c18c68173ff18bf673388
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.api_user_email,
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,
@@ -1,3 +1,3 @@
1
1
  module RailLocatorApi
2
- VERSION = "1.0.15"
2
+ VERSION = "1.0.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rail-locator-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Osetrov