rail-locator-api 1.0.18 → 1.0.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1edc312aa5f07d150eb51199c45261714727ceb928926c0d1abf8eafca2af2d0
4
- data.tar.gz: f2417580821577d93871b56b4d31d3f062be455d1ab5371ff5d7773fb5dd42cc
3
+ metadata.gz: a20fbfff3ee17bbb4c78e6e5b736d9d26ce9600681b7420ed45dcbe5dd406bbc
4
+ data.tar.gz: 18693f2ca6182901a1555d5ac740cda4bf2854a3dbd253eb4f4f3ac3ec386d67
5
5
  SHA512:
6
- metadata.gz: 254c38cbae810b90ae2db2d53dbc5be043a18169b33b40e558651d5c051af1300825b56c5d61bdf964da4a8676e5579bcf6890e18aa2ab28f50d5f800846477a
7
- data.tar.gz: e7e6a777359ecebf0170efa6542545304268fafdfdcb5bb8323a512227e110602dc52a2e874b29e8fb18b6bb111d8ceaf9d2d996856d588b7d7413fbd688c4ee
6
+ metadata.gz: 259e5dc17f9073102223fb1ba6517560df3e6d71809546b700d554cd08336c52f7c8ee89fbbe91397ddea8671a36686df9b028a282c45fe9b05f67819aa327fd
7
+ data.tar.gz: '08e4fa15ec8829284ab5c366c96cecc166b4007824915002e688d6e54fae27a64995668ead4f7ae622c94de05d565fbd2feac0fa617f4928e77b89ab672c7ea4'
@@ -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.20"
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.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Osetrov