GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: DataMapper Adapters
Homepage: http://www.yehudakatz.com
Clone URL: git://github.com/wycats/dm-adapters.git
wycats (author)
Tue May 13 16:06:43 -0700 2008
commit  a7bd92d1e8cf39ed1831324636db742eb07df8ac
tree    b1201d72cce219687abe1f5ac548a1e4d2d5b627
parent  a7c22d4ab214e153a23cd21ec6f5ef8ebc61e776
dm-adapters / salesforce / dm-salesforce.gemspec
100644 21 lines (18 sloc) 0.799 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Gem::Specification.new do |s|
  s.name = %q{dm-salesforce}
  s.version = "0.9.0"
 
  s.specification_version = 2 if s.respond_to? :specification_version=
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Yehuda Katz"]
  s.autorequire = %q{dm-salesforce}
  s.date = %q{2008-05-13}
  s.description = %q{A DataMapper adapter to the Salesforce API}
  s.email = %q{wycats@gmail.com}
  s.extra_rdoc_files = ["README.markdown", "LICENSE"]
  s.files = ["LICENSE", "README.markdown", "Rakefile", "lib/dm-salesforce.rb", "lib/salesforce_api.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://www.yehudakatz.com}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.1.1}
  s.summary = %q{A DataMapper adapter to the Salesforce API}
end