zillow_ruby 0.0.1 → 0.0.2

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.
@@ -1,3 +1,3 @@
1
1
  module ZillowRuby
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/zillow_ruby.rb CHANGED
@@ -17,10 +17,10 @@ module ZillowRuby
17
17
  end
18
18
 
19
19
  def self.thirty_year_fixed
20
- value = default
20
+ value = default_interest_rate
21
21
 
22
22
  begin
23
- rate_summary.thirtyYearFixed
23
+ value = rate_summary.thirtyYearFixed.to_f
24
24
  rescue
25
25
  value = default_interest_rate
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zillow_ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mike Emery
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-20 00:00:00 -07:00
18
+ date: 2011-06-21 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  requirements: []
99
99
 
100
100
  rubyforge_project: zillow_ruby
101
- rubygems_version: 1.6.2
101
+ rubygems_version: 1.5.2
102
102
  signing_key:
103
103
  specification_version: 3
104
104
  summary: A thin wrapper around the Zillow API.