gillbus 0.18.12 → 0.18.13

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
  SHA1:
3
- metadata.gz: 53d34fefe296ecc11f49cd37137181072b56d41b
4
- data.tar.gz: a953e3865743ce98116e0686c718199286f77238
3
+ metadata.gz: 5b6eb7557d8bbbe297d8f391d4f0ba1a43f99c25
4
+ data.tar.gz: a72bdec0416f4297fc1772da1dd508def568bdb7
5
5
  SHA512:
6
- metadata.gz: f131776c032b52fcb0c8fc7bbecd9b13c5f971abb92d638aceabafb24d75204b045b1891be07e08b7d3c86a439073bf05476cf0a83dd2cd2c9505eef6c5d5ced
7
- data.tar.gz: '08c3bdeb51e7a2cdbac2aba4c17f7ac9c0b9ef211363ec793c61f3bd4e03380c7e1cf7833c9ee8444b0ae4808d6168e2fb3f6a37ba2e4c3d7cef648112f0f69b'
6
+ metadata.gz: cb087d9f1d2ed195fa76b9eb065f2dcaf1701690525ddcf15c714d6c43cdee9934a2269ae00498f91c1dadc45763faeda388df6133c4421e5cfdab6cbaa0a167
7
+ data.tar.gz: 7945e1bcad7972a706f0bb0614e0ba19a961273941020624a2945120ca5b943d28f745591f8ec7174f3cecf531105147339df0b9dd11f82f23fe5f4afa00c55c
@@ -33,5 +33,7 @@ class Gillbus
33
33
  # Признак наличия пересадки в пункте
34
34
  # => "false"
35
35
  field :transfer_point, :bool
36
+
37
+ field :distance, :int
36
38
  end
37
39
  end
@@ -1,3 +1,3 @@
1
1
  class Gillbus
2
- VERSION = '0.18.12'.freeze
2
+ VERSION = '0.18.13'.freeze
3
3
  end
@@ -13,5 +13,6 @@ class GetTripSegmentsTest < Minitest::Test
13
13
  assert_equal('Ж/Д вокзал Львів', points.first.name)
14
14
  assert_equal('Щецин', points.last.geography_name)
15
15
  assert_equal('Автовокзал', points.last.name)
16
+ assert_equal(1055, points.last.distance)
16
17
  end
17
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gillbus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.12
4
+ version: 0.18.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey "codesnik" Trofimenko
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-09-18 00:00:00.000000000 Z
12
+ date: 2018-10-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport