Sha256: ec287c71201f3f47e5bee687d4bddf68fe81c86d7583a9a7f22d204e788965af
Contents?: true
Size: 414 Bytes
Versions: 63
Compression:
Stored size: 414 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandVersion class Plugin < Vagrant.plugin("2") name "version command" description <<-DESC The `version` command prints the currently installed version as well as the latest available version. DESC command("version") do require File.expand_path("../command", __FILE__) Command end end end end
Version data entries
63 entries across 56 versions & 8 rubygems