Sha256: fea1d6748036697f656cfe36f71440d116eb5cfc695a852620f9cc44d92fe4fc
Contents?: true
Size: 556 Bytes
Versions: 8
Compression:
Stored size: 556 Bytes
Contents
module Stastic::Command class Info < Base attr_accessor :name def index puts info end private def info generator = Stastic::Generator.detect <<-EOF stastic version : #{Stastic::VERSION} user : #{Stastic::Config.user} active site name : #{Stastic::Config.name} active site id : #{Stastic::Config.site_id} active site url : http://#{Stastic::Config.name}.stastic.com/ generator : #{generator.desc} site_root : #{generator.site_root} EOF end end end
Version data entries
8 entries across 8 versions & 1 rubygems