Sha256: 78338bae765b8d60b8bef175a074b6535b3612e29ad09873d236052cfd0cfd8b

Contents?: true

Size: 189 Bytes

Versions: 8

Compression:

Stored size: 189 Bytes

Contents

require 'xcres/command/command'

# The +VersionCommand+ prints the gem version.
#
class XCRes::VersionCommand < XCRes::Command

  def execute
    super
    inform XCRes::VERSION
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
xcres-0.6.1 lib/xcres/command/version_command.rb
xcres-0.6.0 lib/xcres/command/version_command.rb
xcres-0.5.0 lib/xcres/command/version_command.rb
xcres-0.4.4 lib/xcres/command/version_command.rb
xcres-0.4.3 lib/xcres/command/version_command.rb
xcres-0.4.2 lib/xcres/command/version_command.rb
xcres-0.4.1 lib/xcres/command/version_command.rb
xcres-0.4.0 lib/xcres/command/version_command.rb