fulfil_api 0.6.1 → 0.6.2

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: 3cb2c76cac5e785167cc4edf3e1d2f92ab3ec3e330edd5e9a34ef50cf8d09705
4
- data.tar.gz: ad349377c00dd1906553266232d0ce2bc4fd8f2aff7c96683c81dc1a9a3834de
3
+ metadata.gz: b08b66a980bb816b1424c5bdf4b6f07bdc652a0dc0838715b6176dd8dd3a52ac
4
+ data.tar.gz: e659a978bd939c89aafc27bab91d36c3af9daad8c2779f8e87ff7f9dc8203766
5
5
  SHA512:
6
- metadata.gz: 16aea8d65692250edd1b51ce9089dec1b0d39ae850e9860d847f9e673a39b10b32e0b4a1c81ae29c8bcf7ece11f5fd10b0672896ebb0a89d815fb3ef3169aa6a
7
- data.tar.gz: a825f694c375ed30e4fc76a9aef39a8adfc0298f0ad9fe99b749ba09e6dd54928d71de7a08e7c436a85f3855b8d88e637cc7e99d78f80842429e0c0d440d9cb4
6
+ metadata.gz: 1da9f24a29088c2a177717731176b75ba29fcd9db6281ea7834ec2627e76b3b9029fb7f006ab428caba8035e68c39e221f77cf903145058820a2ebbb93e73552
7
+ data.tar.gz: de48831aca1ac5ebc8aed263e61ccd0bdb25728240504dbf43c6a91c298f253e8d566141a29c7cab7c67b2d8366704b0f1d4b40f436dd9ea005c582df5f4086e
@@ -127,8 +127,7 @@ module FulfilApi
127
127
  # @return [Hash] The HTTP headers for any HTTP request to the 3PL API.
128
128
  def request_headers
129
129
  {
130
- "Authorization" => "Bearer #{auth_token}",
131
- "Content-Type" => "application/json"
130
+ "Authorization" => "Bearer #{auth_token}"
132
131
  }
133
132
  end
134
133
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FulfilApi
4
- VERSION = "0.6.1"
4
+ VERSION = "0.6.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fulfil_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Vermaas
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2026-03-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
@@ -112,7 +111,6 @@ metadata:
112
111
  source_code_uri: https://www.github.com/codeturebv/fulfil_api
113
112
  changelog_uri: https://www.github.com/codeturebv/fulfil_api/blob/main/CHANGELOG.md
114
113
  rubygems_mfa_required: 'true'
115
- post_install_message:
116
114
  rdoc_options: []
117
115
  require_paths:
118
116
  - lib
@@ -127,8 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
125
  - !ruby/object:Gem::Version
128
126
  version: '0'
129
127
  requirements: []
130
- rubygems_version: 3.5.11
131
- signing_key:
128
+ rubygems_version: 4.0.3
132
129
  specification_version: 4
133
130
  summary: A HTTP client to interact the Fulfil.io API
134
131
  test_files: []