# -*- encoding: utf-8 -*- # stub: corefoundation 0.3.10 ruby lib Gem::Specification.new do |s| s.name = "corefoundation".freeze s.version = "0.3.10".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Frederick Cheung".freeze, "Chef Software, Inc.".freeze] s.date = "2022-01-13" s.description = "Ruby wrapper for macOS Core Foundation framework".freeze s.email = ["frederick.cheung@gmail.com".freeze, "oss@chef.io".freeze] s.files = ["LICENSE".freeze, "lib/corefoundation.rb".freeze, "lib/corefoundation/array.rb".freeze, "lib/corefoundation/base.rb".freeze, "lib/corefoundation/boolean.rb".freeze, "lib/corefoundation/data.rb".freeze, "lib/corefoundation/date.rb".freeze, "lib/corefoundation/dictionary.rb".freeze, "lib/corefoundation/exceptions.rb".freeze, "lib/corefoundation/memory.rb".freeze, "lib/corefoundation/null.rb".freeze, "lib/corefoundation/number.rb".freeze, "lib/corefoundation/preferences.rb".freeze, "lib/corefoundation/range.rb".freeze, "lib/corefoundation/refinements.rb".freeze, "lib/corefoundation/register.rb".freeze, "lib/corefoundation/string.rb".freeze, "lib/corefoundation/version.rb".freeze] s.homepage = "http://github.com/chef/corefoundation".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper for macOS Core Foundation framework".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.15.0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["= 2.2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end