homeflow_api 0.14.3 → 0.14.4
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/VERSION +1 -1
- data/homeflow_api.gemspec +3 -2
- data/lib/homeflow/api/response.rb +2 -0
- data/lib/homeflow/api/site_content_chunk.rb +9 -0
- data/lib/homeflow/api.rb +1 -0
- metadata +4 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.14.
|
|
1
|
+
0.14.4
|
data/homeflow_api.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "homeflow_api"
|
|
8
|
-
s.version = "0.14.
|
|
8
|
+
s.version = "0.14.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Daniel Cooper"]
|
|
12
|
-
s.date = "2013-03-
|
|
12
|
+
s.date = "2013-03-14"
|
|
13
13
|
s.description = "A gem for dealing the homeflow api"
|
|
14
14
|
s.email = "daniel@homeflow.co.uk"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -53,6 +53,7 @@ Gem::Specification.new do |s|
|
|
|
53
53
|
"lib/homeflow/api/search.rb",
|
|
54
54
|
"lib/homeflow/api/session.rb",
|
|
55
55
|
"lib/homeflow/api/site.rb",
|
|
56
|
+
"lib/homeflow/api/site_content_chunk.rb",
|
|
56
57
|
"lib/homeflow/api/site_page.rb",
|
|
57
58
|
"lib/homeflow/api/user.rb",
|
|
58
59
|
"spec/data/example_search_response.json",
|
|
@@ -34,6 +34,8 @@ module Homeflow
|
|
|
34
34
|
'user' => Homeflow::API::User,
|
|
35
35
|
'message' => Homeflow::API::Message,
|
|
36
36
|
"lead" => Homeflow::API::Lead,
|
|
37
|
+
"site_content_chunk" => Homeflow::API::SiteContentChunk,
|
|
38
|
+
"site_content_chunks" => Homeflow::API::SiteContentChunk,
|
|
37
39
|
"postcodes" => Homeflow::API::Postcode,
|
|
38
40
|
"postcode" => Homeflow::API::Postcode,
|
|
39
41
|
"site_page" => Homeflow::API::SitePage,
|
data/lib/homeflow/api.rb
CHANGED
|
@@ -21,6 +21,7 @@ require current_dir + "/api/property"
|
|
|
21
21
|
require current_dir + "/api/county"
|
|
22
22
|
require current_dir + "/api/location"
|
|
23
23
|
require current_dir + "/api/place"
|
|
24
|
+
require current_dir + "/api/site_content_chunk"
|
|
24
25
|
require current_dir + "/api/agency"
|
|
25
26
|
require current_dir + "/api/password_reset"
|
|
26
27
|
require current_dir + "/api/branch"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: homeflow_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.14.
|
|
4
|
+
version: 0.14.4
|
|
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-03-
|
|
12
|
+
date: 2013-03-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hashie
|
|
@@ -151,6 +151,7 @@ files:
|
|
|
151
151
|
- lib/homeflow/api/search.rb
|
|
152
152
|
- lib/homeflow/api/session.rb
|
|
153
153
|
- lib/homeflow/api/site.rb
|
|
154
|
+
- lib/homeflow/api/site_content_chunk.rb
|
|
154
155
|
- lib/homeflow/api/site_page.rb
|
|
155
156
|
- lib/homeflow/api/user.rb
|
|
156
157
|
- spec/data/example_search_response.json
|
|
@@ -176,7 +177,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
176
177
|
version: '0'
|
|
177
178
|
segments:
|
|
178
179
|
- 0
|
|
179
|
-
hash: -
|
|
180
|
+
hash: -2190708412302486509
|
|
180
181
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
181
182
|
none: false
|
|
182
183
|
requirements:
|