Sha256: fd4f561cf1037874696fec9af896144444ade9896d69e7cac0d33652b74bc338

Contents?: true

Size: 190 Bytes

Versions: 2

Compression:

Stored size: 190 Bytes

Contents

class PivotalIntegration::Command::Version < PivotalIntegration::Command::Base
  desc "Show the version of this utility"

  def run(*arguments)
    puts PivotalIntegration::VERSION
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pivotal-integration-1.6.0.4 lib/pivotal-integration/command/version.rb
pivotal-integration-1.6.0.3 lib/pivotal-integration/command/version.rb