Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ij committed Sep 4, 2014
1 parent b103d81 commit 5796184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/sf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ def client
:password => sfdc_auth_config['password'],
:security_token => sfdc_auth_config['security_token'],
:client_id => sfdc_auth_config['client_id'],
:client_secret => sfdc_auth_config['client_secret'],
:api_version => sfdc_auth_config['api_version']
:client_secret => sfdc_auth_config['client_secret']
end
else
@client
Expand Down
2 changes: 1 addition & 1 deletion lib/sf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.11"
VERSION = "0.1.12"
end

0 comments on commit 5796184

Please sign in to comment.