movlog 0.3.12 → 0.3.13

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: 6c65d971d18a34e57cc4bd078a481265a955f4af
4
- data.tar.gz: 1052708a9e55aa0a2345419f3a4269676e498804
3
+ metadata.gz: 598e292591669d9a45651b22cb4061d0b2208057
4
+ data.tar.gz: f0fd456c4a4fe43d5af91a00cb205b44e6633f59
5
5
  SHA512:
6
- metadata.gz: 78d3b782f30c1409cadedda0448393533598d1285209825c3ba6d16af216391d30c49854167dafe7be5ea9196314d3233c4ac4933c6c18bb14bd6aaa601d5010
7
- data.tar.gz: 5c55e56b3a40e04b0f7ea8e451491455e404310ed8a3fbe34297255bfcdcbbbaf0dda31abb745eaef6704fed5bb2fc3fae441b6ba01695b28e660b0a950e5c03
6
+ metadata.gz: 76a4cddaf1b1bd3d70f5fd228926f78b204a5165eab3004a56975c8f62892e4b4a68ed00aadcd56baac47ad5cf6632462bbf01079fc52745c3b1d21ccef07d31
7
+ data.tar.gz: 9be5dc90014c1a5ed6ae770cfc104de9c573c4fdfc61bca746f960b9f7b99ed20a27594ca0991e72cac1f19196312c92740be866ae1533e7c82638d2b2c930f0
data/lib/movlog/route.rb CHANGED
@@ -23,10 +23,6 @@ module Skyscanner
23
23
  def to_hash
24
24
  { meta: @meta.to_hash, flights: @flights.to_hash }
25
25
  end
26
-
27
- def to_json
28
- to_hash.to_json
29
- end
30
26
  end
31
27
 
32
28
  # Flight info
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Movlog
4
- VERSION = '0.3.12'
4
+ VERSION = '0.3.13'
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.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wen