rubillow 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ ## 0.0.7 / 2013-06-16
2
+
3
+ * Remove unnecessary chomp call from value duration
4
+
1
5
  ## 0.0.6 / 2013-04-10
2
6
 
3
7
  * Fix case where Zillow returns multiple results for an address -- assume first address for result
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubillow (0.0.6)
4
+ rubillow (0.0.7)
5
5
  nokogiri (~> 1.5)
6
6
 
7
7
  GEM
@@ -67,7 +67,7 @@ module Rubillow
67
67
  :price => xml.xpath('//rentzestimate/amount').first.text,
68
68
  :last_updated => xml.xpath('//rentzestimate/last-updated').first.text,
69
69
  :value_change => xml.xpath('//rentzestimate/valueChange').first.text,
70
- :value_duration => xml.xpath('//rentzestimate').first.xpath("//valueChange").first.attr("duration").chomp,
70
+ :value_duration => xml.xpath('//rentzestimate').first.xpath("//valueChange").first.attr("duration"),
71
71
  :valuation_range => {
72
72
  :low => xml.xpath('//rentzestimate/valuationRange/low').first.text,
73
73
  :high => xml.xpath('//rentzestimate/valuationRange/high').first.text
@@ -1,4 +1,4 @@
1
1
  module Rubillow
2
2
  # @private
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubillow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-10 00:00:00.000000000 Z
12
+ date: 2013-06-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -232,7 +232,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
232
232
  version: '0'
233
233
  segments:
234
234
  - 0
235
- hash: -2902501168936957997
235
+ hash: 3664143169837882024
236
236
  required_rubygems_version: !ruby/object:Gem::Requirement
237
237
  none: false
238
238
  requirements:
@@ -241,7 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
241
241
  version: '0'
242
242
  segments:
243
243
  - 0
244
- hash: -2902501168936957997
244
+ hash: 3664143169837882024
245
245
  requirements: []
246
246
  rubyforge_project: rubillow
247
247
  rubygems_version: 1.8.23