PipedrivePUT 1.0.2 → 1.0.3

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: 98695a9c7bcca23ee22af152d57ff3f4b3df9cf2
4
- data.tar.gz: c7c95f8f8f8757f851c0737c30a32316aab94f69
3
+ metadata.gz: 4c95b687f3f8e4757bca8429f68a2206d91f18ff
4
+ data.tar.gz: 43cca1909308e81faa4b1851d53a689dc4c142c8
5
5
  SHA512:
6
- metadata.gz: 12317eb0bca4d7e0b0e77488e95fabe9269aba72d0744e2a85fb9b816cfeadf103122a5954a43d4b22eb90f0924a1b7008b34bf7688e7cc2595d3d8841f17ad2
7
- data.tar.gz: bdd086056d0ca66f86995712fe334593d3d02f1baf86915f541b6b916a9b6078d88a0fb36e0804d00b57b204f36738b16672d16bbac71c8fc876d5e79fb8bcad
6
+ metadata.gz: a76839194d2d1f43066394c4fb93c50d33ee7ea0292029d7ea1eed6a625a0b3b5f291f80ec85c6db7c0e5bd08de2f6c4e7134c40f802d4b580471457896100ad
7
+ data.tar.gz: fd4dfbe43d8eaed695a67e9dbf93b31c5eb07cfec9e32696daf321ce4fdd2f7897f744ef6f85bf594c47372558d4071977852e02614e020dd1b65635e70605cf
@@ -7,7 +7,7 @@ module PipedrivePUT
7
7
  @base = 'https://api.pipedrive.com/v1/deals/' + id.to_s + '?api_token=' + @@key.to_s
8
8
  @content = open(@base.to_s).read
9
9
  @parsed = JSON.parse(@content)
10
- #return @parsed
10
+ return @parsed
11
11
  end
12
12
 
13
13
 
@@ -33,7 +33,7 @@ include PipedrivePUT
33
33
  #puts @start
34
34
  end
35
35
 
36
- #return table
36
+ return table
37
37
  end
38
38
 
39
39
 
@@ -49,6 +49,7 @@ module PipedrivePUT
49
49
  @start = @pagination['next_start']
50
50
  #puts @start
51
51
  end
52
+ return table
52
53
 
53
54
  else
54
55
 
@@ -76,7 +77,7 @@ module PipedrivePUT
76
77
  @start = @pagination['next_start']
77
78
  #puts @start
78
79
  end
79
-
80
+ return table
80
81
  end
81
82
  end
82
83
 
@@ -9,6 +9,7 @@ module PipedrivePUT
9
9
 
10
10
  @content = open(@base.to_s).read
11
11
  @parsed = JSON.parse(@content)
12
+ return @parsed
12
13
  end
13
14
 
14
15
 
@@ -1,3 +1,3 @@
1
1
  module PipedrivePUT
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: PipedrivePUT
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - JakePens71