lib/souls/souls_path.rb in souls-1.17.3 vs lib/souls/souls_path.rb in souls-1.18.0

- old
+ new

@@ -1,10 +1,10 @@ require "fileutils" -module Souls +module SOULs SOULS_PATH = if FileUtils.pwd.split("/").last == "souls" ".".freeze else - "#{Gem.dir}/gems/souls-#{Souls::VERSION}".freeze + "#{Gem.dir}/gems/souls-#{SOULs::VERSION}".freeze end public_constant :SOULS_PATH end