gillbus 0.17.2 → 0.17.3

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
  SHA1:
3
- metadata.gz: f1964451a59ff6d5aff1f51a60e50150b3aefd1e
4
- data.tar.gz: 1ad833018f162e61615b52f34b8a72e22e83ed53
3
+ metadata.gz: c24e75a394d31f69936e9a3822a2a839232d171d
4
+ data.tar.gz: 2e1c151cf0a63632fce3d4a3b333cfdbf6fff2c6
5
5
  SHA512:
6
- metadata.gz: 58e88a70c20ee02e3b75996a68543c537dd324d74edada9d34719290c8f20269476cf8426071995945bf93b3169672876767ef94897392662122893df1adc351
7
- data.tar.gz: 6df80b855bbb2c621781237fe1c60a88d3ca6b8fa58202235ca984b0aac86de656348fdc83f50b0a3a0f6687d73df915b4d83af16ba8a6a0047246188cc5a02c
6
+ metadata.gz: 2732ce3dad4378648cec1f3e3152958c47452a6e2ea32fb01b73e1e14e4a62ad498dc2d40b737110434e936fc54203789c877c3ae5a4606448612b66a4272a3a
7
+ data.tar.gz: b24023751a614b3dc092ceba07b09b3c236e98f24ded2b941953eb7dd71ad4ee7bfe01d0c9b589bac5a13afd5dbe66b50f27c363b175ce900fb5b816237b9eca
@@ -144,6 +144,8 @@ class Gillbus
144
144
 
145
145
  field :options, TripOptions, key: 'OPTIONS'
146
146
 
147
+ field :bus_photos, [BusPhoto], key: 'BUS_PHOTO'
148
+
147
149
  def start_at
148
150
  timezone = data['START_TIMEZONE'] || 'Europe/Kiev'
149
151
  datetime_string = "#{data['START_DATE']} #{data['START_TIME']}"
@@ -1,3 +1,3 @@
1
1
  class Gillbus
2
- VERSION = '0.17.2'.freeze
2
+ VERSION = '0.17.3'.freeze
3
3
  end
data/lib/gillbus.rb CHANGED
@@ -51,9 +51,9 @@ class Gillbus
51
51
  require 'gillbus/structs/point'
52
52
  require 'gillbus/structs/tariff/return_cause'
53
53
  require 'gillbus/structs/tariff'
54
+ require 'gillbus/structs/bus_photo'
54
55
  require 'gillbus/structs/segment'
55
56
  require 'gillbus/structs/timetable_segment'
56
- require 'gillbus/structs/bus_photo'
57
57
  require 'gillbus/structs/trip'
58
58
  require 'gillbus/structs/timetable_trip'
59
59
 
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.17.2
4
+ version: 0.17.3
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-03-02 00:00:00.000000000 Z
12
+ date: 2018-03-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport