gull 0.3.4 → 1.0.0

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.
metadata CHANGED
@@ -1,23 +1,23 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gull
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Deckard
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-16 00:00:00.000000000 Z
11
+ date: 2026-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: httpclient
14
+ name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
- type: :runtime
20
+ type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
@@ -25,35 +25,49 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: nokogiri
28
+ name: guard-rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 1.6.2
34
- type: :runtime
33
+ version: '0'
34
+ type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 1.6.2
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: bundler
42
+ name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '1.6'
47
+ version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '1.6'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: rake
56
+ name: rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '3.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '3.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rubocop
57
71
  requirement: !ruby/object:Gem::Requirement
58
72
  requirements:
59
73
  - - ">="
@@ -67,19 +81,33 @@ dependencies:
67
81
  - !ruby/object:Gem::Version
68
82
  version: '0'
69
83
  - !ruby/object:Gem::Dependency
70
- name: rspec
84
+ name: rubocop-rake
71
85
  requirement: !ruby/object:Gem::Requirement
72
86
  requirements:
73
87
  - - ">="
74
88
  - !ruby/object:Gem::Version
75
- version: '3.0'
89
+ version: '0'
76
90
  type: :development
77
91
  prerelease: false
78
92
  version_requirements: !ruby/object:Gem::Requirement
79
93
  requirements:
80
94
  - - ">="
81
95
  - !ruby/object:Gem::Version
82
- version: '3.0'
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: simplecov
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
83
111
  - !ruby/object:Gem::Dependency
84
112
  name: webmock
85
113
  requirement: !ruby/object:Gem::Requirement
@@ -94,19 +122,18 @@ dependencies:
94
122
  - - ">="
95
123
  - !ruby/object:Gem::Version
96
124
  version: '0'
97
- description: Client for parsing NOAA/NWS alerts, warnings, and watches.
125
+ description: Fetches and parses NOAA/NWS alerts, warnings, and watches from api.weather.gov.
126
+ Zero runtime dependencies.
98
127
  email:
99
128
  - seth@deckard.me
100
129
  executables: []
101
130
  extensions: []
102
131
  extra_rdoc_files: []
103
132
  files:
133
+ - ".github/workflows/ci.yml"
104
134
  - ".gitignore"
105
- - ".hound.yml"
106
135
  - ".rspec"
107
136
  - ".rubocop.yml"
108
- - ".ruby-version"
109
- - ".travis.yml"
110
137
  - CHANGELOG.md
111
138
  - Gemfile
112
139
  - Guardfile
@@ -124,17 +151,27 @@ files:
124
151
  - spec/alert_spec.rb
125
152
  - spec/client_spec.rb
126
153
  - spec/error_spec.rb
127
- - spec/fixtures/alerts.xml
128
- - spec/fixtures/bad.xml
129
- - spec/fixtures/empty.xml
130
- - spec/fixtures/missing_cap.xml
154
+ - spec/fixtures/alerts.json
155
+ - spec/fixtures/empty.json
156
+ - spec/fixtures/features/blizzard_warning.json
157
+ - spec/fixtures/features/empty_geocode.json
158
+ - spec/fixtures/features/flood_advisory.json
159
+ - spec/fixtures/features/flood_warning.json
160
+ - spec/fixtures/features/multipolygon.json
161
+ - spec/fixtures/features/null_geometry.json
162
+ - spec/fixtures/features/polygon_no_vtec.json
163
+ - spec/fixtures/features/polygon_with_vtec.json
164
+ - spec/fixtures/missing_event.json
131
165
  - spec/polygon_spec.rb
132
166
  - spec/spec_helper.rb
133
167
  homepage: https://github.com/sethdeckard/gull
134
168
  licenses:
135
169
  - MIT
136
- metadata: {}
137
- post_install_message:
170
+ metadata:
171
+ source_code_uri: https://github.com/sethdeckard/gull
172
+ changelog_uri: https://github.com/sethdeckard/gull/blob/master/CHANGELOG.md
173
+ bug_tracker_uri: https://github.com/sethdeckard/gull/issues
174
+ post_install_message:
138
175
  rdoc_options: []
139
176
  require_paths:
140
177
  - lib
@@ -142,25 +179,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
142
179
  requirements:
143
180
  - - ">="
144
181
  - !ruby/object:Gem::Version
145
- version: '0'
182
+ version: '3.1'
146
183
  required_rubygems_version: !ruby/object:Gem::Requirement
147
184
  requirements:
148
185
  - - ">="
149
186
  - !ruby/object:Gem::Version
150
187
  version: '0'
151
188
  requirements: []
152
- rubyforge_project:
153
- rubygems_version: 2.4.5.1
154
- signing_key:
189
+ rubygems_version: 3.5.22
190
+ signing_key:
155
191
  specification_version: 4
156
192
  summary: Client for parsing NOAA/NWS alerts, warnings, and watches.
157
- test_files:
158
- - spec/alert_spec.rb
159
- - spec/client_spec.rb
160
- - spec/error_spec.rb
161
- - spec/fixtures/alerts.xml
162
- - spec/fixtures/bad.xml
163
- - spec/fixtures/empty.xml
164
- - spec/fixtures/missing_cap.xml
165
- - spec/polygon_spec.rb
166
- - spec/spec_helper.rb
193
+ test_files: []
data/.hound.yml DELETED
@@ -1,3 +0,0 @@
1
- ruby:
2
- enabled: true
3
- config_file: .rubocop.yml
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 2.2.3
data/.travis.yml DELETED
@@ -1,8 +0,0 @@
1
- language: ruby
2
- sudo: false
3
- rvm:
4
- - 2.2.3
5
- - 2.1.7
6
- - 2.0.0
7
-
8
- script: rspec spec
@@ -1,118 +0,0 @@
1
- <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
2
-
3
- <!--
4
- This atom/xml feed is an index to active advisories, watches and warnings
5
- issued by the National Weather Service. This index file is not the complete
6
- Common Alerting Protocol (CAP) alert message. To obtain the complete CAP
7
- alert, please follow the links for each entry in this index. Also note the
8
- CAP message uses a style sheet to convey the information in a human readable
9
- format. Please view the source of the CAP message to see the complete data
10
- set. Not all information in the CAP message is contained in this index of
11
- active alerts.
12
- -->
13
-
14
- <feed
15
- xmlns = 'http://www.w3.org/2005/Atom'
16
- xmlns:cap = 'urn:oasis:names:tc:emergency:cap:1.1'
17
- xmlns:ha = 'http://www.alerting.net/namespace/index_1.0'
18
- >
19
- <!-- http-date = Wed, 01 Oct 2014 04:05:00 GMT -->
20
-
21
- <id>http://alerts.weather.gov/cap/us.atom</id>
22
- <logo>http://alerts.weather.gov/images/xml_logo.gif</logo>
23
- <generator>NWS CAP Server</generator>
24
- <updated>2014-10-01T11:05:00-05:00</updated>
25
- <author>
26
- <name>w-nws.webmaster@noaa.gov</name>
27
- </author>
28
- <title>Current Watches, Warnings and Advisories for the United States Issued by the National Weather Service</title>
29
- <link href='http://alerts.weather.gov/cap/us.atom'/>
30
-
31
- <entry>
32
- <id>http://alerts.weather.gov/cap/wwacapget.php?x=CA125171381DD0.HeatAdvisory</id>
33
- <updated>2014-10-01T08:40:00-07:05</updated>
34
- <published>2014-10-01T08:40:00-07:06</published>
35
- <author>
36
- <name>w-nws.webmaster@noaa.gov</name>
37
- </author>
38
- <title>Heat Advisory issued October 01 at 8:40AM PDT until October 03 at 9:00PM PDT by NWS</title>
39
- <link href='http://alerts.weather.gov/cap/wwacapget.php?x=CA125171381DD0.HeatAdvisory'/>
40
- <summary>SUMMARY TEXT</summary>
41
- <cap:event>Heat Advisory</cap:event>
42
- <cap:effective>2014-10-01T08:40:00-07:00</cap:effective>
43
- <cap:expires>2014-10-03T21:00:00-07:00</cap:expires>
44
- <cap:status>Actual</cap:status>
45
- <cap:msgType>Alert</cap:msgType>
46
- <cap:category>Met</cap:category>
47
- <cap:urgency>Expected</cap:urgency>
48
- <cap:severity>Minor</cap:severity>
49
- <cap:certainty>Very Likely</cap:certainty>
50
- <cap:areaDesc>Southern Salinas Valley, Arroyo Seco and Lake San Antonio</cap:areaDesc>
51
- <cap:polygon>27.35,-81.79 27.14,-81.89 27.04,-81.97 27.04,-82.02 27.14,-81.97 27.35,-81.86 27.35,-81.79</cap:polygon>
52
- <cap:geocode>
53
- </cap:geocode>
54
- <cap:parameter>
55
- <valueName>VTEC</valueName>
56
- <value>/O.NEW.KMTR.HT.Y.0002.141002T1900Z-141004T0400Z/</value>
57
- </cap:parameter>
58
- </entry>
59
-
60
- <entry>
61
- <id>http://alerts.weather.gov/cap/wwacapget.php?x=CA125171381DD0.HeatAdvisory.125171642740CA.MTRNPWMTR.64d60221994d798a87b4862623e0d63c</id>
62
- <updated>2014-10-01T08:40:00-07:00</updated>
63
- <published>2014-10-01T08:40:00-07:00</published>
64
- <author>
65
- <name>w-nws.webmaster@noaa.gov</name>
66
- </author>
67
- <title>Heat Advisory issued October 01 at 8:40AM PDT until October 03 at 9:00PM PDT by NWS</title>
68
- <link href='http://alerts.weather.gov/cap/wwacapget.php?x=CA125171381DD0.HeatAdvisory.125171642740CA.MTRNPWMTR.64d60221994d798a87b4862623e0d63c'/>
69
- <summary>...VERY WARM WEATHER EXPECTED ACROSS OUR ENTIRE AREA STARTING ON THURSDAY... .A RIDGE OF HIGH PRESSURE COMBINED WITH OFFSHORE WINDS AND WARM TEMPERATURES WILL LEAD TO MUCH ABOVE NORMAL TEMPERATURES ACROSS OUR AREA.. ...HEAT ADVISORY IN EFFECT FROM NOON THURSDAY TO 9 PM PDT FRIDAY...</summary>
70
- <cap:event>Flood Advisory</cap:event>
71
- <cap:effective>2014-10-01T08:40:00-07:00</cap:effective>
72
- <cap:expires>2014-10-03T21:00:00-07:00</cap:expires>
73
- <cap:status>Actual</cap:status>
74
- <cap:msgType>Alert</cap:msgType>
75
- <cap:category>Met</cap:category>
76
- <cap:urgency>Expected</cap:urgency>
77
- <cap:severity>Minor</cap:severity>
78
- <cap:certainty>Likely</cap:certainty>
79
- <cap:areaDesc>Coastal North Bay Including Point Reyes National Seashore; East Bay Hills and the Diablo Range; East Bay Interior Valleys; Mountains Of San Benito County And Interior Monterey County Including Pinnacles National Monument; North Bay Interior Valleys; North Bay Mountains; Northern Monterey Bay; Northern Salinas Valley, Hollister Valley and Carmel Valley; San Francisco; San Francisco Bay Shoreline; San Fransisco Peninsula Coast; Santa Clara Valley Including San Jose; Santa Cruz Mountains; Santa Lucia Mountains and Los Padres National Forest; Southern Monterey Bay and Big Sur Coast; Southern Salinas Valley, Arroyo Seco and Lake San Antonio</cap:areaDesc>
80
- <cap:polygon></cap:polygon>
81
- <cap:geocode>
82
- <valueName>FIPS6</valueName>
83
- <value>006001 006013 006041 006053 006055 006069 006075 006081 006085 006087 006097</value>
84
- <valueName>UGC</valueName>
85
- <value>CAZ006 CAZ505 CAZ506 CAZ507 CAZ508 CAZ509 CAZ510 CAZ511 CAZ512 CAZ513 CAZ516 CAZ517 CAZ518 CAZ528 CAZ529 CAZ530</value>
86
- </cap:geocode>
87
- <cap:parameter>
88
- </cap:parameter>
89
- </entry>
90
-
91
- <entry>
92
- <id>http://alerts.weather.gov/cap/wwacapget.php?x=CA125171381DD0.HeatAdvisory.125171642740CA.MTRNPWMTR.64d60221994d798a87b4862623e0d63c</id>
93
- <updated>2014-10-01T08:40:00-07:00</updated>
94
- <published>2014-10-01T08:40:00-07:00</published>
95
- <author>
96
- <name>w-nws.webmaster@noaa.gov</name>
97
- </author>
98
- <title>Heat Advisory issued October 01 at 8:40AM PDT until October 03 at 9:00PM PDT by NWS</title>
99
- <summary>...VERY WARM WEATHER EXPECTED ACROSS OUR ENTIRE AREA STARTING ON THURSDAY... .A RIDGE OF HIGH PRESSURE COMBINED WITH OFFSHORE WINDS AND WARM TEMPERATURES WILL LEAD TO MUCH ABOVE NORMAL TEMPERATURES ACROSS OUR AREA.. ...HEAT ADVISORY IN EFFECT FROM NOON THURSDAY TO 9 PM PDT FRIDAY...</summary>
100
- <cap:event>Tornado Warning</cap:event>
101
- <cap:effective>2014-10-01T08:40:00-07:00</cap:effective>
102
- <cap:expires>2014-10-03T21:00:00-07:00</cap:expires>
103
- <cap:status>Actual</cap:status>
104
- <cap:msgType>Alert</cap:msgType>
105
- <cap:category>Met</cap:category>
106
- <cap:urgency>Expected</cap:urgency>
107
- <cap:severity>Minor</cap:severity>
108
- <cap:certainty>Likely</cap:certainty>
109
- <cap:areaDesc>Coastal North Bay Including Point Reyes National Seashore; East Bay Hills and the Diablo Range; East Bay Interior Valleys; Mountains Of San Benito County And Interior Monterey County Including Pinnacles National Monument; North Bay Interior Valleys; North Bay Mountains; Northern Monterey Bay; Northern Salinas Valley, Hollister Valley and Carmel Valley; San Francisco; San Francisco Bay Shoreline; San Fransisco Peninsula Coast; Santa Clara Valley Including San Jose; Santa Cruz Mountains; Santa Lucia Mountains and Los Padres National Forest; Southern Monterey Bay and Big Sur Coast; Southern Salinas Valley, Arroyo Seco and Lake San Antonio</cap:areaDesc>
110
- <cap:polygon></cap:polygon>
111
- <cap:geocode>
112
- <valueName>FIPS6</valueName>
113
- <value>006001 006013 006041 006053 006055 006069 006075 006081 006085 006087 006097</value>
114
- <valueName>UGC</valueName>
115
- <value>CAZ006 CAZ505 CAZ506 CAZ507 CAZ508 CAZ509 CAZ510 CAZ511 CAZ512 CAZ513 CAZ516 CAZ517 CAZ518 CAZ528 CAZ529 CAZ530</value>
116
- </cap:geocode>
117
- </entry>
118
- </feed>
@@ -1 +0,0 @@
1
- ? cannot read /www1/cap_atom/web/cap/us.atom
@@ -1,30 +0,0 @@
1
- <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
2
-
3
- <!--
4
- This atom/xml feed is an index to active advisories, watches and warnings
5
- issued by the National Weather Service. This index file is not the complete
6
- Common Alerting Protocol (CAP) alert message. To obtain the complete CAP
7
- alert, please follow the links for each entry in this index. Also note the
8
- CAP message uses a style sheet to convey the information in a human readable
9
- format. Please view the source of the CAP message to see the complete data
10
- set. Not all information in the CAP message is contained in this index of
11
- active alerts.
12
- -->
13
-
14
- <feed
15
- xmlns = 'http://www.w3.org/2005/Atom'
16
- xmlns:cap = 'urn:oasis:names:tc:emergency:cap:1.1'
17
- xmlns:ha = 'http://www.alerting.net/namespace/index_1.0'
18
- >
19
- <!-- http-date = Wed, 01 Oct 2014 04:05:00 GMT -->
20
-
21
- <id>http://alerts.weather.gov/cap/us.atom</id>
22
- <logo>http://alerts.weather.gov/images/xml_logo.gif</logo>
23
- <generator>NWS CAP Server</generator>
24
- <updated>2014-10-01T11:05:00-05:00</updated>
25
- <author>
26
- <name>w-nws.webmaster@noaa.gov</name>
27
- </author>
28
- <title>Current Watches, Warnings and Advisories for the United States Issued by the National Weather Service</title>
29
- <link href='http://alerts.weather.gov/cap/us.atom'/>
30
- </feed>
@@ -1,46 +0,0 @@
1
-
2
- <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
3
- <?xml-stylesheet href='http://alerts.weather.gov/cap/capatom.xsl' type='text/xsl'?>
4
-
5
- <!--
6
- This atom/xml feed is an index to active advisories, watches and warnings
7
- issued by the National Weather Service. This index file is not the complete
8
- Common Alerting Protocol (CAP) alert message. To obtain the complete CAP
9
- alert, please follow the links for each entry in this index. Also note the
10
- CAP message uses a style sheet to convey the information in a human readable
11
- format. Please view the source of the CAP message to see the complete data
12
- set. Not all information in the CAP message is contained in this index of
13
- active alerts.
14
- -->
15
-
16
-
17
- <feed
18
- xmlns = 'http://www.w3.org/2005/Atom'
19
- xmlns:cap = 'urn:oasis:names:tc:emergency:cap:1.1'
20
- xmlns:ha = 'http://www.alerting.net/namespace/index_1.0'
21
- >
22
- <!-- http-date = Sat, 20 Jun 2015 01:23:00 GMT -->
23
-
24
- <id>http://alerts.weather.gov/cap/us.atom</id>
25
- <logo>http://alerts.weather.gov/images/xml_logo.gif</logo>
26
- <generator>NWS CAP Server</generator>
27
- <updated>2015-06-20T08:23:00-05:00</updated>
28
- <author>
29
- <name>w-nws.webmaster@noaa.gov</name>
30
- </author>
31
- <title>Current Watches, Warnings and Advisories for the United States Issued by the National Weather Service</title>
32
- <link href='http://alerts.weather.gov/cap/us.atom'/>
33
-
34
- <entry>
35
- <id>http://alerts.weather.gov/cap/wwacapget.php?x=LA1253AE8E0B98.FloodWarning.1253AEBAFBE4LA.SHVFLSSHV.3908c4d415c0ed7efa65ce2f6eea425e</id>
36
- <updated>2015-06-20T08:02:00-05:00</updated>
37
- <published>2015-06-20T08:02:00-05:00</published>
38
- <author>
39
- <name>w-nws.webmaster@noaa.gov</name>
40
- </author>
41
- <title>Flood Warning issued June 20 at 8:02AM CDT until June 23 at 2:53AM CDT by NWS</title>
42
- <link href='http://alerts.weather.gov/cap/wwacapget.php?x=LA1253AE8E0B98.FloodWarning.1253AEBAFBE4LA.SHVFLSSHV.3908c4d415c0ed7efa65ce2f6eea425e'/>
43
- <summary>The flood warning continues for the Red Chute Bayou At Sligo, Louisiana. * until late Monday night...or until the warning is cancelled. * At 70 AM Saturday the stage was 32.0 feet. * Minor flooding is occurring and minor flooding is forecast. * Flood stage is 31 feet.</summary>
44
- </entry>
45
-
46
- </feed>