databasedotcom 1.3.3 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3cfcbbf74adc330a0de947c6db6d90a970d9ac3
4
- data.tar.gz: b13dbb0e20a9d466998046778ce86c475be0b4f0
3
+ metadata.gz: 948e983faebe4924c4ffa9e13c8ff5cbd4b3b893
4
+ data.tar.gz: 38dfc403ff0dd868312b7bb2fdce0ea6f9759c21
5
5
  SHA512:
6
- metadata.gz: b5f49100c035ad7308867cd6f1f01de36bb1d924daa62cfaacec2132731a40e19ae48e8d3ce0b335025b114e3631b437a493050e1f42c515a39d47bb755287f6
7
- data.tar.gz: f5e8d1d08d3fa739f3622172347689608eaa140aff7f793efe10c68483ec4a542349634d2824eff9d0c71ae57526c0af71fdc82299ce3d08dfe6ed2dc8638048
6
+ metadata.gz: de5788a7a7679ab148f0023d22ce20dfaa5e6552268581e153b4b43192f746946e4c25a52ff92b9f0ecbf0c820ff0d9967d5c8e510c9a52bab6075a7fff7fb71
7
+ data.tar.gz: 7d307de8c4e3126500d9d13771c02de5c802c098b5afb5e8b9a1cc0890cc8b6ecc64a1bdd6ca53aa2dee1fb996a3e26ac57354b70988b851573e6d5ba0061bed
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # databasedotcom
2
2
 
3
- [![Build Status](https://travis-ci.org/heroku/databasedotcom.png?branch=master)](https://travis-ci.org/heroku/databasedotcom) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/heroku/databasedotcom) [![Dependency Status](https://gemnasium.com/heroku/databasedotcom.png)](https://gemnasium.com/heroku/databasedotcom)
3
+ ## DEPRECATED: Please use [restforce](https://github.com/ejholmes/restforce) instead.
4
+
5
+ [![Build Status](https://travis-ci.org/heroku/databasedotcom.png?branch=master)](https://travis-ci.org/heroku/databasedotcom) [![Code Climate](https://codeclimate.com/github/heroku/databasedotcom/badges/gpa.svg)](https://codeclimate.com/github/heroku/databasedotcom) [![Dependency Status](https://gemnasium.com/heroku/databasedotcom.png)](https://gemnasium.com/heroku/databasedotcom)
4
6
 
5
7
  databasedotcom is a gem to enable ruby applications to access the SalesForce REST API.
6
8
  If you use bundler, simply list it in your Gemfile, like so:
@@ -1,3 +1,5 @@
1
+ # <b>DEPRECATED:</b> Please use <tt>restforce</tt> (https://github.com/ejholmes/restforce) instead.
2
+ warn "DEPRECATED: Please use restforce (https://github.com/ejholmes/restforce) instead."
1
3
  module Databasedotcom
2
- VERSION = "1.3.3"
4
+ VERSION = "1.3.5"
3
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: databasedotcom
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glenn Gillen, Danny Burkes & Richard Zhao
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-14 00:00:00.000000000 Z
11
+ date: 2016-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multipart-post
@@ -94,7 +94,8 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.8.6
97
- description: A ruby wrapper for the Force.com REST API
97
+ description: "[DEPRECATED] A ruby wrapper for the Force.com REST API. Try restforce
98
+ instead: https://github.com/ejholmes/restforce"
98
99
  email:
99
100
  - me@glenngillen.com
100
101
  executables: []
@@ -148,9 +149,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
149
  version: '0'
149
150
  requirements: []
150
151
  rubyforge_project: databasedotcom
151
- rubygems_version: 2.4.5.1
152
+ rubygems_version: 2.5.1
152
153
  signing_key:
153
154
  specification_version: 4
154
- summary: A ruby wrapper for the Force.com REST API
155
+ summary: "[DEPRECATED] A ruby wrapper for the Force.com REST API"
155
156
  test_files: []
156
- has_rdoc: