caboose-rets 0.1.187 → 0.1.188

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 936a3227a63e02f4e6fdecdedd4113d43efbbbff3bcc514949fdc1c172116488
4
- data.tar.gz: 7d6b834190be3bc8639ee9bb98181a2dffcb14877972ff04fee70d2ea1b94968
3
+ metadata.gz: c8e48b24e1a880d1a66959223aa22f6351d228fe23867a7aed24b996853a2628
4
+ data.tar.gz: e72b0b61d9d661bb16833bf0e94b0a1a50674e6397c72c447ff8083ed7c8ac5f
5
5
  SHA512:
6
- metadata.gz: 9d261fa947e2ca6965d3c8a373f29b6285c8e3cdb5e6dc415dcf2e9e68120f0065d6e27906a39299343f2db7ebf045ddf3e0db9ac18110fe10e993ba15fa95d6
7
- data.tar.gz: 9e59c90155e5b19d4c2ee691cc7a76eb950eaa9b8c407736aa4d380350c40321c6874e5b3b86b8007f0e08e28bee417daaa2b014e2d677a600f312df9e3b83d8
6
+ metadata.gz: a5383bee3263d0878573c05553dba1405af1334547452357daab7472407568981cc9d8e21c4b20b9662a10ab5e8c9906ef02e1acf22f184f5d8b98082f845771
7
+ data.tar.gz: de1ca6246f7ace6e9bcca1b60f1ccea31d1fd93961aacbc89aa6e324132ff95aa02aae95619821eb06ccf3793874edcecc9df0f777bb0cc50ae6f2549724e6e1
@@ -40,7 +40,7 @@ class CabooseRets::Agent < ActiveRecord::Base
40
40
  CabooseRets::RetsImporter.import_agent(self.mls_id)
41
41
  end
42
42
 
43
- # Sends a SMS to the agent (using Twilio) notifying them that a new user has registered and been assigned to them
43
+ # Sends a SMS to the agent (using Twilio) notifying them that a new user has registered and been assigned to them.
44
44
  def send_text(message, site_id)
45
45
  s1 = Caboose::Setting.where(:site_id => site_id, :name => "twilio_account_sid").first
46
46
  account_sid = s1 ? s1.value : nil
@@ -1,3 +1,3 @@
1
1
  module CabooseRets
2
- VERSION = '0.1.187'
2
+ VERSION = '0.1.188'
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.1.187
4
+ version: 0.1.188
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry