hubspot-api-client 11.1.0 → 11.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +3 -3
- data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +1 -1
- data/lib/hubspot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd888658c9c0cc15a649689283777ae7549822cc23aae28f1bbf0c0bc34e3c22
|
4
|
+
data.tar.gz: 57daa809842df882bbcf2665f53220f54377e565ae3d5753848a15cc21752590
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccfac78fee61915505f85c358efc1bb99ccd32e3250477c2c6d3f1e6e81308efb6a9dfceee83c392fb099d259cbe091bec05b00e66d722d45105647d346eb94a
|
7
|
+
data.tar.gz: '08390b483ca63ca77597992930faf3924f579466cd0ef0ce468864bd7f5b361c82a88d7bccffcff8eb709285450bcd8dba4e1f03e4780b7cfc762a43d04d9af4'
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## [11.1.1] - 2021-11-10
|
9
|
+
|
10
|
+
- fixed type for the file collection response
|
11
|
+
|
8
12
|
## [11.1.0] - 2021-09-10
|
9
13
|
|
10
14
|
- added GDPR api modules
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
hubspot-api-client (11.1.
|
4
|
+
hubspot-api-client (11.1.1)
|
5
5
|
json (~> 2.1, >= 2.1.0)
|
6
6
|
require_all (~> 3.0.0)
|
7
7
|
typhoeus (~> 1.4.0)
|
@@ -18,11 +18,11 @@ GEM
|
|
18
18
|
autotest-rails-pure (4.1.2)
|
19
19
|
crack (0.4.4)
|
20
20
|
diff-lcs (1.4.4)
|
21
|
-
ethon (0.
|
21
|
+
ethon (0.15.0)
|
22
22
|
ffi (>= 1.15.0)
|
23
23
|
ffi (1.15.4)
|
24
24
|
hashdiff (1.0.1)
|
25
|
-
json (2.
|
25
|
+
json (2.6.1)
|
26
26
|
public_suffix (4.0.6)
|
27
27
|
rake (12.3.3)
|
28
28
|
rake-release (1.2.1)
|
data/lib/hubspot/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hubspot-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.1.
|
4
|
+
version: 11.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- HubSpot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|