easy_logging added as dependency

start of example user config
This commit is contained in:
onyx-and-iris 2023-07-09 05:51:25 +01:00
parent fd07978135
commit 2dff8295b2
3 changed files with 9 additions and 2 deletions

View File

@ -4,4 +4,4 @@ source "https://rubygems.org"
# gem "rails"
gemspec
gemspec

View File

@ -0,0 +1,7 @@
strip-0:
comp:
knob: 3.6
button-0:
stateonly: true
vban-in-0:
"on": true

View File

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "ffi", "~> 1.9", ">= 1.9.10"
spec.add_runtime_dependency "perfect_toml", "~> 0.9.0"
spec.add_runtime_dependency "observer", "~> 0.1.1"
spec.add_runtime_dependency "logger", "~> 1.5", ">= 1.5.1"
spec.add_runtime_dependency "easy_logging", "~> 0.4.0"
spec.add_development_dependency "rspec", "~> 3.4"
spec.required_ruby_version = ">= 3.0"
spec.metadata = {