PipedrivePUT 1.1.28 → 1.1.29
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/version.rb +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02e9698b79195972e307561c17c0151d9fe382fe
|
|
4
|
+
data.tar.gz: 72255318a3eb52d56a20b76d9c10865dd8e58a46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0fcc6e248354f266d9b5ecfea7f086e283ce8de07e021d421ddbcf3a0ddb12400da7f5c99ec3b11ece06c2a6a51d29b1987feedbee451c0719a598f51d73ab5e
|
|
7
|
+
data.tar.gz: e7e4d69f2f9abab294e0415c052172c818e8f943e7998f624141604ee87cc31965d2e49989e111f180acabe0d849d455b1d692f42839b779686353ee52adb9b5
|
data/lib/PipedrivePUT/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
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.29
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JakePens71
|
|
8
|
+
- Justin Snow
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
@@ -94,10 +95,11 @@ dependencies:
|
|
|
94
95
|
- - ">="
|
|
95
96
|
- !ruby/object:Gem::Version
|
|
96
97
|
version: 1.0.7
|
|
97
|
-
description: Pipedrive gem
|
|
98
|
-
|
|
98
|
+
description: Pipedrive gem support for activites, activity-types, deals, organizations,
|
|
99
|
+
organization_fields, persons, pipelines, recents, search, and users.
|
|
99
100
|
email:
|
|
100
101
|
- jake_ps@comcast.net
|
|
102
|
+
- jrsnow8921@pennunited.com
|
|
101
103
|
executables: []
|
|
102
104
|
extensions: []
|
|
103
105
|
extra_rdoc_files: []
|
|
@@ -137,8 +139,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
137
139
|
version: '0'
|
|
138
140
|
requirements: []
|
|
139
141
|
rubyforge_project:
|
|
140
|
-
rubygems_version: 2.
|
|
142
|
+
rubygems_version: 2.2.2
|
|
141
143
|
signing_key:
|
|
142
144
|
specification_version: 4
|
|
143
145
|
summary: Pipedrive gem to retrieve data from Pipedrive.com
|
|
144
146
|
test_files: []
|
|
147
|
+
has_rdoc:
|