vellum_ai 1.0.6 → 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/requests.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f843fc332ca4969c268aeb227b39670203eddeaec614950fd4c3b24dd228aeb
4
- data.tar.gz: a1ad16d1230bb7e15e5700698dd0ef5aa8572e2cae27f85eb1309f1a302569b5
3
+ metadata.gz: 6496a272a47ed3e700ea4e4a9b1c149673f5ee4c35ab12fc9c737af1bcb2f52c
4
+ data.tar.gz: 87fc5544cbd566a8e1985d1a373112d032d97dc4a838ef64ead838a7765aeedb
5
5
  SHA512:
6
- metadata.gz: 2314b176ea6bc209606b6e1167f38b3c0e4659946a86ba9bee807222cf39c406686da1463f7270f1ca24aacc3c998343c7da978975096360e747726de99637ac
7
- data.tar.gz: 618cd74b81cafc232e57106b15e6965ab1b5324ef91a9931442e3954b1f34072974c5ccff6391243c29be37fffe852aae7899093025145886bceb5473257ad04
6
+ metadata.gz: 2f0f71bf018d86a25331f9e1c95fed4f63377d7b123c646f92181a5fafd0e6247583e97f8dcb366f91f806518e79a0bad05aa884da3e464282407292d9311acf
7
+ data.tar.gz: 5858dff22373ede3803d52b5707e0bd8412bc541b1ba99dd869797ed571a98fbc7bff1f9c940565cca0949c9b2e0df5efa10765e022f9d3aa3b28c57c96041c1
data/lib/requests.rb CHANGED
@@ -56,7 +56,7 @@ end
56
56
  end
57
57
  # @return [Hash{String => String}]
58
58
  def get_headers
59
- headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.0.6' }
59
+ headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.0.7' }
60
60
  headers["X-API-KEY"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
61
61
  headers
62
62
  end
@@ -107,7 +107,7 @@ end
107
107
  end
108
108
  # @return [Hash{String => String}]
109
109
  def get_headers
110
- headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.0.6' }
110
+ headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.0.7' }
111
111
  headers["X-API-KEY"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
112
112
  headers
113
113
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vellum_ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vellum
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-25 00:00:00.000000000 Z
11
+ date: 2025-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday