weatherzone 0.8.7 → 0.8.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/weatherzone.rb +1 -1
- data/lib/weatherzone/finder.rb +1 -0
- metadata +4 -4
data/lib/weatherzone.rb
CHANGED
data/lib/weatherzone/finder.rb
CHANGED
@@ -108,6 +108,7 @@ module Weatherzone
|
|
108
108
|
def build_params(location_code, options)
|
109
109
|
params = location_code ? "&lc=#{location_code}" : ""
|
110
110
|
params += options.delete(:params) if options[:params]
|
111
|
+
params += options.delete(:sr_params) if options[:sr_params]
|
111
112
|
params += include_params(options.delete(:include)) if options[:include]
|
112
113
|
params += include_image(options.delete(:image)) if options[:image]
|
113
114
|
params += parse_params(options) unless options.empty?
|
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:
|
4
|
+
hash: 47
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 8
|
9
|
-
-
|
10
|
-
version: 0.8.
|
9
|
+
- 8
|
10
|
+
version: 0.8.8
|
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:
|
18
|
+
date: 2012-03-28 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: hoe
|