weatherzone 0.8.3 → 0.8.4
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.
- data/Manifest.txt +1 -0
- data/lib/weatherzone.rb +2 -2
- data/lib/weatherzone/resources/camera.rb +3 -0
- metadata +46 -6
data/Manifest.txt
CHANGED
|
@@ -15,6 +15,7 @@ lib/weatherzone/helpers/units.rb
|
|
|
15
15
|
lib/weatherzone/resources/buoy_observation.rb
|
|
16
16
|
lib/weatherzone/resources/almanac.rb
|
|
17
17
|
lib/weatherzone/resources/almanac_period.rb
|
|
18
|
+
lib/weatherzone/resources/camera.rb
|
|
18
19
|
lib/weatherzone/resources/conditions.rb
|
|
19
20
|
lib/weatherzone/resources/country.rb
|
|
20
21
|
lib/weatherzone/resources/daily_observation.rb
|
data/lib/weatherzone.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: weatherzone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 55
|
|
4
5
|
prerelease: false
|
|
5
6
|
segments:
|
|
6
7
|
- 0
|
|
7
8
|
- 8
|
|
8
|
-
-
|
|
9
|
-
version: 0.8.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.8.4
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Ben Askins
|
|
@@ -14,21 +15,23 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date: 2010-
|
|
18
|
+
date: 2010-06-28 00:00:00 +10:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|
|
21
22
|
name: hoe
|
|
22
23
|
prerelease: false
|
|
23
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
24
26
|
requirements:
|
|
25
27
|
- - ">="
|
|
26
28
|
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 51
|
|
27
30
|
segments:
|
|
28
31
|
- 1
|
|
29
32
|
- 8
|
|
30
|
-
-
|
|
31
|
-
version: 1.8.
|
|
33
|
+
- 2
|
|
34
|
+
version: 1.8.2
|
|
32
35
|
type: :development
|
|
33
36
|
version_requirements: *id001
|
|
34
37
|
description: Ruby client for the weatherzone webservice.
|
|
@@ -60,6 +63,7 @@ files:
|
|
|
60
63
|
- lib/weatherzone/resources/buoy_observation.rb
|
|
61
64
|
- lib/weatherzone/resources/almanac.rb
|
|
62
65
|
- lib/weatherzone/resources/almanac_period.rb
|
|
66
|
+
- lib/weatherzone/resources/camera.rb
|
|
63
67
|
- lib/weatherzone/resources/conditions.rb
|
|
64
68
|
- lib/weatherzone/resources/country.rb
|
|
65
69
|
- lib/weatherzone/resources/daily_observation.rb
|
|
@@ -87,6 +91,38 @@ files:
|
|
|
87
91
|
- lib/tzinfo/definitions/Australia/EST.rb
|
|
88
92
|
- lib/tzinfo/definitions/Australia/WDT.rb
|
|
89
93
|
- lib/tzinfo/definitions/Australia/WST.rb
|
|
94
|
+
- test/test_almanac.rb
|
|
95
|
+
- test/test_almanac_period.rb
|
|
96
|
+
- test/test_buoy_observation.rb
|
|
97
|
+
- test/test_climate_period.rb
|
|
98
|
+
- test/test_conditions.rb
|
|
99
|
+
- test/test_connection.rb
|
|
100
|
+
- test/test_country.rb
|
|
101
|
+
- test/test_daily_observation.rb
|
|
102
|
+
- test/test_date_parser.rb
|
|
103
|
+
- test/test_district_forecast.rb
|
|
104
|
+
- test/test_exceptions.rb
|
|
105
|
+
- test/test_farenheit_conversion_factor.rb
|
|
106
|
+
- test/test_file_parser.rb
|
|
107
|
+
- test/test_finder.rb
|
|
108
|
+
- test/test_forecast.rb
|
|
109
|
+
- test/test_helper.rb
|
|
110
|
+
- test/test_historical_observation.rb
|
|
111
|
+
- test/test_image.rb
|
|
112
|
+
- test/test_location.rb
|
|
113
|
+
- test/test_marine_forecast.rb
|
|
114
|
+
- test/test_marine_summary.rb
|
|
115
|
+
- test/test_moon_phase.rb
|
|
116
|
+
- test/test_news_item.rb
|
|
117
|
+
- test/test_point_forecast.rb
|
|
118
|
+
- test/test_response_parser.rb
|
|
119
|
+
- test/test_snow_report.rb
|
|
120
|
+
- test/test_state_forecast.rb
|
|
121
|
+
- test/test_surf_report.rb
|
|
122
|
+
- test/test_tide.rb
|
|
123
|
+
- test/test_value_and_unit_helpers.rb
|
|
124
|
+
- test/test_warning.rb
|
|
125
|
+
- test/test_weather.rb
|
|
90
126
|
has_rdoc: true
|
|
91
127
|
homepage: http://github.com/benaskins/weatherzone/
|
|
92
128
|
licenses: []
|
|
@@ -98,23 +134,27 @@ rdoc_options:
|
|
|
98
134
|
require_paths:
|
|
99
135
|
- lib
|
|
100
136
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
137
|
+
none: false
|
|
101
138
|
requirements:
|
|
102
139
|
- - ">="
|
|
103
140
|
- !ruby/object:Gem::Version
|
|
141
|
+
hash: 3
|
|
104
142
|
segments:
|
|
105
143
|
- 0
|
|
106
144
|
version: "0"
|
|
107
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
146
|
+
none: false
|
|
108
147
|
requirements:
|
|
109
148
|
- - ">="
|
|
110
149
|
- !ruby/object:Gem::Version
|
|
150
|
+
hash: 3
|
|
111
151
|
segments:
|
|
112
152
|
- 0
|
|
113
153
|
version: "0"
|
|
114
154
|
requirements: []
|
|
115
155
|
|
|
116
156
|
rubyforge_project: weatherzone
|
|
117
|
-
rubygems_version: 1.3.
|
|
157
|
+
rubygems_version: 1.3.7
|
|
118
158
|
signing_key:
|
|
119
159
|
specification_version: 3
|
|
120
160
|
summary: Ruby client for the weatherzone webservice.
|