lib/contrast/utils/sha256_builder.rb in contrast-agent-3.16.0 vs lib/contrast/utils/sha256_builder.rb in contrast-agent-4.0.0

- old
+ new

@@ -50,20 +50,8 @@ def cache_dir spec gems_dir = spec.gems_dir parent_dir = File.dirname(gems_dir) File.join(parent_dir, Contrast::Utils::ObjectShare::CACHE) end - - def self.files path - instance.files(path) - end - - def self.sha256 path - instance.sha256(path) - end - - def self.build_from_spec spec - instance.build_from_spec(spec) - end end end end