Sha256: ca869f3bdfc3a414053baa89d516bfe6083910112c1c7d19841814cae78ba197
Contents?: true
Size: 361 Bytes
Versions: 2
Compression:
Stored size: 361 Bytes
Contents
require File.expand_path(File.join('..', '..', '..', 'lib', 'pah', 'version.rb'), File.dirname(__FILE__)) module Pah class Commands class Version BANNER = <<-HEREDOC Pah version: #{Pah::VERSION} Rails version: #{Pah::RAILS_VERSION} Ruby version: #{Pah::RUBY_VERSION} HEREDOC def run(*) puts BANNER end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pah-0.0.20 | lib/pah/commands/version.rb |
pah-0.0.19 | lib/pah/commands/version.rb |