weatherzone 0.8.6 → 0.8.7

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.
File without changes
data/Rakefile CHANGED
@@ -2,6 +2,7 @@ require 'rubygems'
2
2
  require 'hoe'
3
3
  require './lib/weatherzone.rb'
4
4
 
5
- Hoe.new('weatherzone', Weatherzone::VERSION) do |p|
6
- p.developer('Ben Askins', 'ben.askins@gmail.com')
5
+ Hoe.spec('weatherzone') do |p|
6
+ self.version = Weatherzone::VERSION
7
+ developer('Ben Askins', 'ben.askins@gmail.com')
7
8
  end
File without changes
@@ -21,5 +21,5 @@ require 'weatherzone/helpers/date_parser'
21
21
  require 'weatherzone/helpers/units'
22
22
 
23
23
  module Weatherzone
24
- VERSION = '0.8.6'
24
+ VERSION = '0.8.7'
25
25
  end
@@ -83,7 +83,7 @@ module Weatherzone
83
83
 
84
84
  def find_by_district(connection, district_code, options={})
85
85
  options = options.dup
86
- options.merge!(:params => "&lt=twcid&dist=#{district_code}")
86
+ options.merge!(:params => "&lt=twcid&dist=#{district_code}&lf=twcfcast")
87
87
  find(connection, options)
88
88
  end
89
89
 
@@ -149,4 +149,4 @@ module Weatherzone
149
149
  end
150
150
  end
151
151
  end
152
- end
152
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weatherzone
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 6
10
- version: 0.8.6
9
+ - 7
10
+ version: 0.8.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ben Askins
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-08-17 00:00:00 Z
18
+ date: 2011-12-14 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: hoe
@@ -23,16 +23,30 @@ dependencies:
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
- - - ">="
26
+ - - ~>
27
27
  - !ruby/object:Gem::Version
28
- hash: 51
28
+ hash: 27
29
29
  segments:
30
- - 1
31
- - 8
32
30
  - 2
33
- version: 1.8.2
31
+ - 12
32
+ version: "2.12"
34
33
  type: :development
35
34
  version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: rdoc
37
+ prerelease: false
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ~>
42
+ - !ruby/object:Gem::Version
43
+ hash: 19
44
+ segments:
45
+ - 3
46
+ - 10
47
+ version: "3.10"
48
+ type: :development
49
+ version_requirements: *id002
36
50
  description: Ruby client for the weatherzone webservice.
37
51
  email:
38
52
  - ben.askins@gmail.com
@@ -122,6 +136,7 @@ files:
122
136
  - test/test_value_and_unit_helpers.rb
123
137
  - test/test_warning.rb
124
138
  - test/test_weather.rb
139
+ - .gemtest
125
140
  homepage: http://github.com/benaskins/weatherzone/
126
141
  licenses: []
127
142
 
@@ -152,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
167
  requirements: []
153
168
 
154
169
  rubyforge_project: weatherzone
155
- rubygems_version: 1.8.5
170
+ rubygems_version: 1.8.10
156
171
  signing_key:
157
172
  specification_version: 3
158
173
  summary: Ruby client for the weatherzone webservice.