Sha256: 2328dc3d7c7e2781d3fab51ca5c52501a4b04e03735ceeef8df8df259a4c77d8

Contents?: true

Size: 408 Bytes

Versions: 2

Compression:

Stored size: 408 Bytes

Contents

source "https://rubygems.org"

# Specify your gem's dependencies in vagrant-winrm-s.gemspec
gemspec

group :development do
  gem "vagrant",
    git: "https://github.com/mitchellh/vagrant.git",
    tag: "v1.7.4"
  gem "vagrant-spec", git: "https://github.com/mitchellh/vagrant-spec.git"
end

group :plugins do
  gem "vagrant-winrm-s", path: "."
  gem "vagrant-managed-servers"
  gem "vagrant-orchestrate"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-winrm-s-0.0.4 Gemfile
vagrant-winrm-s-0.0.3 Gemfile