PipedrivePUT 1.1.10 → 1.1.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 287a43d08873a0d3c2b0033f8591015b3a7c688c
4
- data.tar.gz: 83b4286554434695a75faf7710277e5b6d9afa59
3
+ metadata.gz: d5d4c6834507e29ef02d463fc2e730624f4283aa
4
+ data.tar.gz: 93d52a852e6f911fd906d4faf953780bad7a272d
5
5
  SHA512:
6
- metadata.gz: b0619ad182ad39d0d3b441793739447adbddc764561129d190862a1013a2bc0e1b3bec8bd18ba8ca4fdfcbcabcac1143b87f8af9d0d6d758e283cb83523b44af
7
- data.tar.gz: 5766b013f4403a649eab621b600c4cb367259dbcea347ae2f0d32e4a6f023765047780bf886939ab84fcb78da51703f972e42337ae813719055ddd04cc6741dd
6
+ metadata.gz: 6a7091636af93bdcf084c2bb381d92cc91b6ef4a42c0c8ab4799519fcc4eab94067b65858e92842535e1afad15d12215218035ce933e267f150c726e5e3ecdfd
7
+ data.tar.gz: 6de478d69ee00dde7a3597e278ed5c69689ea2aa019402d1089a93e3ee3b9ab417a4a4a0fcc853141a4d01931ad7df12b8e9b29c7618bc100d5f671f4e150ca2
data/README.md CHANGED
@@ -62,7 +62,7 @@ You can aso add ANY custom key from Pipedrive to this to input values into those
62
62
  Example:
63
63
 
64
64
  ```ruby
65
- PipedrivePUT::Organizations.addOrganization("Jacob Programming Test", :'3df8474115f948137b3f98a0ff651d0edbbd2f54' => "JMD")
65
+ PipedrivePUT::Organizations.addOrganization("Jacob Programming Test", :'3df8474115f948137b3f98a0ff651d0edbbd2f54' => "JMD", :address => "South Jasmine Street")
66
66
  ```
67
67
 
68
68
  Find Organization by term
@@ -151,6 +151,9 @@ This can be easily customized. I needed something quickly and easily for my own
151
151
 
152
152
  This is my first attempt at a ruby gem so I appoligize if things are unorthodox.
153
153
 
154
+ The Pipedrive API can be found at:
155
+ https://developers.pipedrive.com/v1
156
+
154
157
  ## To do List
155
158
 
156
159
 
@@ -9,7 +9,7 @@ module PipedrivePUT
9
9
 
10
10
  @content = open(@base.to_s).read
11
11
  @parsed = JSON.parse(@content)
12
- return @parsed
12
+ return @parsed["data"]
13
13
  end
14
14
 
15
15
 
@@ -1,3 +1,3 @@
1
1
  module PipedrivePUT
2
- VERSION = "1.1.10"
2
+ VERSION = "1.1.11"
3
3
  end
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.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - JakePens71
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-18 00:00:00.000000000 Z
11
+ date: 2015-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler