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 +4 -4
- data/README.md +1 -1
- data/hasami.gemspec +2 -2
- data/lib/hasami/settings.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f73cff993d7c12b7aa593b1f7d40a6c041618304
|
|
4
|
+
data.tar.gz: 26086311dcaa01fb8286b5aa92de3cce81334ba2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
data/hasami.gemspec
CHANGED
|
@@ -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
|
|
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)/}) }
|
data/lib/hasami/settings.rb
CHANGED
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.
|
|
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
|
|
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: {}
|