Merge branch 'master' into 'master'

Handle directories with spaces in the path/filename

See merge request arctic-fox/spectator!33
This commit is contained in:
Mike Miller 2021-09-16 13:56:06 +00:00
commit e5a3a92085

View file

@ -8,7 +8,7 @@ module Spectator
include DSL::Top include DSL::Top
# Current version of the Spectator library. # Current version of the Spectator library.
VERSION = {{ `shards version #{__DIR__}`.stringify.chomp }} VERSION = {{ `shards version "#{__DIR__}"`.stringify.chomp }}
# Logger for Spectator internals. # Logger for Spectator internals.
::Log.setup_from_env ::Log.setup_from_env