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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e73b38c12331388fabf2dc64bf168d52ff074f9f
4
- data.tar.gz: 60b5c1be64eb56ef2850715d96e575ceb62ff6f6
3
+ metadata.gz: 88492e7b3365d96d0c3327c8e26c60c538213b6f
4
+ data.tar.gz: 570581ec73ffa6b3d7b97bf392047b0333fd4498
5
5
  SHA512:
6
- metadata.gz: 75d388ecdd75e18d3404ab6632094ce31d4bd7aeda1dd2e7366de495466efba574b065c0bf58f3f1952e1544a7aecd5b17a3cae82df43eb2362272985a070d07
7
- data.tar.gz: 20f695aac34c9f67fcdfc55d51919e6fd239c4a66d71e5bb55aebea1f99891c466e6616bbbcc646f533c910ce9818adce8b89e06a0593b697d440df70283bacd
6
+ metadata.gz: 9a78e1a3bf944283ccf9d8ca59733a2b5386327856d602e7cc2739f8f8d57265b8f9c9193a5af1b90d96f14ac3c30f9f65dd01c06579dd27c22508ada78d487a
7
+ data.tar.gz: c7367a479a46ebb1844bf2009751fa558db497666df9f30f9410515b2bbdf4f9674420f4e113c527575b354dce0d5ef4334a9daa37b126d295ede9d9b41c5454
data/CHANGELOG CHANGED
@@ -1,5 +1,8 @@
1
1
  ## 更新记录
2
2
 
3
+ ### fir-cli 1.4.4
4
+ - Publish 时候增加 app 相关信息
5
+
3
6
  ### fir-cli 1.4.3
4
7
  - 修复 @build_cmd 中的输出显示, 使用 `$?` 获取 Process::Status
5
8
 
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.3
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`
@@ -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
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module FIR
4
- VERSION = '1.4.3'
4
+ VERSION = '1.4.4'
5
5
  end
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.3
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-20 00:00:00.000000000 Z
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.3\n - 修复 @build_cmd 中的输出显示, 使用 `$?` 获取 Process::Status\n
206
- \ - 支持远程 git 项目打包编译, enjoy.\n - `$ fir bi/ba <git ssh url> -B develop -c <changelog>
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 request\n
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