# -*- encoding: utf-8 -*- # stub: fir-cli 1.3.0 ruby lib Gem::Specification.new do |s| s.name = "fir-cli".freeze s.version = "1.3.0".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] s.date = "2015-10-14" s.description = "fir.im command tool, support iOS and Android".freeze s.email = ["dev@fir.im".freeze] s.executables = ["fir".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/fir".freeze, "fir-cli.gemspec".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/concern.rb".freeze, "lib/fir/patches/native_patch.rb".freeze, "lib/fir/patches/os_patch.rb".freeze, "lib/fir/util.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/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/apk.rb".freeze, "lib/fir/util/parser/common.rb".freeze, "lib/fir/util/parser/ipa.rb".freeze, "lib/fir/util/publish.rb".freeze, "lib/fir/version.rb".freeze, "lib/fir_cli.rb".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 = "http://blog.fir.im/fir_cli".freeze s.licenses = ["MIT".freeze] s.post_install_message = "\n ______________ ________ ____\n / ____/ _/ __ \\ / ____/ / / _/\n / /_ / // /_/ /_____/ / / / / /\n / __/ _/ // _, _/_____/ /___/ /____/ /\n /_/ /___/_/ |_| \\____/_____/___/\n\n ## \u66F4\u65B0\u8BB0\u5F55\n ### fir-cli 1.3.0\n - \u4FEE\u590D\u6307\u5B9A output_path \u540E, publish \u9ED8\u8BA4\u67E5\u627E\u7B2C\u4E00\u4E2A app \u7684 bug\n - \u8BE6\u7EC6\u66F4\u65B0\u8BB0\u5F55, \u8BF7\u67E5\u770B: https://github.com/FIRHQ/fir-cli/blob/master/CHANGELOG\n - [fir-cli](https://github.com/FIRHQ/fir-cli) \u5DF2\u7ECF\u5F00\u6E90\n - \u6B22\u8FCE fork, issue \u548C pull request\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.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.19".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7".freeze]) end