fir-cli 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG +3 -0
- data/fir-cli.gemspec +2 -8
- data/lib/fir/patches/native_patch.rb +10 -0
- data/lib/fir/util/publish.rb +1 -1
- data/lib/fir/version.rb +1 -1
- data/test/build_ipa_test.rb +1 -1
- data/test/mapping_test.rb +1 -1
- metadata +4 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1cc30a7a258c5ed2349009e07307b42bc69d076
|
4
|
+
data.tar.gz: d2b79e6409a92803b19401771eb47881df1d5eca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d58f484f0618482a0502fa39bfcd87f5877e9c209363343548f9100da03caee367efbe791a893c07b9f78cac4232fa6100c23d63daef6df042a81318db818a2
|
7
|
+
data.tar.gz: d5ac3c65f17bbe158f07b98ed7b95e72515635bb0c9e1c03415243835e8b058608a570dff2f017b00886d21e962be6413b552b62c08af8beb1d7676549469f88
|
data/CHANGELOG
CHANGED
data/fir-cli.gemspec
CHANGED
@@ -28,17 +28,11 @@ Gem::Specification.new do |spec|
|
|
28
28
|
/_/ /___/_/ |_| \____/_____/___/
|
29
29
|
|
30
30
|
## 更新记录
|
31
|
-
### FIR-CLI 1.2.
|
31
|
+
### FIR-CLI 1.2.2
|
32
32
|
- 完全兼容新版 API ✔
|
33
33
|
- 请使用新版 API Token
|
34
34
|
- 新版 API Token 查看地址: `http://fir.im/user/info`
|
35
|
-
-
|
36
|
-
- 有以下三种方式上传符号表(目前已经支持 dSYM 和 txt 两种格式的符号表文件上传, 并自动处理大文件压缩)
|
37
|
-
- 1. 指定 version 和 build 上传: `fir m <mapping file path> -P <bughd project id> -v <app version> -b <app build> -T <your api token>`
|
38
|
-
- 2. 在 publish 的时候自动上传: `fir p <app file path> -m <mapping file path> -P <bughd project id> -T <your api token>`
|
39
|
-
- 3. 在 build_ipa 的时候自动上传: `fir b <project dir> -P <bughd project id> -M -p -T <your api token>`
|
40
|
-
- 支持 gradle 打包 apk 文件并自动上传至 fir.im, `fir build_apk(alias ba)`
|
41
|
-
- `fir ba <project dir> [-o <apk output dir> -c <changelog> -p -T <your api token>]`
|
35
|
+
- 修正不同系统非 UTF-8 编码问题
|
42
36
|
- [fir-cli](https://github.com/FIRHQ/fir-cli) 已经开源, 欢迎 fork, issue 和 pull request
|
43
37
|
)
|
44
38
|
|
data/lib/fir/util/publish.rb
CHANGED
@@ -6,7 +6,7 @@ module FIR
|
|
6
6
|
def publish *args, options
|
7
7
|
@file_path = File.absolute_path(args.first.to_s)
|
8
8
|
@token = options[:token] || current_token
|
9
|
-
@changelog = options[:changelog].to_s
|
9
|
+
@changelog = options[:changelog].to_s.to_utf8
|
10
10
|
@short = options[:short].to_s
|
11
11
|
|
12
12
|
check_supported_file_and_token
|
data/lib/fir/version.rb
CHANGED
data/test/build_ipa_test.rb
CHANGED
data/test/mapping_test.rb
CHANGED
@@ -9,7 +9,7 @@ class MappingTest < Minitest::Test
|
|
9
9
|
build: '1'
|
10
10
|
}
|
11
11
|
|
12
|
-
if ENV['
|
12
|
+
if ENV['MAPPING_TEST']
|
13
13
|
assert FIR.mapping(default_dsym_mapping, options.merge(proj: default_bughd_project_ios_id))
|
14
14
|
assert FIR.mapping(default_txt_mapping, options.merge(proj: default_bughd_project_android_id))
|
15
15
|
assert FIR.mapping(bigger_txt_mapping, options.merge(proj: default_bughd_project_android_id))
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fir-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- FIR.im
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-08-
|
12
|
+
date: 2015-08-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -181,15 +181,8 @@ metadata: {}
|
|
181
181
|
post_install_message: "\n ______________ ________ ____\n /
|
182
182
|
____/ _/ __ \\ / ____/ / / _/\n / /_ / // /_/ /_____/ / / / /
|
183
183
|
/\n / __/ _/ // _, _/_____/ /___/ /____/ /\n /_/ /___/_/ |_| \\____/_____/___/\n\n
|
184
|
-
\ ## 更新记录\n ### FIR-CLI 1.2.
|
185
|
-
Token 查看地址: `http://fir.im/user/info`\n -
|
186
|
-
有以下三种方式上传符号表(目前已经支持 dSYM 和 txt 两种格式的符号表文件上传, 并自动处理大文件压缩)\n - 1. 指定 version 和
|
187
|
-
build 上传: `fir m <mapping file path> -P <bughd project id> -v <app version> -b <app
|
188
|
-
build> -T <your api token>`\n - 2. 在 publish 的时候自动上传: `fir p <app file path>
|
189
|
-
-m <mapping file path> -P <bughd project id> -T <your api token>`\n - 3. 在 build_ipa
|
190
|
-
的时候自动上传: `fir b <project dir> -P <bughd project id> -M -p -T <your api token>`\n
|
191
|
-
\ - 支持 gradle 打包 apk 文件并自动上传至 fir.im, `fir build_apk(alias ba)`\n - `fir ba <project
|
192
|
-
dir> [-o <apk output dir> -c <changelog> -p -T <your api token>]`\n - [fir-cli](https://github.com/FIRHQ/fir-cli)
|
184
|
+
\ ## 更新记录\n ### FIR-CLI 1.2.2\n - 完全兼容新版 API ✔\n - 请使用新版 API Token\n - 新版 API
|
185
|
+
Token 查看地址: `http://fir.im/user/info`\n - 修正不同系统非 UTF-8 编码问题\n - [fir-cli](https://github.com/FIRHQ/fir-cli)
|
193
186
|
已经开源, 欢迎 fork, issue 和 pull request\n "
|
194
187
|
rdoc_options: []
|
195
188
|
require_paths:
|