Sha256: b749377ccd3d1e06e2b94d6fb16ebf55c2f3b513b4d30f582fe8a24de023a072

Contents?: true

Size: 1016 Bytes

Versions: 1

Compression:

Stored size: 1016 Bytes

Contents

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "althor880-activerecord-activesalesforce-adapter"
    gemspec.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."
    gemspec.email = "althor880@gmail.com"
    gemspec.homepage = "http://github.com/althor880/althor880-activerecord-activesalesforce-adapter"
    gemspec.authors = ["Doug Chasman","Luigi Montanez","Senthil Nayagam","Justin Ball","Jesse Hallett", "Andrew Freeberg"]
    
    gemspec.test_files = 'test/**/*'
    
    gemspec.add_dependency('rails', '>= 2.3.3')
    gemspec.add_dependency('builder', '>= 1.2.4')
    gemspec.add_dependency('hpricot', '>=0.8.2')

    
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
althor880-activerecord-activesalesforce-adapter-2.3.7 Rakefile