# -*- encoding: utf-8 -*- # stub: vagrant-puppet-install 4.0.0 ruby lib Gem::Specification.new do |s| s.name = "vagrant-puppet-install".freeze s.version = "4.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Seth Chisamore".freeze, "Patrick Connolly".freeze, "Peter Souter".freeze] s.date = "2016-01-25" s.description = "A Vagrant plugin that ensures the desired version of Puppet is installed via the Puppet Labs package repos.".freeze s.email = ["schisamo@opscode.com".freeze, "patrick@myplanetdigital.com".freeze, "p.morsou@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/vagrant-puppet-install.rb".freeze, "lib/vagrant-puppet-install/action/install_puppet.rb".freeze, "lib/vagrant-puppet-install/config.rb".freeze, "lib/vagrant-puppet-install/plugin.rb".freeze, "lib/vagrant-puppet-install/version.rb".freeze, "locales/en.yml".freeze, "test/acceptance/aws/Vagrantfile".freeze, "test/acceptance/digital_ocean/Vagrantfile".freeze, "test/acceptance/rackspace/Vagrantfile".freeze, "test/acceptance/virtualbox/Vagrantfile".freeze, "test/support/environments/vagrant/manifests/site.pp".freeze, "test/support/manifests/base.pp".freeze, "test/support/puppet_install_script/shell_install.sh".freeze, "test/unit/spec_helper.rb".freeze, "test/unit/vagrant-puppet-install/config_spec.rb".freeze, "test/unit/vagrant-puppet-install/plugin_spec.rb".freeze, "vagrant-puppet-install.gemspec".freeze] s.homepage = "https://github.com/patcon/vagrant-puppet-install".freeze s.licenses = ["Apache 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Vagrant plugin that ensures the desired version of Puppet is installed via the Puppet Labs package repos.".freeze s.test_files = ["test/acceptance/aws/Vagrantfile".freeze, "test/acceptance/digital_ocean/Vagrantfile".freeze, "test/acceptance/rackspace/Vagrantfile".freeze, "test/acceptance/virtualbox/Vagrantfile".freeze, "test/support/environments/vagrant/manifests/site.pp".freeze, "test/support/manifests/base.pp".freeze, "test/support/puppet_install_script/shell_install.sh".freeze, "test/unit/spec_helper.rb".freeze, "test/unit/vagrant-puppet-install/config_spec.rb".freeze, "test/unit/vagrant-puppet-install/plugin_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.17.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end