pipedrive-connect 1.2.12 → 1.2.13

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
2
  SHA256:
3
- metadata.gz: cc537dbbdf246aef9174b276438dd95d68f0f813e0344954c85d797643dc0ed9
4
- data.tar.gz: 78dead36414aa942f910f55b2a3bb5ac3d7fc72c0ccdbb9f912c7fcc993b814e
3
+ metadata.gz: 35988325b69c627a5892597bc7a2f1b0a25d0e30f4ceb34390ba8479e70f299b
4
+ data.tar.gz: 5fe78e92cdc521ee89a9ef102b12e22ee5b48e5aaf4314b8bb93fe80830b81be
5
5
  SHA512:
6
- metadata.gz: fed885dc1813abb999c616aae4a6008234ade2d1783d9201fae1058d2bdcd557ba54c8b1f6ebb067d9ef11e73029f75d3a9cd4fde1395a0bbdd37f46ae62481f
7
- data.tar.gz: 982f8cbc44420907d93a44ba1a237a9fd1ebb73a3e32ddd6f4105fa23ce23f391edb98fe3d567cb51c0b4c9ee80ae8467f4c54996b6f06ad799228dd3b2dac50
6
+ metadata.gz: 636f0f99a7a2a32a33bad658b060867c703df03af930a97dda717bd019cbd1115b1ffc8a08aaa8d1c2936861066436e3310429a9a3a061f17cd3d9935523bb39
7
+ data.tar.gz: 481e86ad08a91796abe0f3a52e6b90d509e6beae87a1686867391bd792028c4208d5f56bdf5f492266bfc0ad5ee02b044ef992fbf555ce23982d46c29530f684
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ This file contains all notable changes to this project.
4
4
  This project adheres to [Semantic Versioning](http://semver.org/).
5
5
  This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
6
6
 
7
+ ## [1.2.13] - 2022-12-08
8
+
9
+ - Update `LeadLabel` resource to use _PATCH_ method (as according to the API doc)
10
+
7
11
  ## [1.2.12] - 2022-12-08
8
12
 
9
13
  - Add the capability to override the HTTP method used to update a resource
@@ -3,5 +3,6 @@
3
3
  module Pipedrive
4
4
  class LeadLabel < Resource
5
5
  self.resources_url = "leadLabels"
6
+ update_method :patch
6
7
  end
7
8
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pipedrive
4
- VERSION = "1.2.12"
4
+ VERSION = "1.2.13"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pipedrive-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.12
4
+ version: 1.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Get on Board