caboose-rets 0.0.64 → 0.0.65

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWFhOTU4MThkZDRmYjIwZDg4MGNmZTE4MGYwZDBmZWYwOTVkNzA1Zg==
4
+ YWRiNDM5N2Q1YzRhMzRiMDRlY2FmYzVlMWY0MDUwOTcyN2MxMWQxNA==
5
5
  data.tar.gz: !binary |-
6
- NjU1OWUxOTIyMGQyY2UxZWIxMjcxMDYzMjAzMjdjZWQ5Zjg1ZTBlMw==
6
+ YTcyYWRlOGNhMzRiN2RlZmQzY2M4Y2ZlZTE0ZjcxNGE1Mjc5ODIwNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTI4MGExNWQ1Mjc4NDQ0NmNiODUzOWQ0YTk3MGJkNDkxZWE1MzE0N2NmMjY0
10
- NWFhMzEzNjJhMWFkZWM4MDZkN2JhYjcyOTRiYzUxNzRkMThkYzhhYTE5NThk
11
- ZjJlYWNmOGEyNzg0NmNiNmNhYzEwZWY0MzZjYzg3MjQ3ZTA1NDU=
9
+ NDUxZWRkNTJhNDZiODZmMjhiNmIxMGFlZmRmMmUxZGFiZjU0YmQ2YTUyOTQw
10
+ MWIwMjBiYzk1ZjBmNGVlN2IwZGUyODlkZTBmNjdmNjM0ZmU1Y2FmN2ZiM2Jl
11
+ M2M5ZmU3MTk2OTgxODQ2NmMzYjI2ZGVmZTQyYThlMTQ5ZmY3MDk=
12
12
  data.tar.gz: !binary |-
13
- YWFjNmNhYTE0MDI3MjA5MmZjZmVhNTgyNDdkNzJiMjM2ZTFlNWMyMTZlODYw
14
- MjJkN2E0ZGI4ZDgxYmU1MjdkNGE2ZmMxYWEyNjM1NTg4N2ZiM2E3MDFkZDVl
15
- ODQ1MjVkYzZjNjBjNmZlODY5OGQ1ODhlMzA3ZjMwOWIyZGNmNDE=
13
+ Yzg5MjU0YmE3Y2Q2Mzk4MTY2Yjk1ZTc3ZjdiOGViMjAwNGY3YzllNzZhOWY5
14
+ ZTBmZDgxZTFkYzU3ZWM4N2RiNTgzZWZmYmViYjk0MTBiNDU0ZTcyMjBjNmFj
15
+ YTZiY2E4ZGE5ODY1YjA1ZmJlYTA1MzEyNWZiMmJiNGQ0OTAwZTI=
@@ -19,8 +19,8 @@ module CabooseRets
19
19
  end
20
20
 
21
21
  # get /admin/open-houses/refresh
22
- def admin_refresh
23
- RetsImporter.import_modified_after(DateTime.parse(1.month.ago.strftime('%F %T')), 'OpenHouse' , 'OPH')
22
+ def admin_refresh
23
+ RetsImporter.update_helper('OPH', DateTime.parse(1.month.ago.strftime('%F %T')))
24
24
  resp = Caboose::StdClass.new
25
25
  resp.success = "The open houses have been refreshed successfully."
26
26
  render :json => resp
@@ -1,3 +1,3 @@
1
1
  module CabooseRets
2
- VERSION = '0.0.64'
2
+ VERSION = '0.0.65'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-rets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.64
4
+ version: 0.0.65
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry