weatherzone 0.8.7 → 0.8.8

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.
@@ -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.7'
24
+ VERSION = '0.8.8'
25
25
  end
@@ -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: 49
4
+ hash: 47
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 7
10
- version: 0.8.7
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: 2011-12-14 00:00:00 Z
18
+ date: 2012-03-28 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: hoe