Sha256: 1904ec40386b79367cdef7007b1a7defca274d0567898cfe715be5e5272081bd

Contents?: true

Size: 159 Bytes

Versions: 2

Compression:

Stored size: 159 Bytes

Contents

require "thor"

module Shakapacker
  SHELL = Thor::Shell::Color.new

  def puts_deprecation_message(message)
    SHELL.say "\n#{message}\n", :yellow
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shakapacker-8.0.2 lib/shakapacker/deprecation_helper.rb
shakapacker-8.0.1 lib/shakapacker/deprecation_helper.rb