Sha256: c32123011c50e05fb90b53fc070582684861359b5f11fa8d408103381c821cc6
Contents?: true
Size: 532 Bytes
Versions: 6
Compression:
Stored size: 532 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/core_ext' module Avm module Ruby module Bundler class IncompatibleParser require_sub __FILE__ enable_simple_cache attr_reader :gems_in_conflict def initialize(path) @gems_in_conflict = ::Avm::Ruby::Bundler::IncompatibleParser::LineBuffer .from_file(path).gems_in_conflict.freeze end def data gems_in_conflict.map(&:data) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems