Sha256: c9b540ea00d602c1ae66afcef0bcce9f3bad8dd2488de46cd217644803631e2b

Contents?: true

Size: 275 Bytes

Versions: 3

Compression:

Stored size: 275 Bytes

Contents

module Vagrant
  module Foodtaster
    module Server
      class Plugin < Vagrant.plugin("2")
        name "Foodtaster Server"

        command 'foodtaster-server' do
          require_relative 'server_command'
          ServerCommand
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-foodtaster-server-0.0.10 lib/vagrant-foodtaster-server/plugin.rb
vagrant-foodtaster-server-0.0.9 lib/vagrant-foodtaster-server/plugin.rb
vagrant-foodtaster-server-0.0.8 lib/vagrant-foodtaster-server/plugin.rb