databasedotcom 1.3.3 → 1.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/databasedotcom/version.rb +3 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 948e983faebe4924c4ffa9e13c8ff5cbd4b3b893
|
4
|
+
data.tar.gz: 38dfc403ff0dd868312b7bb2fdce0ea6f9759c21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de5788a7a7679ab148f0023d22ce20dfaa5e6552268581e153b4b43192f746946e4c25a52ff92b9f0ecbf0c820ff0d9967d5c8e510c9a52bab6075a7fff7fb71
|
7
|
+
data.tar.gz: 7d307de8c4e3126500d9d13771c02de5c802c098b5afb5e8b9a1cc0890cc8b6ecc64a1bdd6ca53aa2dee1fb996a3e26ac57354b70988b851573e6d5ba0061bed
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
# databasedotcom
|
2
2
|
|
3
|
-
|
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:
|
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.
|
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:
|
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.
|
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:
|