asf-soap-adapter 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -15,6 +15,7 @@ begin
15
15
  gem.add_dependency('rforce', '>=0.4.1')
16
16
  gem.add_dependency('builder', '>= 1.2.4')
17
17
  gem.add_dependency('hpricot', '>=0.8.2')
18
+ gem.add_dependency('facets', '=2.8.4')
18
19
 
19
20
  #gem.add_dependency('rails', '>= 2.3.3')
20
21
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{asf-soap-adapter}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Doug Chasman", "Luigi Montanez", "Senthil Nayagam", "Justin Ball", "Jesse Hallett", "Andrew Freeberg", "Blaine Schanfeldt", "Matte Edens", "Raymond Gao"]
12
- s.date = %q{2010-11-12}
12
+ s.date = %q{2010-11-23}
13
13
  s.description = %q{ASF-Soap-Adapter is an improved version of 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. It has been patched to V20 of the Web Services API and has support Chatter model.}
14
14
  s.email = %q{raygao2000@yahoo.com}
15
15
  s.extra_rdoc_files = [
@@ -283,15 +283,18 @@ Gem::Specification.new do |s|
283
283
  s.add_runtime_dependency(%q<rforce>, [">= 0.4.1"])
284
284
  s.add_runtime_dependency(%q<builder>, [">= 1.2.4"])
285
285
  s.add_runtime_dependency(%q<hpricot>, [">= 0.8.2"])
286
+ s.add_runtime_dependency(%q<facets>, ["= 2.8.4"])
286
287
  else
287
288
  s.add_dependency(%q<rforce>, [">= 0.4.1"])
288
289
  s.add_dependency(%q<builder>, [">= 1.2.4"])
289
290
  s.add_dependency(%q<hpricot>, [">= 0.8.2"])
291
+ s.add_dependency(%q<facets>, ["= 2.8.4"])
290
292
  end
291
293
  else
292
294
  s.add_dependency(%q<rforce>, [">= 0.4.1"])
293
295
  s.add_dependency(%q<builder>, [">= 1.2.4"])
294
296
  s.add_dependency(%q<hpricot>, [">= 0.8.2"])
297
+ s.add_dependency(%q<facets>, ["= 2.8.4"])
295
298
  end
296
299
  end
297
300
 
Binary file
data/deploy CHANGED
@@ -1,5 +1,5 @@
1
1
  git add .
2
- git commit -m 'Improve documentation'
2
+ git commit -m 'Add support for __r and __c for custom object'
3
3
  sudo rake version:bump:patch
4
4
  sudo gem uninstall asf-soap-adapter
5
5
  sudo rm pkg/*gem
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asf-soap-adapter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Doug Chasman
@@ -23,7 +23,7 @@ autorequire:
23
23
  bindir: bin
24
24
  cert_chain: []
25
25
 
26
- date: 2010-11-12 00:00:00 +01:00
26
+ date: 2010-11-23 00:00:00 +01:00
27
27
  default_executable:
28
28
  dependencies:
29
29
  - !ruby/object:Gem::Dependency
@@ -74,6 +74,22 @@ dependencies:
74
74
  version: 0.8.2
75
75
  type: :runtime
76
76
  version_requirements: *id003
77
+ - !ruby/object:Gem::Dependency
78
+ name: facets
79
+ prerelease: false
80
+ requirement: &id004 !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - "="
84
+ - !ruby/object:Gem::Version
85
+ hash: 39
86
+ segments:
87
+ - 2
88
+ - 8
89
+ - 4
90
+ version: 2.8.4
91
+ type: :runtime
92
+ version_requirements: *id004
77
93
  description: ASF-Soap-Adapter is an improved version of 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. It has been patched to V20 of the Web Services API and has support Chatter model.
78
94
  email: raygao2000@yahoo.com
79
95
  executables: []