# -*- encoding: utf-8 -*- # stub: vagrant-omnibus 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "vagrant-omnibus".freeze s.version = "1.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] s.date = "2013-04-02" s.description = "A Vagrant plugin that ensures the desired version of Chef is installed via the platform-specific Omnibus packages.".freeze s.email = ["schisamo@opscode.com".freeze] s.files = [".gitignore".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "lib/vagrant-omnibus.rb".freeze, "lib/vagrant-omnibus/action.rb".freeze, "lib/vagrant-omnibus/action/install_chef.rb".freeze, "lib/vagrant-omnibus/action/is_running.rb".freeze, "lib/vagrant-omnibus/action/read_chef_version.rb".freeze, "lib/vagrant-omnibus/config.rb".freeze, "lib/vagrant-omnibus/plugin.rb".freeze, "lib/vagrant-omnibus/version.rb".freeze, "test/acceptance/aws/Vagrantfile".freeze, "test/acceptance/virtualbox/Vagrantfile".freeze, "test/support/cookbooks/chef-inator/README.md".freeze, "test/support/cookbooks/chef-inator/metadata.rb".freeze, "test/support/cookbooks/chef-inator/recipes/default.rb".freeze, "test/unit/spec_helper.rb".freeze, "vagrant-omnibus.gemspec".freeze] s.homepage = "https://github.com/schisamo/vagrant-omnibus".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 Chef is installed via the platform-specific Omnibus packages.".freeze s.test_files = ["test/acceptance/aws/Vagrantfile".freeze, "test/acceptance/virtualbox/Vagrantfile".freeze, "test/support/cookbooks/chef-inator/README.md".freeze, "test/support/cookbooks/chef-inator/metadata.rb".freeze, "test/support/cookbooks/chef-inator/recipes/default.rb".freeze, "test/unit/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end