Sha256: cbb3b946140c02c835b75ab1ea2b46eb346af2a6d5acb66da84b66586474c904

Contents?: true

Size: 329 Bytes

Versions: 4

Compression:

Stored size: 329 Bytes

Contents

module VagrantPlugins
  module HostRubyProvisioner
    INFO                  = {}
    INFO[:description]    = 'Vagrant Ruby provisioner for executing Ruby code on the host.'
    INFO[:license]        = 'MIT'
    INFO[:name]           = 'Host Ruby Provisioner'
    INFO[:name_full_slug] = 'vagrant-host-ruby-provisioner'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-host-ruby-provisioner-0.2.0 lib/vagrant-host-ruby-provisioner/info.rb
vagrant-host-ruby-provisioner-0.1.1 lib/vagrant-host-ruby-provisioner/info.rb
vagrant-host-ruby-provisioner-0.1.0 lib/vagrant-host-ruby-provisioner/info.rb
vagrant-host-ruby-provisioner-0.0.2 lib/vagrant-host-ruby-provisioner/info.rb