Sha256: c1ebb9484765fc368de665cb2a34117b269c721bec5bebc6c4228c5b9a11fd1b

Contents?: true

Size: 517 Bytes

Versions: 3

Compression:

Stored size: 517 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :development do
  # We depend on Vagrant for development, but we don't add it as a
  # gem dependency because we expect to be installed within the
  # Vagrant environment itself using `vagrant plugin`.
  gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v2.0.3'
  gem 'coveralls', require: false
  gem 'simplecov', require: false
  gem 'rspec-core'
  gem 'rspec-expectations'
  gem 'rspec-its'
  gem 'rspec-mocks'
end

group :plugins do
  gemspec
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.5.2 Gemfile
vagrant-cloudstack-1.5.1 Gemfile
vagrant-cloudstack-1.5.0 Gemfile