Sha256: 5449dc765b2019782c5152c515c32df47ccf12cdfc6525b6f3b991c902d97380

Contents?: true

Size: 275 Bytes

Versions: 6

Compression:

Stored size: 275 Bytes

Contents

require "bundler/ui"
require "rubygems/user_interaction"

module Bundler
  module UI
    class RGProxy < ::Gem::SilentUI
      def initialize(ui)
        @ui = ui
        super()
      end

      def say(message)
        @ui && @ui.debug(message)
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
bundler-1.11.2 lib/bundler/ui/rg_proxy.rb
bundler-1.11.1 lib/bundler/ui/rg_proxy.rb
bundler-1.11.0 lib/bundler/ui/rg_proxy.rb
bundler-1.11.0.pre.2 lib/bundler/ui/rg_proxy.rb
bundler-1.11.0.pre.1 lib/bundler/ui/rg_proxy.rb
shopify-bundler-1.10.7 lib/bundler/ui/rg_proxy.rb