# -*- encoding: utf-8 -*- # stub: fir-cli 2.0.22 ruby lib Gem::Specification.new do |s| s.name = "fir-cli".freeze s.version = "2.0.22".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["NaixSpirit".freeze, "atpking".freeze] s.date = "2024-06-12" s.description = "fir.im command tool, support iOS and Android".freeze s.email = ["atpking@gmail.com".freeze] s.executables = ["console".freeze, "fir".freeze, "setup".freeze] s.files = [".codeclimate.yml".freeze, ".dockerignore".freeze, ".flow-plugin.yml".freeze, ".github/workflows/docker-image.yml".freeze, ".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Dockerfile".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/fir".freeze, "bin/setup".freeze, "doc/help.md".freeze, "doc/info.md".freeze, "doc/install.md".freeze, "doc/login.md".freeze, "doc/publish.md".freeze, "doc/upgrade.md".freeze, "fir-cli.gemspec".freeze, "fir.sh".freeze, "install.sh".freeze, "lib/fir-cli.rb".freeze, "lib/fir.rb".freeze, "lib/fir/api.yml".freeze, "lib/fir/cli.rb".freeze, "lib/fir/patches.rb".freeze, "lib/fir/patches/blank.rb".freeze, "lib/fir/patches/concern.rb".freeze, "lib/fir/patches/default_headers.rb".freeze, "lib/fir/patches/hash.rb".freeze, "lib/fir/patches/instance_variables.rb".freeze, "lib/fir/patches/native_patch.rb".freeze, "lib/fir/patches/os_patch.rb".freeze, "lib/fir/patches/progress.rb".freeze, "lib/fir/patches/try.rb".freeze, "lib/fir/util.rb".freeze, "lib/fir/util/ali_uploader.rb".freeze, "lib/fir/util/app_uploader.rb".freeze, "lib/fir/util/build_apk.rb".freeze, "lib/fir/util/build_common.rb".freeze, "lib/fir/util/build_ipa.rb".freeze, "lib/fir/util/config.rb".freeze, "lib/fir/util/dingtalk_helper.rb".freeze, "lib/fir/util/feishu_helper.rb".freeze, "lib/fir/util/http.rb".freeze, "lib/fir/util/info.rb".freeze, "lib/fir/util/login.rb".freeze, "lib/fir/util/mapping.rb".freeze, "lib/fir/util/me.rb".freeze, "lib/fir/util/parser/aab_analysis.rb".freeze, "lib/fir/util/parser/apk.rb".freeze, "lib/fir/util/parser/bin/pngcrush".freeze, "lib/fir/util/parser/common.rb".freeze, "lib/fir/util/parser/ipa.rb".freeze, "lib/fir/util/parser/pngcrush.rb".freeze, "lib/fir/util/publish.rb".freeze, "lib/fir/util/publisher.rb".freeze, "lib/fir/util/qiniu_uploader.rb".freeze, "lib/fir/util/third_notifier_module.rb".freeze, "lib/fir/version.rb".freeze, "lib/fir/xcode_wrapper.sh".freeze, "lib/fir_cli.rb".freeze, "luckin_coffee.png".freeze, "test/build_ipa_test.rb".freeze, "test/cases/test_apk.apk".freeze, "test/cases/test_apk_txt".freeze, "test/cases/test_ipa.ipa".freeze, "test/cases/test_ipa_dsym".freeze, "test/info_test.rb".freeze, "test/login_test.rb".freeze, "test/mapping_test.rb".freeze, "test/me_test.rb".freeze, "test/publish_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/FIRHQ/fir-cli".freeze s.licenses = ["MIT".freeze] s.post_install_message = "\n ______________ ________ ____\n / ____/ _/ __ \\ / ____/ / / _/\n / /_ / // /_/ /_____/ / / / / /\n / __/ _/ // _, _/_____/ /___/ /____/ /\n /_/ /___/_/ |_| \\____/_____/___/\n\n ##\n - [fir-cli](https://github.com/firhq/fir-cli) \u5DF2\u7ECF\u5F00\u6E90\n - \u6B22\u8FCE fork, issue \u548C pull request\n - \u540C\u65F6\u63D0\u4F9B go \u7248\u672C\u7684 fir-cli \u4E8C\u8FDB\u5236\u7248\u672C\u65E0\u4F9D\u8D56 [fir-cli-go](https://github.com/PGYER/go-fir-cli/releases)\n ".freeze s.rubygems_version = "3.5.10".freeze s.summary = "fir.im command tool".freeze s.test_files = ["test/build_ipa_test.rb".freeze, "test/cases/test_apk.apk".freeze, "test/cases/test_apk_txt".freeze, "test/cases/test_ipa.ipa".freeze, "test/cases/test_ipa_dsym".freeze, "test/info_test.rb".freeze, "test/login_test.rb".freeze, "test/mapping_test.rb".freeze, "test/me_test.rb".freeze, "test/publish_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q<bundler>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<minitest>.freeze, ["~> 5.7".freeze]) s.add_development_dependency(%q<pry>.freeze, ["~> 0.10".freeze]) s.add_runtime_dependency(%q<admqr_knife>.freeze, ["~> 0.2.0".freeze]) s.add_runtime_dependency(%q<thor>.freeze, ["~> 1.2.1".freeze]) s.add_runtime_dependency(%q<rest-client>.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q<ruby_android_apk>.freeze, ["~> 0.7.7.1".freeze]) s.add_runtime_dependency(%q<rqrcode>.freeze, ["~> 0.7".freeze]) s.add_runtime_dependency(%q<rexml>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<CFPropertyList>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<api_tools>.freeze, ["~> 0.1.1".freeze]) end