Sha256: 5b9183ae973a816c4fa50d39dbdbdd187c7d6c146d0dc1ab3ce82108d32608dd
Contents?: true
Size: 245 Bytes
Versions: 29
Compression:
Stored size: 245 Bytes
Contents
# encoding: utf-8 module ProxyPacRb module Cli # Show things class Show < Thor desc 'version', 'Show version' def version $stderr.puts ProxyPacRb::VERSION end default_command :version end end end
Version data entries
29 entries across 29 versions & 1 rubygems