flight_info 0.0.1 → 0.0.2

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: 3be1155e8c95e2c1098bf6154a09bf3d539cdff0
4
- data.tar.gz: fefd87e20300e301b7b1981bc34d7aa52057b765
3
+ metadata.gz: 0685ea6494c57d57ab014f1c2268e8d54f80e03f
4
+ data.tar.gz: 8da4c2f4886305ed16e31d2a50ba77abf205568b
5
5
  SHA512:
6
- metadata.gz: d4b47a214e9003dbe37665c08ea913aae74537260b4370be9fefe13c857f3f994845d1298ea0d234c58df57f0b5997d62827ca77495373191718c51f57b71fae
7
- data.tar.gz: 9988c24a51b030676b2ed88e5db1058c3c5b5cf2009c5e2f7684dae317d12a3fac92dbc6c14460e4cb04a23440a006cca476ff892170f205f7e9a5fce0d29710
6
+ metadata.gz: 8e6998c964ceb4ab3bc0cdae9d4bfeeee7705789bf6185d1a84d6142a76364de5ddf1d701a10897a160f9bd839bf43a64d7d38506ee49e2522965cc1bef20c66
7
+ data.tar.gz: 7b2ffb2f0cd09f98d318a03270f84bcf130ef0d39708bf32153f13f439f3914f8897672cdc24eea9413d6899216e628835af4dc1c9124230e6d749ab88a73169
data/flight_info.gemspec CHANGED
@@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
18
18
  spec.required_ruby_version = '>= 2.0.0'
19
19
  spec.required_rubygems_version = '>= 1.3.5'
20
20
  spec.summary = 'Ruby toolkit for querying flight information'
21
- spec.version = '0.0.1'
21
+ spec.version = '0.0.2'
22
22
  end
@@ -0,0 +1,2 @@
1
+ require_relative 'flight_info/abstract_flight'
2
+ require_relative 'flight_info/fiveonebook_flight'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flight_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruochen Shen
@@ -52,9 +52,9 @@ extensions: []
52
52
  extra_rdoc_files: []
53
53
  files:
54
54
  - flight_info.gemspec
55
+ - lib/flight_info.rb
55
56
  - lib/flight_info/abstract_flight.rb
56
57
  - lib/flight_info/fiveonebook_flight.rb
57
- - lib/flight_info/flight_info.rb
58
58
  homepage: https://github.com/ceclinux/flight_info
59
59
  licenses:
60
60
  - MIT
@@ -1,2 +0,0 @@
1
- require_relative 'abstract_flight'
2
- require_relative 'fiveonebook_flight'