mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2026-04-13 11:23:31 +00:00
patch bump
add full request payload to logger. raise OBSWSError if auth enabled but no password provided add example tasks to rake file add logging section to README
This commit is contained in:
14
Rakefile
14
Rakefile
@@ -1,5 +1,7 @@
|
||||
require "minitest/test_task"
|
||||
|
||||
HERE = File.expand_path File.dirname(__FILE__)
|
||||
|
||||
Minitest::TestTask.create(:test) do |t|
|
||||
t.libs << "test"
|
||||
t.warning = false
|
||||
@@ -7,3 +9,15 @@ Minitest::TestTask.create(:test) do |t|
|
||||
end
|
||||
|
||||
task default: :test
|
||||
task :events do
|
||||
filepath = File.join(HERE, "examples", "events", "main.rb")
|
||||
ruby filepath
|
||||
end
|
||||
task :levels do
|
||||
filepath = File.join(HERE, "examples", "levels", "main.rb")
|
||||
ruby filepath
|
||||
end
|
||||
task :scene_rotate do
|
||||
filepath = File.join(HERE, "examples", "scene_rotate", "main.rb")
|
||||
ruby filepath
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user