Skip to content

Commit c1c1a8b

Browse files
author
attdevsupport
committed
Release 3.1 CR/Fixes
1 parent 522fa9b commit c1c1a8b

File tree

29 files changed

+31
-31
lines changed

29 files changed

+31
-31
lines changed

RESTFul/ADS/Ruby/app1/att/codekit/service/speech.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def customSpeechToText(audio_file, dictionary, grammar, opts={})
8686
}
8787

8888
gheaders = {
89-
"Content-Disposition" => %(form-data; name="#{grammar_type.to_s}" filename="#{grammar_name}"),
89+
"Content-Disposition" => %(form-data; name="#{grammar_type}"; filename="#{grammar_name}"),
9090
"Content-Type" => "application/srgs+xml"
9191
}
9292
grammar_part = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Att
22
module Codekit
3-
VERSION = "1.0.4"
3+
VERSION = "1.0.5"
44
end
55
end

RESTFul/CMS/Ruby/app1/att/codekit/service/speech.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def customSpeechToText(audio_file, dictionary, grammar, opts={})
8686
}
8787

8888
gheaders = {
89-
"Content-Disposition" => %(form-data; name="#{grammar_type.to_s}" filename="#{grammar_name}"),
89+
"Content-Disposition" => %(form-data; name="#{grammar_type}"; filename="#{grammar_name}"),
9090
"Content-Type" => "application/srgs+xml"
9191
}
9292
grammar_part = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Att
22
module Codekit
3-
VERSION = "1.0.4"
3+
VERSION = "1.0.5"
44
end
55
end

RESTFul/DC/Ruby/app1/att/codekit/service/speech.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def customSpeechToText(audio_file, dictionary, grammar, opts={})
8686
}
8787

8888
gheaders = {
89-
"Content-Disposition" => %(form-data; name="#{grammar_type.to_s}" filename="#{grammar_name}"),
89+
"Content-Disposition" => %(form-data; name="#{grammar_type}"; filename="#{grammar_name}"),
9090
"Content-Type" => "application/srgs+xml"
9191
}
9292
grammar_part = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Att
22
module Codekit
3-
VERSION = "1.0.4"
3+
VERSION = "1.0.5"
44
end
55
end

RESTFul/IMMN/Ruby/app1/att/codekit/service/speech.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def customSpeechToText(audio_file, dictionary, grammar, opts={})
8686
}
8787

8888
gheaders = {
89-
"Content-Disposition" => %(form-data; name="#{grammar_type.to_s}" filename="#{grammar_name}"),
89+
"Content-Disposition" => %(form-data; name="#{grammar_type}"; filename="#{grammar_name}"),
9090
"Content-Type" => "application/srgs+xml"
9191
}
9292
grammar_part = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Att
22
module Codekit
3-
VERSION = "1.0.4"
3+
VERSION = "1.0.5"
44
end
55
end

RESTFul/MIM/Ruby/app1/att/codekit/service/speech.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def customSpeechToText(audio_file, dictionary, grammar, opts={})
8686
}
8787

8888
gheaders = {
89-
"Content-Disposition" => %(form-data; name="#{grammar_type.to_s}" filename="#{grammar_name}"),
89+
"Content-Disposition" => %(form-data; name="#{grammar_type}"; filename="#{grammar_name}"),
9090
"Content-Type" => "application/srgs+xml"
9191
}
9292
grammar_part = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Att
22
module Codekit
3-
VERSION = "1.0.4"
3+
VERSION = "1.0.5"
44
end
55
end

0 commit comments

Comments
 (0)