fir-cli 1.4.3 → 1.4.4
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 -1
- data/lib/fir/util/publish.rb +1 -0
- data/lib/fir/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88492e7b3365d96d0c3327c8e26c60c538213b6f
|
4
|
+
data.tar.gz: 570581ec73ffa6b3d7b97bf392047b0333fd4498
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a78e1a3bf944283ccf9d8ca59733a2b5386327856d602e7cc2739f8f8d57265b8f9c9193a5af1b90d96f14ac3c30f9f65dd01c06579dd27c22508ada78d487a
|
7
|
+
data.tar.gz: c7367a479a46ebb1844bf2009751fa558db497666df9f30f9410515b2bbdf4f9674420f4e113c527575b354dce0d5ef4334a9daa37b126d295ede9d9b41c5454
|
data/CHANGELOG
CHANGED
data/fir-cli.gemspec
CHANGED
@@ -27,7 +27,8 @@ Gem::Specification.new do |spec|
|
|
27
27
|
/_/ /___/_/ |_| \____/_____/___/
|
28
28
|
|
29
29
|
## 更新记录
|
30
|
-
### fir-cli 1.4.
|
30
|
+
### fir-cli 1.4.4
|
31
|
+
- Publish 时候增加 app 相关信息
|
31
32
|
- 修复 @build_cmd 中的输出显示, 使用 `$?` 获取 Process::Status
|
32
33
|
- 支持远程 git 项目打包编译, enjoy.
|
33
34
|
- `$ fir bi/ba <git ssh url> -B develop -c <changelog> -p`
|
data/lib/fir/util/publish.rb
CHANGED
@@ -112,6 +112,7 @@ module FIR
|
|
112
112
|
|
113
113
|
def fetch_uploading_info
|
114
114
|
logger.info "Fetching #{@app_info[:identifier]}@fir.im uploading info......"
|
115
|
+
logger.info "Uploading app: #{@app_info[:name]}-#{@app_info[:version]}(Build #{@app_info[:build]})"
|
115
116
|
|
116
117
|
post fir_api[:app_url], type: @app_info[:type],
|
117
118
|
bundle_id: @app_info[:identifier],
|
data/lib/fir/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fir-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- NaixSpirit
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -202,11 +202,11 @@ metadata: {}
|
|
202
202
|
post_install_message: "\n ______________ ________ ____\n /
|
203
203
|
____/ _/ __ \\ / ____/ / / _/\n / /_ / // /_/ /_____/ / / / /
|
204
204
|
/\n / __/ _/ // _, _/_____/ /___/ /____/ /\n /_/ /___/_/ |_| \\____/_____/___/\n\n
|
205
|
-
\ ## 更新记录\n ### fir-cli 1.4.
|
206
|
-
\
|
207
|
-
-p`\n - 详细更新记录, 请查看: https://github.com/FIRHQ/fir-cli/blob/master/CHANGELOG\n
|
208
|
-
[fir-cli](https://github.com/FIRHQ/fir-cli) 已经开源\n - 欢迎 fork, issue 和 pull
|
209
|
-
\
|
205
|
+
\ ## 更新记录\n ### fir-cli 1.4.4\n - Publish 时候增加 app 相关信息\n - 修复 @build_cmd 中的输出显示,
|
206
|
+
使用 `$?` 获取 Process::Status\n - 支持远程 git 项目打包编译, enjoy.\n - `$ fir bi/ba <git ssh
|
207
|
+
url> -B develop -c <changelog> -p`\n - 详细更新记录, 请查看: https://github.com/FIRHQ/fir-cli/blob/master/CHANGELOG\n
|
208
|
+
\ - [fir-cli](https://github.com/FIRHQ/fir-cli) 已经开源\n - 欢迎 fork, issue 和 pull
|
209
|
+
request\n "
|
210
210
|
rdoc_options: []
|
211
211
|
require_paths:
|
212
212
|
- lib
|