class SymfonyRegenerateSecretKey::SelfActions
Collection of command line self-contained actions for this gem.
Public Class Methods
Source
# File lib/symfony_regenerate_secret_key/self_actions.rb 10 def self.info 11 pastel = Pastel.new 12 puts "#{pastel.cyan(SymfonyRegenerateSecretKey::NAME)} by #{pastel.blue(SymfonyRegenerateSecretKey::AUTHOR)}" 13 puts "(c) #{SymfonyRegenerateSecretKey::YEAR}" 14 puts "Version #{pastel.bright_blue(SymfonyRegenerateSecretKey::VERSION)}" 15 puts "Available under the #{pastel.green(SymfonyRegenerateSecretKey::LICENSE)}." 16 end
Display info about the gem