spoom 1.0.5 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/spoom/config.rb DELETED
@@ -1,11 +0,0 @@
1
- # typed: true
2
- # frozen_string_literal: true
3
-
4
- module Spoom
5
- module Config
6
- SORBET_CONFIG = "sorbet/config"
7
- SORBET_GEM_PATH = Gem::Specification.find_by_name("sorbet-static").full_gem_path
8
- SORBET_PATH = (Pathname.new(SORBET_GEM_PATH) / "libexec" / "sorbet").to_s
9
- SPOOM_PATH = (Pathname.new(__FILE__) / ".." / ".." / "..").to_s
10
- end
11
- end