Sha256: 63ce8cc25ae6807c47d50fdfc0206bad14f320c6dfd3dd700cacf7bed0061505

Contents?: true

Size: 330 Bytes

Versions: 20

Compression:

Stored size: 330 Bytes

Contents

# frozen_string_literal: true

module Spandx
  module Core
    class Gateway
      def matches?(_dependency)
        raise ::Spandx::Error, :matches?
      end

      def licenses_for(_dependency)
        raise ::Spandx::Error, :licenses_for
      end

      class << self
        include Registerable
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
spandx-0.18.3 lib/spandx/core/gateway.rb
spandx-0.18.2 lib/spandx/core/gateway.rb
spandx-0.18.1 lib/spandx/core/gateway.rb
spandx-0.18.0 lib/spandx/core/gateway.rb
spandx-0.17.0 lib/spandx/core/gateway.rb
spandx-0.16.1 lib/spandx/core/gateway.rb
spandx-0.16.0 lib/spandx/core/gateway.rb
spandx-0.15.1 lib/spandx/core/gateway.rb
spandx-0.15.0 lib/spandx/core/gateway.rb
spandx-0.14.0 lib/spandx/core/gateway.rb
spandx-0.13.5 lib/spandx/core/gateway.rb
spandx-0.13.4 lib/spandx/core/gateway.rb
spandx-0.13.3 lib/spandx/core/gateway.rb
spandx-0.13.2 lib/spandx/core/gateway.rb
spandx-0.13.1 lib/spandx/core/gateway.rb
spandx-0.13.0 lib/spandx/core/gateway.rb
spandx-0.12.3 lib/spandx/core/gateway.rb
spandx-0.12.2 lib/spandx/core/gateway.rb
spandx-0.12.1 lib/spandx/core/gateway.rb
spandx-0.12.0 lib/spandx/core/gateway.rb