Sha256: 8c82991c90f6f86a359967906e70596a04bbbf852515acb77fa262eb3851efe1

Contents?: true

Size: 296 Bytes

Versions: 19

Compression:

Stored size: 296 Bytes

Contents

# -*- encoding : utf-8 -*-

class Phrase::Tool::Commands::ShowVersion < Phrase::Tool::Commands::Base
  def initialize(options, args)
    super(options, args)
  end

  def execute!
    show_version
  end

private

  def show_version
    print_message "phrase version #{Phrase::VERSION}"
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
phrase-0.4.33 lib/phrase/tool/commands/show_version.rb
phrase-0.4.32 lib/phrase/tool/commands/show_version.rb
phrase-0.4.31 lib/phrase/tool/commands/show_version.rb
phrase-0.4.30 lib/phrase/tool/commands/show_version.rb
phrase-0.4.29 lib/phrase/tool/commands/show_version.rb
phrase-0.4.28 lib/phrase/tool/commands/show_version.rb
phrase-0.4.27 lib/phrase/tool/commands/show_version.rb
phrase-0.4.26 lib/phrase/tool/commands/show_version.rb
phrase-0.4.25 lib/phrase/tool/commands/show_version.rb
phrase-0.4.24 lib/phrase/tool/commands/show_version.rb
phrase-0.4.23 lib/phrase/tool/commands/show_version.rb
phrase-0.4.22 lib/phrase/tool/commands/show_version.rb
phrase-0.4.21 lib/phrase/tool/commands/show_version.rb
phrase-0.4.20 lib/phrase/tool/commands/show_version.rb
phrase-0.4.19 lib/phrase/tool/commands/show_version.rb
phrase-0.4.18 lib/phrase/tool/commands/show_version.rb
phrase-0.4.17 lib/phrase/tool/commands/show_version.rb
phrase-0.4.16 lib/phrase/tool/commands/show_version.rb
phrase-0.4.15 lib/phrase/tool/commands/show_version.rb