# -*- encoding: utf-8 -*- # stub: fauxhai 2.1.1 ruby lib Gem::Specification.new do |s| s.name = "fauxhai".freeze s.version = "2.1.1".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 Vargo".freeze] s.date = "2014-04-27" s.description = "Easily mock out ohai data".freeze s.email = ["sethvargo@gmail.com".freeze] s.executables = ["fauxhai".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/fauxhai".freeze, "examples/chefspec.md".freeze, "examples/rspec-chef.md".freeze, "fauxhai.gemspec".freeze, "lib/fauxhai.rb".freeze, "lib/fauxhai/exception.rb".freeze, "lib/fauxhai/fetcher.rb".freeze, "lib/fauxhai/keys/id_dsa".freeze, "lib/fauxhai/keys/id_dsa.pub".freeze, "lib/fauxhai/keys/id_rsa".freeze, "lib/fauxhai/keys/id_rsa.pub".freeze, "lib/fauxhai/mocker.rb".freeze, "lib/fauxhai/platforms/amazon/2012.09.json".freeze, "lib/fauxhai/platforms/amazon/2013.09.json".freeze, "lib/fauxhai/platforms/amazon/2014.03.json".freeze, "lib/fauxhai/platforms/centos/5.8.json".freeze, "lib/fauxhai/platforms/centos/5.9.json".freeze, "lib/fauxhai/platforms/centos/6.0.json".freeze, "lib/fauxhai/platforms/centos/6.2.json".freeze, "lib/fauxhai/platforms/centos/6.3.json".freeze, "lib/fauxhai/platforms/centos/6.4.json".freeze, "lib/fauxhai/platforms/centos/6.5.json".freeze, "lib/fauxhai/platforms/chefspec/0.6.1.json".freeze, "lib/fauxhai/platforms/debian/6.0.5.json".freeze, "lib/fauxhai/platforms/debian/7.0.json".freeze, "lib/fauxhai/platforms/debian/7.1.json".freeze, "lib/fauxhai/platforms/debian/7.2.json".freeze, "lib/fauxhai/platforms/debian/7.4.json".freeze, "lib/fauxhai/platforms/debian/jessie/sid.json".freeze, "lib/fauxhai/platforms/fedora/18.json".freeze, "lib/fauxhai/platforms/fedora/19.json".freeze, "lib/fauxhai/platforms/fedora/20.json".freeze, "lib/fauxhai/platforms/freebsd/10.0.json".freeze, "lib/fauxhai/platforms/freebsd/8.4.json".freeze, "lib/fauxhai/platforms/freebsd/9.1.json".freeze, "lib/fauxhai/platforms/freebsd/9.2.json".freeze, "lib/fauxhai/platforms/gentoo/2.1.json".freeze, "lib/fauxhai/platforms/mac_os_x/10.6.8.json".freeze, "lib/fauxhai/platforms/mac_os_x/10.7.4.json".freeze, "lib/fauxhai/platforms/mac_os_x/10.8.2.json".freeze, "lib/fauxhai/platforms/mac_os_x/10.9.2.json".freeze, "lib/fauxhai/platforms/omnios/151002.json".freeze, "lib/fauxhai/platforms/omnios/151006.json".freeze, "lib/fauxhai/platforms/openbsd/5.4.json".freeze, "lib/fauxhai/platforms/opensuse/12.3.json".freeze, "lib/fauxhai/platforms/oracle/5.10.json".freeze, "lib/fauxhai/platforms/oracle/6.5.json".freeze, "lib/fauxhai/platforms/redhat/5.10.json".freeze, "lib/fauxhai/platforms/redhat/5.6.json".freeze, "lib/fauxhai/platforms/redhat/5.7.json".freeze, "lib/fauxhai/platforms/redhat/5.8.json".freeze, "lib/fauxhai/platforms/redhat/5.9.json".freeze, "lib/fauxhai/platforms/redhat/6.0.json".freeze, "lib/fauxhai/platforms/redhat/6.1.json".freeze, "lib/fauxhai/platforms/redhat/6.2.json".freeze, "lib/fauxhai/platforms/redhat/6.3.json".freeze, "lib/fauxhai/platforms/redhat/6.4.json".freeze, "lib/fauxhai/platforms/redhat/6.5.json".freeze, "lib/fauxhai/platforms/smartos/5.11.json".freeze, "lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json".freeze, "lib/fauxhai/platforms/suse/11.03.json".freeze, "lib/fauxhai/platforms/ubuntu/10.04.json".freeze, "lib/fauxhai/platforms/ubuntu/12.04.json".freeze, "lib/fauxhai/platforms/ubuntu/13.04.json".freeze, "lib/fauxhai/platforms/ubuntu/13.10.json".freeze, "lib/fauxhai/platforms/ubuntu/14.04.json".freeze, "lib/fauxhai/platforms/windows/2008R2.json".freeze, "lib/fauxhai/runner.rb".freeze, "tmp/.gitkeep".freeze] s.homepage = "https://github.com/customink/fauxhai".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Fauxhai provides an easy way to mock out your ohai data for testing with chefspec!".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end