Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #27 from propertybase/add_post_install_message
Browse files Browse the repository at this point in the history
Add post install message
  • Loading branch information
leifg committed Jan 14, 2016
2 parents 79c752a + c6af7e8 commit 161f743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: ruby
cache: bundler
bundler_args: --without documentation production
Expand Down
1 change: 1 addition & 0 deletions executrix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{Ruby support for the Salesforce Bulk API}
gem.description = %q{This gem provides a super simple interface for the Salesforce Bulk API. It provides support for insert, update, upsert, delete, and query.}
gem.license = 'MIT'
gem.post_install_message = 'Executrix is not actively maintained anymore. Please consider switching to its predecessor: Bulkforce (http://github.com/propertybase/bulkforce)'

gem.rubyforge_project = 'executrix'

Expand Down

0 comments on commit 161f743

Please sign in to comment.