Sha256: 33b419e0c0b3ede11f512803546031cac89059e16dafa9bc4c8acbc9cc40cb8f
Contents?: true
Size: 330 Bytes
Versions: 85
Compression:
Stored size: 330 Bytes
Contents
require "vagrant" module VagrantPlugins module VagrantSpec class Plugin < Vagrant.plugin(2) name "vagrant-spec" description <<-DESC Run vagrant-spec on installed version of Vagrant DESC command("vagrant-spec") do require_relative "command" Command end end end end
Version data entries
85 entries across 27 versions & 1 rubygems