pipedrive-connect 1.2.4 → 1.2.5

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: b4da043a8e3905c7fb4e906bff586866892f698168956953f90d5cac1efb74df
4
- data.tar.gz: 2a7e1f744337017cc62ca332ccf9099ae3dbabe2a2a3fb186dc80915593b89a3
3
+ metadata.gz: 20c88503caad92edee781b85cc86ee98ac1d76ee904011bf18e00fb2ef74d6aa
4
+ data.tar.gz: 791ecd2272db440c650654e8e0077d8b6de8faf0547709c7496c2d24a48cccf6
5
5
  SHA512:
6
- metadata.gz: 7d4c23b5883caa37c3b5e9f111331ba42696f4db5ab93c261668ed6494ab2542c8ab0d9b9a7cf0319b73ba73e27ad079230db5da9bf047fd684ca61d6d2b430f
7
- data.tar.gz: 74ada44b6ac31a5d28569c7eb004d13da26c92e13c2934c80ee984160f1fe7fbfed2d6e5fe7dab8f3d59600e022df5ef04d637a1745424b9755766567f7847cc
6
+ metadata.gz: fdc8ab71c6bdecbb1a0c39a56f9569e6bffc1bd6269440a74acf542895e9f9bdabf377a3051c4d97bd5e9e085329182bd6f300366a91c99532e87cdc5de8069d
7
+ data.tar.gz: afcb6b1767999a8b8e1782b129fae2e66ea31e2bc60be6f39ea9beae2612c61199cee692b10dc0ca83727ee125c6d4c0fd5664dc8c0c03425021467d2ab08d1d
data/CHANGELOG.md CHANGED
@@ -4,10 +4,15 @@ 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.5] - 2022-03-03
8
+
9
+ - Add `deals` to `Person`
10
+
7
11
  ## [1.2.4] - 2021-09-13
8
12
 
9
13
  - Add `Pipedrive.debug_http_body`for debugging the http payload
10
14
  - Fix bugs with `POST`/`PUT` endpoints
15
+
11
16
  ## [1.2.3] - 2021-09-10
12
17
 
13
18
  - Add `Pipedrive.debug` so basic debug info is not displayed out of the box.
@@ -4,5 +4,7 @@ module Pipedrive
4
4
  class Person < Resource
5
5
  include Fields
6
6
  include Merge
7
+
8
+ has_many :deals, class_name: "Deal"
7
9
  end
8
10
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pipedrive
4
- VERSION = "1.2.4"
4
+ VERSION = "1.2.5"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pipedrive-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Get on Board
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday