PipedrivePUT 1.1.24 → 1.1.25
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/lib/PipedrivePUT.rb +1 -1
- data/lib/PipedrivePUT/organization.rb +4 -4
- data/lib/PipedrivePUT/persons.rb +1 -1
- data/lib/PipedrivePUT/recents.rb +1 -1
- data/lib/PipedrivePUT/search.rb +2 -2
- data/lib/PipedrivePUT/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3482ec90f7ff3d7171a670ad1e6b0e18da8ab08f
|
4
|
+
data.tar.gz: 5f98bae242775118e9d3fee6359ff67e617903a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdf810789c99e3b18b48c9c457cfe55241b6addf7306271e93f6aa08d60b9aaea283cd6d5c0f22e33a332e30dea228076b803c994bf56f1694d4fd20d89e6d3f
|
7
|
+
data.tar.gz: 7f338214e692aba775980ec83ac3f3353ecdce8c3627a218e519532ac5d6fb8bf206cfa2c9ec288f5ed503a42a9f1fc2bb0faac5caffdefd38db96bb536824a1
|
data/lib/PipedrivePUT.rb
CHANGED
@@ -7,7 +7,7 @@ require 'httparty'
|
|
7
7
|
|
8
8
|
require 'rest-client'
|
9
9
|
def self.key
|
10
|
-
|
10
|
+
return @@key
|
11
11
|
end
|
12
12
|
|
13
13
|
#Get All Organizations from Pipedrive
|
@@ -54,7 +54,7 @@ require 'rest-client'
|
|
54
54
|
|
55
55
|
options.merge!(:name => companyName)
|
56
56
|
|
57
|
-
puts options
|
57
|
+
#puts options
|
58
58
|
|
59
59
|
response = Net::HTTP.post_form(uri, options)
|
60
60
|
end
|
@@ -81,11 +81,11 @@ require 'rest-client'
|
|
81
81
|
|
82
82
|
@base = URI.parse('https://api.pipedrive.com/v1/organizations/find?term=' + name+ '&start=' + @start.to_s + '&limit=500&api_token=' + @@key.to_s)
|
83
83
|
|
84
|
-
puts @base
|
84
|
+
#puts @base
|
85
85
|
|
86
86
|
@content = open(@base.to_s).read
|
87
87
|
|
88
|
-
puts @content
|
88
|
+
#puts @content
|
89
89
|
|
90
90
|
@parsed = JSON.parse(@content)
|
91
91
|
|
data/lib/PipedrivePUT/persons.rb
CHANGED
data/lib/PipedrivePUT/recents.rb
CHANGED
data/lib/PipedrivePUT/search.rb
CHANGED
data/lib/PipedrivePUT/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: PipedrivePUT
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.25
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JakePens71
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-08-
|
11
|
+
date: 2015-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
135
|
version: '0'
|
136
136
|
requirements: []
|
137
137
|
rubyforge_project:
|
138
|
-
rubygems_version: 2.4.
|
138
|
+
rubygems_version: 2.4.8
|
139
139
|
signing_key:
|
140
140
|
specification_version: 4
|
141
141
|
summary: Pipedrive gem to retrieve data from Pipedrive.com
|