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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b00d4159c770613a072936042edb28525d928740dbbd0c7c72e588fea1fa216
4
- data.tar.gz: 2da33f4c672c0978c6404af0991acff0265e0ef508fe2afae50c16078aa59008
3
+ metadata.gz: dd888658c9c0cc15a649689283777ae7549822cc23aae28f1bbf0c0bc34e3c22
4
+ data.tar.gz: 57daa809842df882bbcf2665f53220f54377e565ae3d5753848a15cc21752590
5
5
  SHA512:
6
- metadata.gz: ebc91f661b95f4370aac0996053bf0f6a7a4fd519cdfde832a03acc1ccec084605b12776664f9f1c3f09891fe458fb8b7cb65ca65abc25cb49e5dd0c397f7d71
7
- data.tar.gz: 064f15d336b041c3d52edeae05c2505b8b82d301278e949f96579eec854932ee63dc983384f015b01a9c14989be0f7f5725f530d5d81e2015c484d0407590162
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.0)
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.14.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.5.1)
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)
@@ -31,7 +31,7 @@ module Hubspot
31
31
  # Attribute type mapping.
32
32
  def self.openapi_types
33
33
  {
34
- :'results' => :'Array<File>',
34
+ :'results' => :'Array<HubspotFile>',
35
35
  :'paging' => :'Paging'
36
36
  }
37
37
  end
@@ -1,3 +1,3 @@
1
1
  module Hubspot
2
- VERSION = '11.1.0'
2
+ VERSION = '11.1.1'
3
3
  end
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.0
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-09-13 00:00:00.000000000 Z
11
+ date: 2021-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus