riq 1.2.0 → 1.2.1
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 +4 -4
- data/.yardopts +1 -1
- data/LICENSE.txt +1 -1
- data/README.md +20 -17
- data/lib/riq/client.rb +4 -4
- data/lib/riq/user.rb +6 -1
- data/riq.gemspec +2 -2
- data/test/test_account.rb +1 -1
- data/test/test_account_properties.rb +1 -1
- data/test/test_batch_manager.rb +4 -3
- data/test/test_contact.rb +1 -1
- data/test/test_list_item.rb +1 -1
- data/vcr_cassettes/global.yml +279 -224
- metadata +4 -5
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: riq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Brownman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -94,7 +94,7 @@ dependencies:
|
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '2'
|
97
|
-
description: Full featured ruby client for interacting with the
|
97
|
+
description: Full featured ruby client for interacting with the SalesforceIQ API
|
98
98
|
email:
|
99
99
|
- david@relateiq.com
|
100
100
|
executables: []
|
@@ -151,9 +151,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
151
|
version: '0'
|
152
152
|
requirements: []
|
153
153
|
rubyforge_project:
|
154
|
-
rubygems_version: 2.4.
|
154
|
+
rubygems_version: 2.4.5.1
|
155
155
|
signing_key:
|
156
156
|
specification_version: 4
|
157
157
|
summary: Ruby RIQ API client
|
158
158
|
test_files: []
|
159
|
-
has_rdoc:
|