# -*- encoding: utf-8 -*- # stub: fauxhai-ng 9.0.1 ruby lib Gem::Specification.new do |s| s.name = "fauxhai-ng".freeze s.version = "9.0.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, "Tim Smith".freeze] s.date = "2021-11-01" s.description = "Easily mock out ohai data".freeze s.email = ["sethvargo@gmail.com".freeze, "tsmith84@gmail.com".freeze] s.executables = ["fauxhai".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "bin/fauxhai".freeze, "fauxhai-ng.gemspec".freeze, "lib/.DS_Store".freeze, "lib/fauxhai.rb".freeze, "lib/fauxhai/.DS_Store".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/.DS_Store".freeze, "lib/fauxhai/platforms/aix/7.1.json".freeze, "lib/fauxhai/platforms/aix/7.2.json".freeze, "lib/fauxhai/platforms/amazon/.DS_Store".freeze, "lib/fauxhai/platforms/amazon/2.json".freeze, "lib/fauxhai/platforms/amazon/2018.03.json".freeze, "lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json".freeze, "lib/fauxhai/platforms/centos/.DS_Store".freeze, "lib/fauxhai/platforms/centos/6.10.json".freeze, "lib/fauxhai/platforms/centos/7.7.1908.json".freeze, "lib/fauxhai/platforms/centos/7.8.2003.json".freeze, "lib/fauxhai/platforms/centos/8.json".freeze, "lib/fauxhai/platforms/chefspec/0.6.1.json".freeze, "lib/fauxhai/platforms/clearos/7.4.json".freeze, "lib/fauxhai/platforms/debian/.DS_Store".freeze, "lib/fauxhai/platforms/debian/10.json".freeze, "lib/fauxhai/platforms/debian/11.json".freeze, "lib/fauxhai/platforms/debian/9.11.json".freeze, "lib/fauxhai/platforms/debian/9.12.json".freeze, "lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json".freeze, "lib/fauxhai/platforms/fedora/.DS_Store".freeze, "lib/fauxhai/platforms/fedora/31.json".freeze, "lib/fauxhai/platforms/fedora/32.json".freeze, "lib/fauxhai/platforms/freebsd/11.2.json".freeze, "lib/fauxhai/platforms/freebsd/12.1.json".freeze, "lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json".freeze, "lib/fauxhai/platforms/linuxmint/19.0.json".freeze, "lib/fauxhai/platforms/mac_os_x/.DS_Store".freeze, "lib/fauxhai/platforms/mac_os_x/10.14.json".freeze, "lib/fauxhai/platforms/mac_os_x/10.15.json".freeze, "lib/fauxhai/platforms/mac_os_x/11.0.json".freeze, "lib/fauxhai/platforms/openbsd/6.2.json".freeze, "lib/fauxhai/platforms/opensuse/.DS_Store".freeze, "lib/fauxhai/platforms/opensuse/15.2.json".freeze, "lib/fauxhai/platforms/oracle/6.10.json".freeze, "lib/fauxhai/platforms/oracle/7.5.json".freeze, "lib/fauxhai/platforms/oracle/7.6.json".freeze, "lib/fauxhai/platforms/raspbian/10.json".freeze, "lib/fauxhai/platforms/redhat/.DS_Store".freeze, "lib/fauxhai/platforms/redhat/6.10.json".freeze, "lib/fauxhai/platforms/redhat/7.7.json".freeze, "lib/fauxhai/platforms/redhat/7.8.json".freeze, "lib/fauxhai/platforms/redhat/8.json".freeze, "lib/fauxhai/platforms/smartos/5.11.json".freeze, "lib/fauxhai/platforms/solaris2/5.11.json".freeze, "lib/fauxhai/platforms/suse/.DS_Store".freeze, "lib/fauxhai/platforms/suse/12.4.json".freeze, "lib/fauxhai/platforms/suse/12.5.json".freeze, "lib/fauxhai/platforms/suse/15.json".freeze, "lib/fauxhai/platforms/ubuntu/.DS_Store".freeze, "lib/fauxhai/platforms/ubuntu/16.04.json".freeze, "lib/fauxhai/platforms/ubuntu/18.04.json".freeze, "lib/fauxhai/platforms/ubuntu/20.04.json".freeze, "lib/fauxhai/platforms/windows/.DS_Store".freeze, "lib/fauxhai/platforms/windows/10.json".freeze, "lib/fauxhai/platforms/windows/2012.json".freeze, "lib/fauxhai/platforms/windows/2012R2.json".freeze, "lib/fauxhai/platforms/windows/2016.json".freeze, "lib/fauxhai/platforms/windows/2019.json".freeze, "lib/fauxhai/platforms/windows/8.1.json".freeze, "lib/fauxhai/runner.rb".freeze, "lib/fauxhai/runner/default.rb".freeze, "lib/fauxhai/runner/windows.rb".freeze, "lib/fauxhai/version.rb".freeze] s.homepage = "https://github.com/chefspec/fauxhai".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3".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_development_dependency(%q.freeze, [">= 13.0".freeze]) s.add_development_dependency(%q.freeze, [">= 13.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.2".freeze]) end