# -*- encoding: utf-8 -*- # stub: xcode-install 2.6.8 ruby lib Gem::Specification.new do |s| s.name = "xcode-install".freeze s.version = "2.6.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Boris Bu\u0308gling".freeze] s.date = "2020-11-30" s.description = "Download, install and upgrade Xcodes with ease.".freeze s.email = ["boris@icculus.org".freeze] s.executables = ["xcversion".freeze, "\u{1F389}".freeze] s.files = [".circleci/config.yml".freeze, ".gitattributes".freeze, ".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/xcversion".freeze, "bin/\u{1F389}".freeze, "lib/xcode/install.rb".freeze, "lib/xcode/install/cleanup.rb".freeze, "lib/xcode/install/cli.rb".freeze, "lib/xcode/install/command.rb".freeze, "lib/xcode/install/install.rb".freeze, "lib/xcode/install/installed.rb".freeze, "lib/xcode/install/list.rb".freeze, "lib/xcode/install/select.rb".freeze, "lib/xcode/install/selected.rb".freeze, "lib/xcode/install/simulators.rb".freeze, "lib/xcode/install/uninstall.rb".freeze, "lib/xcode/install/update.rb".freeze, "lib/xcode/install/version.rb".freeze, "spec/cli_spec.rb".freeze, "spec/curl_spec.rb".freeze, "spec/fixtures/devcenter/xcode-20150414.html".freeze, "spec/fixtures/devcenter/xcode-20150427.html".freeze, "spec/fixtures/devcenter/xcode-20150508.html".freeze, "spec/fixtures/devcenter/xcode-20150601.html".freeze, "spec/fixtures/devcenter/xcode-20150608.html".freeze, "spec/fixtures/devcenter/xcode-20150624.html".freeze, "spec/fixtures/devcenter/xcode-20150909.html".freeze, "spec/fixtures/devcenter/xcode-20160601.html".freeze, "spec/fixtures/devcenter/xcode-20160705-alt.html".freeze, "spec/fixtures/devcenter/xcode-20160705.html".freeze, "spec/fixtures/devcenter/xcode-20160922.html".freeze, "spec/fixtures/devcenter/xcode-20161024.html".freeze, "spec/fixtures/hdiutil.plist".freeze, "spec/fixtures/mail-verify.html".freeze, "spec/fixtures/not_registered_as_developer.json".freeze, "spec/fixtures/xcode.json".freeze, "spec/fixtures/xcode_63.json".freeze, "spec/fixtures/yolo.json".freeze, "spec/install_spec.rb".freeze, "spec/installed_spec.rb".freeze, "spec/installer_spec.rb".freeze, "spec/json_spec.rb".freeze, "spec/list_spec.rb".freeze, "spec/prerelease_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/uninstall_spec.rb".freeze, "xcode-install.gemspec".freeze] s.homepage = "https://github.com/neonichu/xcode-install".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Xcode installation manager.".freeze s.test_files = ["spec/cli_spec.rb".freeze, "spec/curl_spec.rb".freeze, "spec/fixtures/devcenter/xcode-20150414.html".freeze, "spec/fixtures/devcenter/xcode-20150427.html".freeze, "spec/fixtures/devcenter/xcode-20150508.html".freeze, "spec/fixtures/devcenter/xcode-20150601.html".freeze, "spec/fixtures/devcenter/xcode-20150608.html".freeze, "spec/fixtures/devcenter/xcode-20150624.html".freeze, "spec/fixtures/devcenter/xcode-20150909.html".freeze, "spec/fixtures/devcenter/xcode-20160601.html".freeze, "spec/fixtures/devcenter/xcode-20160705-alt.html".freeze, "spec/fixtures/devcenter/xcode-20160705.html".freeze, "spec/fixtures/devcenter/xcode-20160922.html".freeze, "spec/fixtures/devcenter/xcode-20161024.html".freeze, "spec/fixtures/hdiutil.plist".freeze, "spec/fixtures/mail-verify.html".freeze, "spec/fixtures/not_registered_as_developer.json".freeze, "spec/fixtures/xcode.json".freeze, "spec/fixtures/xcode_63.json".freeze, "spec/fixtures/yolo.json".freeze, "spec/install_spec.rb".freeze, "spec/installed_spec.rb".freeze, "spec/installer_spec.rb".freeze, "spec/json_spec.rb".freeze, "spec/list_spec.rb".freeze, "spec/prerelease_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/uninstall_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.9.1".freeze, "< 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.1.0".freeze, "< 3.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, [">= 12.3.3".freeze]) end