PipedrivePUT 1.2.1 → 1.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c0189832ad7d6035a1761efbd361ceb8ed8dbc52
4
- data.tar.gz: bdc2dc0dc5ba2c394e1388965f9b098e60578c74
2
+ SHA256:
3
+ metadata.gz: 2fdd619d587f5604b10bb167c7796be198cf0c7faff252679ef8bdd394170b9e
4
+ data.tar.gz: 3638cba3b55d1ab0b3895ca1c281a0aee25ee13698c32d4d6e04b9d7778bcaa7
5
5
  SHA512:
6
- metadata.gz: 27cab3e34d6750f58512c11debe084b7e19ed7eaf94a43810cf227ac49e4d389bfd581cda9ba4ce32dab98e01989df7ec9d7a3d3b0daed32bd255318429fd03d
7
- data.tar.gz: fe9b48594525f3b94d1d7277fc50b67f0164b2ccb06271cf425803f7e152d35f30d705fb5c4d6675fdfda77bfef7ecc4b92140e3ca548db481a6730d06f32bba
6
+ metadata.gz: c389851a0d372461f42df97650123eabee88c7484f014a5f803e0efc0945efa46dcfa70017061a46321d33292ab317076ea20ea643e1e1c764d2d28bfb9c4c0f
7
+ data.tar.gz: 0cd653bed60ec5b6c494b72eac070dabccce792ecf99d14e0a11104df66f224055afd2756fef6ee87aceefdb316d89676987f7f1e59c9a8f8d1bdb3f582a9f36
@@ -25,7 +25,7 @@ module PipedrivePUT
25
25
  while count < @parsed["data"].size
26
26
  table[tablesize] = @parsed["data"][count]
27
27
  count = count +1
28
- tablesi ze = tablesize + 1
28
+ tablesize = tablesize + 1
29
29
  end
30
30
 
31
31
  @pagination = @parsed['additional_data']['pagination']
@@ -97,4 +97,4 @@ module PipedrivePUT
97
97
  )
98
98
  end
99
99
  end
100
- end
100
+ end
@@ -1,3 +1,3 @@
1
1
  module PipedrivePUT
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
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.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Shay
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-08-09 00:00:00.000000000 Z
14
+ date: 2018-10-04 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -129,30 +129,42 @@ dependencies:
129
129
  name: mime-types
130
130
  requirement: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - '='
132
+ - - ">="
133
133
  - !ruby/object:Gem::Version
134
134
  version: 2.6.2
135
+ - - "<="
136
+ - !ruby/object:Gem::Version
137
+ version: '3.0'
135
138
  type: :runtime
136
139
  prerelease: false
137
140
  version_requirements: !ruby/object:Gem::Requirement
138
141
  requirements:
139
- - - '='
142
+ - - ">="
140
143
  - !ruby/object:Gem::Version
141
144
  version: 2.6.2
145
+ - - "<="
146
+ - !ruby/object:Gem::Version
147
+ version: '3.0'
142
148
  - !ruby/object:Gem::Dependency
143
149
  name: rest-client
144
150
  requirement: !ruby/object:Gem::Requirement
145
151
  requirements:
146
- - - '='
152
+ - - ">="
147
153
  - !ruby/object:Gem::Version
148
154
  version: 1.8.0
155
+ - - "<="
156
+ - !ruby/object:Gem::Version
157
+ version: 2.0.2
149
158
  type: :runtime
150
159
  prerelease: false
151
160
  version_requirements: !ruby/object:Gem::Requirement
152
161
  requirements:
153
- - - '='
162
+ - - ">="
154
163
  - !ruby/object:Gem::Version
155
164
  version: 1.8.0
165
+ - - "<="
166
+ - !ruby/object:Gem::Version
167
+ version: 2.0.2
156
168
  description: Pipedrive gem support for activites, activity-types, deals, deal fields,organizations,
157
169
  organization fields, persons, pipelines, recents, search, users, and a bonus addition
158
170
  a currency exchange calculator.
@@ -207,11 +219,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
207
219
  version: '0'
208
220
  requirements: []
209
221
  rubyforge_project:
210
- rubygems_version: 2.4.5.1
222
+ rubygems_version: 2.7.6
211
223
  signing_key:
212
224
  specification_version: 4
213
225
  summary: Pipedrive gem to retrieve data from Pipedrive.com
214
226
  test_files:
215
227
  - spec/PipedrivePUT_spec.rb
216
228
  - spec/spec_helper.rb
217
- has_rdoc: