fir-cli 1.3.9 → 1.4.0

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: 2bbf912845641a3bba9b65e347dc09b761030f09
4
- data.tar.gz: 60f99d26c0763c0d3f64bdf366b4795128615a1f
3
+ metadata.gz: 47d1e0ac63ead35ff04149c8c471bb20818006c6
4
+ data.tar.gz: 9aebd79f93f24e5411b837d4999df922cb7abb3e
5
5
  SHA512:
6
- metadata.gz: 43abbdf9dbf21e34c4e2ff54a5e423ea00d01adb76589dffdb5fdf9a915aca472b30f90450da47f868cf10a7e5a7c10c3d974c583e70d695c23ff3403c43a6c6
7
- data.tar.gz: 9fed8105fb31773f7dc54e282276a6fa295ac449028784ee97e4a3cdf46d24e8b9ba0ba27ca764108484b49a2c0d0e06a38f060da21fcaf8b193fa83bbadc43f
6
+ metadata.gz: 61af691a4a071fd07c68b3b5029d4a7ef95a25736aab7ff6b08b7bc3d0dc18721584434b6b8f100185a8805d31ae753a923991dba1d184bbcd23d6c420936b04
7
+ data.tar.gz: 329ffbcfdacf5bc61b348c9dfa80978c1af63da95fc867d83e1559c5f7ddd619b32a430daa7694041cb47922a71eff296d555eac22aac34a416a95ea9ffe8b3b
data/CHANGELOG CHANGED
@@ -1,5 +1,8 @@
1
1
  ## 更新记录
2
2
 
3
+ ### fir-cli 1.4.0
4
+ - 使用 cli 转换 icon 后不再回调后台 icon 转换器
5
+
3
6
  ### fir-cli 1.3.9
4
7
  - 修正 build 后生成多个 dsym 文件导致上传 bughd 失败的 bug
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.3.9
30
+ ### fir-cli 1.4.0
31
+ - 使用 cli 转换 icon 后不再回调后台 icon 转换器
31
32
  - 修正 build 后生成多个 dsym 文件导致上传 bughd 失败的 bug
32
33
  - 详细更新记录, 请查看: https://github.com/FIRHQ/fir-cli/blob/master/CHANGELOG
33
34
  - [fir-cli](https://github.com/FIRHQ/fir-cli) 已经开源
@@ -60,7 +60,8 @@ module FIR
60
60
  {
61
61
  key: @icon_cert[:key],
62
62
  token: @icon_cert[:token],
63
- file: File.new(uncrushed_icon_path, 'rb')
63
+ file: File.new(uncrushed_icon_path, 'rb'),
64
+ 'x:is_converted' => '1'
64
65
  }
65
66
  end
66
67
 
data/lib/fir/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module FIR
4
- VERSION = '1.3.9'
4
+ VERSION = '1.4.0'
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.3.9
4
+ version: 1.4.0
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 00:00:00.000000000 Z
11
+ date: 2015-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -199,9 +199,10 @@ metadata: {}
199
199
  post_install_message: "\n ______________ ________ ____\n /
200
200
  ____/ _/ __ \\ / ____/ / / _/\n / /_ / // /_/ /_____/ / / / /
201
201
  /\n / __/ _/ // _, _/_____/ /___/ /____/ /\n /_/ /___/_/ |_| \\____/_____/___/\n\n
202
- \ ## 更新记录\n ### fir-cli 1.3.9\n - 修正 build 后生成多个 dsym 文件导致上传 bughd 失败的 bug\n -
203
- 详细更新记录, 请查看: https://github.com/FIRHQ/fir-cli/blob/master/CHANGELOG\n - [fir-cli](https://github.com/FIRHQ/fir-cli)
204
- 已经开源\n - 欢迎 fork, issue 和 pull request\n "
202
+ \ ## 更新记录\n ### fir-cli 1.4.0\n - 使用 cli 转换 icon 后不再回调后台 icon 转换器\n - 修正 build
203
+ 后生成多个 dsym 文件导致上传 bughd 失败的 bug\n - 详细更新记录, 请查看: https://github.com/FIRHQ/fir-cli/blob/master/CHANGELOG\n
204
+ \ - [fir-cli](https://github.com/FIRHQ/fir-cli) 已经开源\n - 欢迎 fork, issue 和 pull
205
+ request\n "
205
206
  rdoc_options: []
206
207
  require_paths:
207
208
  - lib