Sha256: b29e0161ae50a38b2854d2548047788491ff34e0b04bb974fcf2cb5ee4d5243c

Contents?: true

Size: 302 Bytes

Versions: 7

Compression:

Stored size: 302 Bytes

Contents

# -*- coding: UTF-8 -*-
#
# Copyright 2013 whiteleaf. All rights reserved.
#

module Command
  class Version < CommandBase
    def execute(argv)
      puts ::Version + " build " + ::CommitVersion
    end

    def oneline_help
      "バージョンを表示します"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
narou-1.1.1 lib/command/version.rb
narou-1.1.0 lib/command/version.rb
narou-1.1.0.rc2 lib/command/version.rb
narou-1.1.0.rc1 lib/command/version.rb
narou-1.0.2 lib/command/version.rb
narou-1.0.1 lib/command/version.rb
narou-1.0.0 lib/command/version.rb