zillow_ruby 0.0.2 → 0.0.3

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.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -20,5 +20,5 @@ Gem::Specification.new do |s|
20
20
  s.require_paths = ["lib"]
21
21
 
22
22
  s.add_runtime_dependency 'hashie', '~> 1.0.0'
23
- s.add_runtime_dependency 'httparty', '~> 0.7.0'
23
+ s.add_runtime_dependency 'httparty'
24
24
  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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mike Emery
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-21 00:00:00 -07:00
19
- default_executable:
18
+ date: 2012-02-18 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: hashie
@@ -40,14 +39,12 @@ dependencies:
40
39
  requirement: &id002 !ruby/object:Gem::Requirement
41
40
  none: false
42
41
  requirements:
43
- - - ~>
42
+ - - ">="
44
43
  - !ruby/object:Gem::Version
45
44
  hash: 3
46
45
  segments:
47
46
  - 0
48
- - 7
49
- - 0
50
- version: 0.7.0
47
+ version: "0"
51
48
  type: :runtime
52
49
  version_requirements: *id002
53
50
  description: A thin wrapper around the Zillow API. Currently only supports retrieving mortgage rates.
@@ -68,7 +65,6 @@ files:
68
65
  - lib/zillow_ruby/configuration.rb
69
66
  - lib/zillow_ruby/version.rb
70
67
  - zillow_ruby.gemspec
71
- has_rdoc: true
72
68
  homepage: https://github.com/MikeEmery/zillow-ruby
73
69
  licenses: []
74
70
 
@@ -98,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
94
  requirements: []
99
95
 
100
96
  rubyforge_project: zillow_ruby
101
- rubygems_version: 1.5.2
97
+ rubygems_version: 1.8.15
102
98
  signing_key:
103
99
  specification_version: 3
104
100
  summary: A thin wrapper around the Zillow API.