From 62c1e13680d73aca479631c9afbfc9ca5d0972f2 Mon Sep 17 00:00:00 2001 From: IJ Kim Date: Thu, 13 Oct 2016 10:13:29 -0400 Subject: [PATCH] changed from Trust & Identity to Trust and Identity --- lib/sf/contact.rb | 2 +- lib/sf/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sf/contact.rb b/lib/sf/contact.rb index 15d706f..e81887e 100644 --- a/lib/sf/contact.rb +++ b/lib/sf/contact.rb @@ -128,7 +128,7 @@ def self.inc_execs_for(account_id='') from = 'Contact_Affiliation__c' inc_exec_filter = { Account__c: account_id, Role__c: "Executive Contact", - Program__c: "Trust & Identity", Status__c: "Current" + Program__c: "Trust and Identity", Status__c: "Current" } where = inc_exec_filter.map {|k,v| "#{k} = \'#{v}\'"}.join(" and ") build_contacts(from, where) diff --git a/lib/sf/version.rb b/lib/sf/version.rb index 4522f9b..b33da3c 100644 --- a/lib/sf/version.rb +++ b/lib/sf/version.rb @@ -1,3 +1,3 @@ module Sf - VERSION = "0.1.41" + VERSION = "0.1.42" end