File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def get_url(request_options: nil)
45
45
46
46
# @return [Hash{String => String}]
47
47
def get_headers
48
- headers = { "X-Fern-Language" : "Ruby" , "X-Fern-SDK-Name" : "vapi" , "X-Fern-SDK-Version" : "0.0.0-alpha2 " }
48
+ headers = { "X-Fern-Language" : "Ruby" , "X-Fern-SDK-Name" : "vapi" , "X-Fern-SDK-Version" : "0.0.0-alpha4 " }
49
49
headers [ "Authorization" ] = ( ( @token . is_a? Method ) ? @token . call : @token ) unless @token . nil?
50
50
headers
51
51
end
@@ -90,7 +90,7 @@ def get_url(request_options: nil)
90
90
91
91
# @return [Hash{String => String}]
92
92
def get_headers
93
- headers = { "X-Fern-Language" : "Ruby" , "X-Fern-SDK-Name" : "vapi" , "X-Fern-SDK-Version" : "0.0.0-alpha2 " }
93
+ headers = { "X-Fern-Language" : "Ruby" , "X-Fern-SDK-Name" : "vapi" , "X-Fern-SDK-Version" : "0.0.0-alpha4 " }
94
94
headers [ "Authorization" ] = ( ( @token . is_a? Method ) ? @token . call : @token ) unless @token . nil?
95
95
headers
96
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"
7
- spec . version = "0.0.0-alpha2 "
7
+ spec . version = "0.0.0-alpha4 "
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