rail-locator-api 0.0.26 → 0.0.27

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: c00795da8742e8613a6fb433a73d18a40642ed9376aaa4994ab49f000ee8cd41
4
- data.tar.gz: 5c3b5cd9930eea15966513164d8a08e9d3bc1b14ec74315ab16cdc5d778e44c1
3
+ metadata.gz: 5fa9621f90e61d080230517327f571b5946b528dd17e4f0cf69478aa0a62aade
4
+ data.tar.gz: d7ad5a17ab908af7e6d4554d5d542edfdaed0cf38ebb3a38d3f29ddfbe002117
5
5
  SHA512:
6
- metadata.gz: 613e4325d9e5f0db04e796d706a6c94ec26f73c1bc20606faca0f22782adc533a347f7d09face9099c6bc663142b0db615c7b9d9d0ff54b48234ea6ce58286e3
7
- data.tar.gz: fd0d792d5c0424d7387824222c70058dfb6892fd6f5687e5f0307a224fe952c465bfa3d844d3caefa02090b060403548954c736b3b8c038df597ca051c43b22b
6
+ metadata.gz: e50ff5cc52c6f1327b5270a2abd3c8a6aec6baf122804e1e58ce6709de059be470ae2037030e3e3b52f6afcc99719865a51f837de47963469bfb58ad73384591
7
+ data.tar.gz: 4bba788b46c1acbfbf57b922be11f57fbedb8352dd438c088b951fc824b60ca54853cebc7f2a227f83d9109454a53d566b864ef134c3c25feaf17daae083d9a3
@@ -23,8 +23,8 @@ module RailLocatorApi
23
23
  @refresh_token = refresh_token || self.class.refresh_token
24
24
  @refresh_token = @refresh_token.strip if @refresh_token
25
25
 
26
- @api_user_email = api_user_email || RailLocatorApi::api_user_email || ENV['API_USER_EMAIL'] || ""
27
- @api_user_password = api_user_password || RailLocatorApi::api_user_password || ENV['API_USER_PASSWORD'] || ""
26
+ @api_user_email = api_user_email || ENV['API_USER_EMAIL'] || ""
27
+ @api_user_password = api_user_password || ENV['API_USER_PASSWORD'] || ""
28
28
  @api_endpoint = api_endpoint || self.class.api_endpoint
29
29
  @api_endpoint = RailLocatorApi::api_endpoint if @api_endpoint.nil?
30
30
  @api_auth_method = api_auth_method || DEFAULT_AUTH_METHOD
@@ -1,3 +1,3 @@
1
1
  module RailLocatorApi
2
- VERSION = "0.0.26"
2
+ VERSION = "0.0.27"
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: 0.0.26
4
+ version: 0.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Osetrov