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
1 changed files with 1 additions and 1 deletions

View File

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