class EacRubyUtils::GemsRegistry::Gem

def lib_file_found?

def lib_file_found?
  gemspec.require_paths.any? do |require_path|
    ::Pathname.new(require_path).expand_path(gemspec.gem_dir).join("#{path_to_require}.rb")
      .file?
  end
end