caboose-rets 0.0.24 → 0.0.25

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-rets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-20 00:00:00.000000000 Z
11
+ date: 2014-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: caboose-cms
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 0.2.104
19
+ version: 0.3.5
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 0.2.104
26
+ version: 0.3.5
27
27
  description: Library to download RETS data to a local website for easy use.
28
28
  email:
29
29
  - william@nine.is
@@ -31,14 +31,18 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - app/assets/javascripts/caboose_rets/admin_media.js
35
+ - app/assets/javascripts/caboose_rets/caboose_rets.js
34
36
  - app/controllers/caboose_rets/agents_controller.rb
35
37
  - app/controllers/caboose_rets/application_controller.rb
36
38
  - app/controllers/caboose_rets/commercial_controller.rb
37
39
  - app/controllers/caboose_rets/land_controller.rb
40
+ - app/controllers/caboose_rets/media_controller.rb
38
41
  - app/controllers/caboose_rets/multi_family_controller.rb
39
42
  - app/controllers/caboose_rets/offices_controller.rb
40
43
  - app/controllers/caboose_rets/open_houses_controller.rb
41
44
  - app/controllers/caboose_rets/residential_controller.rb
45
+ - app/controllers/caboose_rets/saved_properties_controller.rb
42
46
  - app/controllers/caboose_rets/saved_searches_controller.rb
43
47
  - app/helpers/caboose_rets/application_helper.rb
44
48
  - app/models/caboose_rets/agent.rb
@@ -51,7 +55,9 @@ files:
51
55
  - app/models/caboose_rets/residential_property.rb
52
56
  - app/models/caboose_rets/rets_importer.rb
53
57
  - app/models/caboose_rets/rets_plugin.rb
58
+ - app/models/caboose_rets/saved_property.rb
54
59
  - app/models/caboose_rets/saved_search.rb
60
+ - app/models/caboose_rets/schema.rb
55
61
  - app/views/caboose_rets/agents/_admin_top_nav.html.erb
56
62
  - app/views/caboose_rets/agents/admin_edit.html.erb
57
63
  - app/views/caboose_rets/agents/admin_edit_bio.html.erb
@@ -68,6 +74,8 @@ files:
68
74
  - app/views/caboose_rets/commercial/index.html.erb
69
75
  - app/views/caboose_rets/land/admin_edit.html.erb
70
76
  - app/views/caboose_rets/land/admin_index.html.erb
77
+ - app/views/caboose_rets/media/admin_edit.html.erb
78
+ - app/views/caboose_rets/media/admin_index.html.erb
71
79
  - app/views/caboose_rets/multi_family/admin_edit.html.erb
72
80
  - app/views/caboose_rets/multi_family/admin_index.html.erb
73
81
  - app/views/caboose_rets/offices/admin_edit.html.erb