dataleon 0.1.0.pre.alpha.22 → 0.1.0.pre.alpha.23

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: d7a8afdfec4e2878c3f8d216cda288572bf90ba201fd64dd49e76c58663f809e
4
- data.tar.gz: a5c2ea59dc0d6bed2bf1ccd0747977a40592c5c6d0d0333b114274cc444cd90f
3
+ metadata.gz: ae17e9f243a164714067b748424e9f560e0b0e442a936061af9ed59c9f04a0b1
4
+ data.tar.gz: c753623f01c8f2d9511d204485b5b352948fe9827805e2f0afbfaddd53617979
5
5
  SHA512:
6
- metadata.gz: e476aafce035d46aeb5b318ef6c9f183635e9bbdf0ad7e9b08a110c93db0b506cab649375ea6ee4ddb63eebc05b59aa6f289eb70a39bb1b6a23c4b1ed5b4d6ff
7
- data.tar.gz: 24d15db191c33197096dd54560d7ad4ffdf01cb6b6975fa9a9852693c436c1e7b0db13e2ee092cae66497e5051de8cc7f3f798fbb36d9b0db964604267a036cf
6
+ metadata.gz: 7cebc60446a07802917f229415183641569208fab7fa0574b1a226693a72778ee3ba861efb9bd3f00194a4dc6bf9467c5f1c1538d181bc0537f2d520e232bf57
7
+ data.tar.gz: 0a79bd7ab8bea90f16b231fed40eb2b6af03d7db9c21dfbc017835a3324f032fc9e7e7f43d1338ab39325198e70ef6b700ff1aee68a879590999f37fdf446b03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.23 (2026-05-14)
4
+
5
+ Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/dataleonlabs/dataleon-ruby/compare/v0.1.0-alpha.22...v0.1.0-alpha.23)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **client:** elide content type header on requests without body ([254f508](https://github.com/dataleonlabs/dataleon-ruby/commit/254f508093278545f1bdc3893a5f043ff05de329))
10
+
3
11
  ## 0.1.0-alpha.22 (2026-04-28)
4
12
 
5
13
  Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/dataleonlabs/dataleon-ruby/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "dataleon", "~> 0.1.0.pre.alpha.22"
29
+ gem "dataleon", "~> 0.1.0.pre.alpha.23"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -306,6 +306,8 @@ module Dataleon
306
306
  Dataleon::Internal::Util.deep_merge(*[req[:body], opts[:extra_body]].compact)
307
307
  end
308
308
 
309
+ headers.delete("content-type") if body.nil?
310
+
309
311
  url = Dataleon::Internal::Util.join_parsed_uri(
310
312
  @base_url_components,
311
313
  {**req, path: path, query: query}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dataleon
4
- VERSION = "0.1.0.pre.alpha.22"
4
+ VERSION = "0.1.0.pre.alpha.23"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dataleon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.22
4
+ version: 0.1.0.pre.alpha.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dataleon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-28 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