activesalesforce 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,29 +1,23 @@
1
- require 'test/unit'
2
- require 'mock_binding'
3
-
4
-
5
1
  =begin
6
2
  ActiveSalesforce
7
- Copyright (c) 2006 Doug Chasman
8
-
9
- Permission is hereby granted, free of charge, to any person obtaining a copy
10
- of this software and associated documentation files (the "Software"), to deal
11
- in the Software without restriction, including without limitation the rights
12
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
- copies of the Software, and to permit persons to whom the Software is
14
- furnished to do so, subject to the following conditions:
3
+ Copyright 2006 Doug Chasman
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
+ =end
15
17
 
16
- The above copyright notice and this permission notice shall be included in
17
- all copies or substantial portions of the Software.
18
18
 
19
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
- SOFTWARE.
26
- =end
19
+ require 'test/unit'
20
+ require 'mock_binding'
27
21
 
28
22
  require 'set'
29
23
 
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.3.0
7
- date: 2006-02-22 00:00:00 -05:00
6
+ version: 0.3.1
7
+ date: 2006-02-24 00:00:00 -05: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
@@ -42,6 +42,7 @@ files:
42
42
  - test/unit/recorded_results
43
43
  - test/unit/profiler_results_live.txt
44
44
  - test/unit/recorded_results/AsfUnitTestsBasicTest.test_find_a_contact.recording
45
+ - test/unit/recorded_results/AsfUnitTestsBasicTest.test_batch_insert.recording
45
46
  - test/unit/recorded_results/AsfUnitTestsBasicTest.test_read_all_content_columns.recording
46
47
  - test/unit/recorded_results/AsfUnitTestsBasicTest.test_save_a_contact.recording
47
48
  - test/unit/recorded_results/AsfUnitTestsBasicTest.test_add_notes_to_contact.recording