hasami 0.1.0 → 0.1.1

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: 2834a1d6e6ef55a2ec230cc7603f1960161f671f
4
- data.tar.gz: 44d032af917c146262244dfc870ec3b2f4cb6467
3
+ metadata.gz: f73cff993d7c12b7aa593b1f7d40a6c041618304
4
+ data.tar.gz: 26086311dcaa01fb8286b5aa92de3cce81334ba2
5
5
  SHA512:
6
- metadata.gz: eda58bba8a8c310be3fbff88e458c3dfb37e65c62f3d59db57ca25b2951e11d6f237719810d446a3771e4b98848f8534dab3306c4f1f07635501d60ccfd09171
7
- data.tar.gz: d880be4cae3a894089f5ec55be8d9c423ba6965d2248e4d55ddbd903456bb754acc05131a9102ddd16a5c0f4615e8f00bacb6c1b79d0df408d3f43bdd85fdd2f
6
+ metadata.gz: 8e9386780e81d9777f0a00575a8e8714a1daf85340233c9d25201c8e66d4bd9329e0174b13a52ad5414ff80e1eacc71ee87cbc86ce48594a034a678b3b6556a9
7
+ data.tar.gz: 3eeed81945cd431a615409c65d51158f573beb92a97eeb948409b7b429c8a7481c28d283696a777d677a58a73801121504d1ba422dc5b9aec8810f8ab606864c
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  桃園國際機場航班資訊 API
8
8
 
9
- This API helper get Taoyuan International Airport flight info
9
+ This gem helper get Taoyuan International Airport flight info
10
10
 
11
11
  source: [http://www.taoyuan-airport.com/chinese/flighttxt](http://www.taoyuan-airport.com/chinese/flighttxt)
12
12
 
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["quietmes@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Hasami}
13
- spec.description = %q{This API helper get Taoyuan airport flight info}
14
- spec.homepage = ""
13
+ spec.description = %q{This gem helper get Taoyuan airport flight info}
14
+ spec.homepage = "https://github.com/jiunjiun/hasami"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,4 +1,4 @@
1
1
  module HasamiSettings
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  FLIGHT_URL = 'http://www.taoyuan-airport.com/uploads/flightx/a_flight_v4.txt'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hasami
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jiunjiun
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: This API helper get Taoyuan airport flight info
97
+ description: This gem helper get Taoyuan airport flight info
98
98
  email:
99
99
  - quietmes@gmail.com
100
100
  executables: []
@@ -118,7 +118,7 @@ files:
118
118
  - lib/hasami/flight_helper.rb
119
119
  - lib/hasami/flight_parse.rb
120
120
  - lib/hasami/settings.rb
121
- homepage: ''
121
+ homepage: https://github.com/jiunjiun/hasami
122
122
  licenses:
123
123
  - MIT
124
124
  metadata: {}