hubspot-sdk 0.1.0.pre.alpha.6 → 0.1.0.pre.alpha.7

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: d4d721807a4e9bccc3c92ba0d3a5eb745818dcaeaed30d9a0c6832f16cd7c376
4
- data.tar.gz: 97e5ada22af0d02710849b8fb483d9555f78861851851456ae3093f653c4c1b1
3
+ metadata.gz: d2b359474f1495e457a86fddf22b669ed1d0e0d6221a22a97d5b43a107e0a373
4
+ data.tar.gz: 7d1a0de045cc283f9af2ba588a218cb40e4db1b5fa018d8c84d0c1588fe3f933
5
5
  SHA512:
6
- metadata.gz: 306225f1a67bcee4b2a32e3cf1e0a400812a8f878519e61f4129f1533b67c2c1ac0ac25a3e533718dcc209635fecd745e1829318aafeaf80ef2eddafe46a133f
7
- data.tar.gz: 103bfaa2c515a42829c4ec024e104c53c9cde95b4e31174f1b3ad6880224477735114b7590a2a9e82adfcc124c562939d95f4145fade96213d6c13d23b58177f
6
+ metadata.gz: f29df145f14c45ed437fae536a5fd923898cfa04f936f3444cba06a09984ce771e20a8986764d1be2f56f0edbb8b85bfe8a68c7d761a3e0430cc3524c57f8cf4
7
+ data.tar.gz: 591a18db1db60789c599584f92e85936c92c0e6df9279396d17880fa93059c2e1b98e9674293f0173d3e2d885feb058cf868476e12a9b17b241d9e7ba06b7912
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.7 (2026-05-14)
4
+
5
+ Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/HubSpot/hubspot-sdk-ruby/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **client:** elide content type header on requests without body ([fad3cd1](https://github.com/HubSpot/hubspot-sdk-ruby/commit/fad3cd197ff5b1d3fa2c0afcf891d82dbf5594ad))
10
+
3
11
  ## 0.1.0-alpha.6 (2026-05-07)
4
12
 
5
13
  Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/HubSpot/hubspot-sdk-ruby/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "hubspot-sdk", "~> 0.1.0.pre.alpha.6"
20
+ gem "hubspot-sdk", "~> 0.1.0.pre.alpha.7"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -311,6 +311,8 @@ module HubSpotSDK
311
311
  HubSpotSDK::Internal::Util.deep_merge(*[req[:body], opts[:extra_body]].compact)
312
312
  end
313
313
 
314
+ headers.delete("content-type") if body.nil?
315
+
314
316
  url = HubSpotSDK::Internal::Util.join_parsed_uri(
315
317
  @base_url_components,
316
318
  {**req, path: path, query: query}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HubSpotSDK
4
- VERSION = "0.1.0.pre.alpha.6"
4
+ VERSION = "0.1.0.pre.alpha.7"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubspot-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.6
4
+ version: 0.1.0.pre.alpha.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - HubSpot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-07 00:00:00.000000000 Z
11
+ date: 2026-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi