activesalesforce 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/asf_adapter.rb +2 -2
  2. metadata +2 -2
@@ -57,8 +57,8 @@ module ActiveRecord
57
57
  uri.path = "/services/Soap/u/8.0"
58
58
  url = uri.to_s
59
59
 
60
- sid = config[:sid].to_s
61
- client_id = config[:client_id].to_s
60
+ sid = config[:sid]
61
+ client_id = config[:client_id]
62
62
  username = config[:username].to_s
63
63
  password = config[:password].to_s
64
64
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: activesalesforce
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.1.4
7
- date: 2007-03-28 00:00:00 -04:00
6
+ version: 1.1.5
7
+ date: 2007-04-05 00:00:00 -04:00
8
8
  summary: ActiveSalesforce (ASF) is a Rails connection adapter that provides direct access to Salesforce.com hosted data and metadata via the ActiveRecord model layer. Objects, fields, and relationships are all auto surfaced as active record attributes and rels.
9
9
  require_paths:
10
10
  - lib