Sha256: 86bf902babf797916035713508e64cbb14afe0f8c1bb8f31129f6a8d5b3cd51d

Contents?: true

Size: 1.23 KB

Versions: 13

Compression:

Stored size: 1.23 KB

Contents

# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "vagrant-orchestrate/version"

Gem::Specification.new do |spec|
  spec.name          = "vagrant-orchestrate"
  spec.version       = VagrantPlugins::Orchestrate::VERSION
  spec.authors       = ["Christopher Baldauf"]
  spec.email         = ["cbaldauf@cimpress.com"]
  spec.summary       = "Vagrant plugin to orchestrate the deployment of managed servers."
  spec.homepage      = "https://github.com/Cimpress-MCP/vagrant-orchestrate"
  spec.license       = "Apache 2.0"

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

  spec.add_runtime_dependency "deployment-tracker-client", "~> 0.1"

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "rubocop", "~> 0.28"
  # See Gemfile for additional development dependencies that were not available
  # on rubygems (or another gem source), but needed to be downloaded from git.
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
vagrant-orchestrate-0.8.0 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.8.0.pre.3 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.8.0.pre.2 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.8.0.pre.1 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.7.2 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.7.1 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.7.0 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.7.0.pre.5 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.7.0.pre.4 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.7.0.pre.3 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.7.0.pre.2 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.7.0.pre.1 vagrant-orchestrate.gemspec
vagrant-orchestrate-0.7.0.pre vagrant-orchestrate.gemspec