File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,7 @@ def get_url(request_options: nil)
45
45
46
46
# @return [Hash{String => String}]
47
47
def get_headers
48
- headers = {
49
- "X-Fern-Language" : "Ruby" ,
50
- "X-Fern-SDK-Name" : "vapi_server_sdk" ,
51
- "X-Fern-SDK-Version" : "0.0.0-alpha7"
52
- }
48
+ headers = { "X-Fern-Language" : "Ruby" , "X-Fern-SDK-Name" : "vapi_server_sdk" , "X-Fern-SDK-Version" : "0.1.0" }
53
49
headers [ "Authorization" ] = ( ( @token . is_a? Method ) ? @token . call : @token ) unless @token . nil?
54
50
headers
55
51
end
@@ -94,11 +90,7 @@ def get_url(request_options: nil)
94
90
95
91
# @return [Hash{String => String}]
96
92
def get_headers
97
- headers = {
98
- "X-Fern-Language" : "Ruby" ,
99
- "X-Fern-SDK-Name" : "vapi_server_sdk" ,
100
- "X-Fern-SDK-Version" : "0.0.0-alpha7"
101
- }
93
+ headers = { "X-Fern-Language" : "Ruby" , "X-Fern-SDK-Name" : "vapi_server_sdk" , "X-Fern-SDK-Version" : "0.1.0" }
102
94
headers [ "Authorization" ] = ( ( @token . is_a? Method ) ? @token . call : @token ) unless @token . nil?
103
95
headers
104
96
end
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require_relative "lib/gemconfig"
4
4
5
5
Gem ::Specification . new do |spec |
6
6
spec . name = "vapi_server_sdk"
7
- spec . version = "0.0.0-alpha7 "
7
+ spec . version = "0.1.0 "
8
8
spec . authors = Vapi ::Gemconfig ::AUTHORS
9
9
spec . email = Vapi ::Gemconfig ::EMAIL
10
10
spec . summary = Vapi ::Gemconfig ::SUMMARY
You can’t perform that action at this time.
0 commit comments