mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2025-01-18 05:20:47 +00:00
fix req_name
patch bump
This commit is contained in:
parent
f5a817ab4e
commit
b440ace20c
@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
obsws (0.5.0)
|
obsws (0.5.2)
|
||||||
waitutil (~> 0.2.1)
|
waitutil (~> 0.2.1)
|
||||||
websocket-driver (~> 0.7.5)
|
websocket-driver (~> 0.7.5)
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ module OBSWS
|
|||||||
|
|
||||||
def message
|
def message
|
||||||
msg = [
|
msg = [
|
||||||
"Request #{@name} returned code #{@code}."
|
"Request #{@req_name} returned code #{@code}."
|
||||||
]
|
]
|
||||||
msg << "With message: #{@msg}" if @msg
|
msg << "With message: #{@msg}" if @msg
|
||||||
msg.join(" ")
|
msg.join(" ")
|
||||||
|
@ -11,7 +11,7 @@ module OBSWS
|
|||||||
end
|
end
|
||||||
|
|
||||||
def patch
|
def patch
|
||||||
2
|
3
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_a
|
def to_a
|
||||||
|
Loading…
Reference in New Issue
Block a user