rail-locator-api 1.0.18 → 1.0.19

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: 1edc312aa5f07d150eb51199c45261714727ceb928926c0d1abf8eafca2af2d0
4
- data.tar.gz: f2417580821577d93871b56b4d31d3f062be455d1ab5371ff5d7773fb5dd42cc
3
+ metadata.gz: 0a40601fc87134ba69f0409934667e771432a08c62928b0ba2097d8a8bb8407b
4
+ data.tar.gz: afac1cbc06cc1f251759ea16b2a98081d523bc6f9f3c96a5b999acd02b264205
5
5
  SHA512:
6
- metadata.gz: 254c38cbae810b90ae2db2d53dbc5be043a18169b33b40e558651d5c051af1300825b56c5d61bdf964da4a8676e5579bcf6890e18aa2ab28f50d5f800846477a
7
- data.tar.gz: e7e6a777359ecebf0170efa6542545304268fafdfdcb5bb8323a512227e110602dc52a2e874b29e8fb18b6bb111d8ceaf9d2d996856d588b7d7413fbd688c4ee
6
+ metadata.gz: 247cad136e02ebbf243315cd1b7ba0ba23a9b56aac25539ba5bccd9d17002c3b57aad72ad66f5464f5baf3c490102419d1251595d1291f624dd08a343e6c2c6c
7
+ data.tar.gz: a462fba2edf6a68175fd670e08302c89d995ba6d61991366cf024db1a0ed02ca7c9a2c3e053e902b967b1aa02e1e164a7a5eee8771307783f9c6f757cab638f5
@@ -278,6 +278,8 @@ module RailLocatorApi
278
278
  url = case @request_builder.path_parts.first
279
279
  when "lk"
280
280
  lk_api_url
281
+ when "notify"
282
+ notify_api_url
281
283
  when "app"
282
284
  app_api_url
283
285
  when "union"
@@ -304,5 +306,9 @@ module RailLocatorApi
304
306
  def union_api_url
305
307
  "#{RailLocatorApi.union_endpoint}/api/v1.0/"
306
308
  end
309
+
310
+ def notify_api_url
311
+ "http://192.168.1.153:3003"
312
+ end
307
313
  end
308
314
  end
@@ -1,3 +1,3 @@
1
1
  module RailLocatorApi
2
- VERSION = "1.0.18"
2
+ VERSION = "1.0.19"
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.18
4
+ version: 1.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Osetrov