activesalesforce 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/lib/rforce.rb CHANGED
@@ -152,7 +152,7 @@ module RForce
152
152
  @server.use_ssl = @url.scheme == 'https'
153
153
 
154
154
  # run ruby with -d to see SOAP wiredumps.
155
- @server.set_debug_output $stderr #if $DEBUG
155
+ @server.set_debug_output $stderr if $DEBUG
156
156
 
157
157
  @session_id = ''
158
158
  @batch_size = DEFAULT_BATCH_SIZE
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: activesalesforce
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.5
7
- date: 2006-01-23 00:00:00 -05:00
6
+ version: 0.0.6
7
+ date: 2006-01-24 00:00:00 -05:00
8
8
  summary: ActiveSalesforce is an extension to the Rails Framework that allows for the dynamic creation and management of ActiveRecord objects through the use of Salesforce meta-data and uses a Salesforce.com organization as the backing store.
9
9
  require_paths:
10
10
  - lib
@@ -15,7 +15,7 @@ description:
15
15
  autorequire: active_salesforce
16
16
  default_executable:
17
17
  bindir: bin
18
- has_rdoc: true
18
+ has_rdoc: false
19
19
  required_ruby_version: !ruby/object:Gem::Version::Requirement
20
20
  requirements:
21
21
  - - ">"
@@ -31,7 +31,7 @@ files:
31
31
  - lib/salesforce_login.rb
32
32
  - lib/salesforce_active_record.rb
33
33
  - lib/column_definition.rb
34
- - lib/activesalesforce.rb
34
+ - lib/active_salesforce.rb
35
35
  - lib/rforce.rb
36
36
  - lib/sobject_attributes.rb
37
37
  - lib/salesforce_connection_adapter.rb
File without changes