movlog 0.3.9 → 0.3.10

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: a60dc17c3d59d4515734a52a21e05b65e283c0f6
4
- data.tar.gz: 04c5f2eb275cd4b194923f2afe92ebfd86c88e54
3
+ metadata.gz: 12e0b3e355255228f25a5ae9fabdba417917523b
4
+ data.tar.gz: cc53fc87c1eb25661d84fc8ac849d5db36634cd4
5
5
  SHA512:
6
- metadata.gz: dac05ec6886909fbd8f15f9da769e374a0d7344b7e0dbd2366e84469cdc864d5cc2f60ad4abf810231e8930a5f48e82b59c3f8d854e728315149a644c9071850
7
- data.tar.gz: 0b909ca9bd05c6382314d94225e20be14ce0ab1172b2956b49c422e9a6c51f690cbb5806be9d50de1b6475e0e35a5b1f8939c4e27841f90963974c1b6f06bd23
6
+ metadata.gz: c61635b688d714a863311fb24d1ea787a9af3423626a31c60bce60bbd40da69ec512a28bd487a5cc87537c9935834e768fd0839bf08dd2cebf3e122a5dc1d89d
7
+ data.tar.gz: 1d4cd07eded463917c9c30a2ff7518b0f40b75d7dbff523048d2c6ca351053f4f1da423f203c3bfcf85e5104de6d0e1013e33336f77ba98355e625e97681755e
@@ -21,7 +21,7 @@ module Skyscanner
21
21
  end
22
22
 
23
23
  def to_json
24
- { meta: @meta.to_json, flights: @flights.to_json }
24
+ { meta: @meta.to_json, flights: @flights.to_json }.to_json
25
25
  end
26
26
  end
27
27
 
@@ -42,7 +42,7 @@ module Skyscanner
42
42
  def to_json
43
43
  { min_price: @min_price, direct: @direct, carriers: @carriers,
44
44
  origin: @origin.to_json, destination: @destination.to_json,
45
- date: @date }
45
+ date: @date }.to_json
46
46
  end
47
47
 
48
48
  end
@@ -65,7 +65,7 @@ module Skyscanner
65
65
 
66
66
  def to_json
67
67
  { name: @name, city_name: @city_name, country_name: @country_name,
68
- type: @type }
68
+ type: @type }.to_json
69
69
  end
70
70
  end
71
71
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Movlog
4
- VERSION = '0.3.9'
4
+ VERSION = '0.3.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: movlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wen