mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2024-11-15 18:50:47 +00:00
gemfile added to event example
This commit is contained in:
parent
182e1f72d3
commit
f30f46a99f
9
examples/events/Gemfile
Normal file
9
examples/events/Gemfile
Normal file
@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
# gem "rails"
|
||||
|
||||
gem "perfect_toml", "~> 0.9.0"
|
||||
|
||||
gem "obsws", path: "../.."
|
27
examples/events/Gemfile.lock
Normal file
27
examples/events/Gemfile.lock
Normal file
@ -0,0 +1,27 @@
|
||||
PATH
|
||||
remote: ../..
|
||||
specs:
|
||||
obsws (0.0.2)
|
||||
observer (~> 0.1.1)
|
||||
waitutil (~> 0.2.1)
|
||||
websocket-driver (~> 0.7.5)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
observer (0.1.1)
|
||||
perfect_toml (0.9.0)
|
||||
waitutil (0.2.1)
|
||||
websocket-driver (0.7.5)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.5)
|
||||
|
||||
PLATFORMS
|
||||
x64-mingw-ucrt
|
||||
|
||||
DEPENDENCIES
|
||||
obsws!
|
||||
perfect_toml (~> 0.9.0)
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.24
|
@ -1,7 +1,6 @@
|
||||
require "obsws"
|
||||
require "perfect_toml"
|
||||
|
||||
require_relative "../../lib/obsws"
|
||||
|
||||
OBSWS::LOGGER.debug!
|
||||
|
||||
class Observer
|
||||
|
Loading…
Reference in New Issue
Block a user