Handle directories with spaces in the path/filename

This commit is contained in:
Todd Sundsted 2021-09-16 09:02:34 -04:00
parent 632845574f
commit a3b7f5f4b1

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