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.
- data/lib/zillow_ruby/version.rb +1 -1
- data/zillow_ruby.gemspec +1 -1
- metadata +7 -11
data/lib/zillow_ruby/version.rb
CHANGED
data/zillow_ruby.gemspec
CHANGED
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:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
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:
|
|
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
|
-
|
|
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.
|
|
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.
|