Sha256: 771d7d0c407a6fac5a38ddfabd8b518423cf08021420c639e972f4bf2608fe24

Contents?: true

Size: 972 Bytes

Versions: 6

Compression:

Stored size: 972 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'vagrant-openstack-plugin/version'

Gem::Specification.new do |gem|
  gem.name          = "vagrant-openstack-plugin"
  gem.version       = VagrantPlugins::OpenStack::VERSION
  gem.authors       = ["Edmund Haselwanter"]
  gem.email         = ["me@ehaselwanter.com"]
  gem.description   = "Enables Vagrant to manage machines in OpenStack Cloud."
  gem.summary       = "Enables Vagrant to manage machines in OpenStack Cloud."
  gem.homepage      = "http://www.vagrantup.com"

  gem.add_runtime_dependency "fog", ">= 1.16.0"

  gem.add_development_dependency "rake"
  gem.add_development_dependency "rspec", "~> 2.13.0"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-openstack-plugin-0.11.1 vagrant-openstack-plugin.gemspec
vagrant-openstack-plugin-0.11.0 vagrant-openstack-plugin.gemspec
vagrant-openstack-plugin-0.10.0 vagrant-openstack-plugin.gemspec
vagrant-openstack-plugin-0.9.1 vagrant-openstack-plugin.gemspec
vagrant-openstack-plugin-0.9.0 vagrant-openstack-plugin.gemspec
vagrant-openstack-plugin-0.8.0 vagrant-openstack-plugin.gemspec