flow-cli 0.0.5 → 0.0.6

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: bbcb5bcae47d4673d9db2c6ccde08c12254061c9
4
- data.tar.gz: bb10fb044569cac4a529197a0f171f6ec134dac1
3
+ metadata.gz: 48d5643f471acdc59e639f673bd7e55e935effbf
4
+ data.tar.gz: e87fcaa448f2f16f3c0e2f30176f56711bc8b4da
5
5
  SHA512:
6
- metadata.gz: d673f1c6c05b792493422c6313175a1e2626a1fca5a7a10e1179ca036f76d82de1af38750344cbe8ed4321859059c1459431438d0bbef463dda979d31b3b99d8
7
- data.tar.gz: e90a96a7b7d56d34f93a34954b879ae7a7a9dbbed500db6a859bbd3c4b3a25d3f783420d5a7496103085b848aa6319d15df722ef34307a130debb0f88b6a3875
6
+ metadata.gz: 2ccfe63966f8268d136b5386ccfffd7e796d08ce2afe81be50057859be0b15384621814674bf967bae5e2c6f726a90e99f37b3f24f23dd434a9aed8e37c79214
7
+ data.tar.gz: 767d2abaa5689eae0397594a200d707b34641d5ad155c51d54e4ea0f82638bfff8557e22fdf485b1c7510803b173ceaa1910a890522ea22f3fbada7bb52d18d4
data/flow-cli.gemspec CHANGED
@@ -32,9 +32,8 @@ Gem::Specification.new do |spec|
32
32
  ****************************************************
33
33
  这是 flow.ci CLI 的早期版本,暂时只支持 ios 项目
34
34
 
35
- 0.0.4 版本修正 在执行一些remote 指令,如果没登录,会报错的问题 另附增加 remote reset 指令
36
- 0.0.3 版本新增 flow-cli remote 系列指令,支持传证书,传provisions 文件
37
-
35
+ https://github.com/FIRHQ/flow-cli
36
+
38
37
  )
39
38
 
40
39
  spec.add_development_dependency "bundler", "~> 1.14"
@@ -26,7 +26,11 @@ module Flow::Cli
26
26
  File.open(FLOW_YML_NAME, "wb") do |file|
27
27
  file.write(str)
28
28
  end
29
+ @cmd_helper.echo str
29
30
  @cmd_helper.puts_warning "yaml created...\n#{str}"
31
+ @cmd_helper.puts_warning "*" * 20
32
+ @cmd_helper.puts_warning " run 'mv flow.yml .flow.yml && git add .flow.yml' if you know WHAT IS '.flow.yml' "
33
+ @cmd_helper.puts_warning "*" * 20
30
34
  end
31
35
 
32
36
  desc "run_build_script", "run flow yml build script"
@@ -16,11 +16,13 @@ module Flow::Cli
16
16
  desc "help_ios_init", 'how to fetch provisions, p12 files'
17
17
  def help_ios_init
18
18
  @cmd_helper.echo_warning %(when you build ios project, you should upload p12 and provision to flow ci project
19
+
19
20
  followed this website to build p12 and provision files
21
+
20
22
  http://docs.flow.ci/en/upload_certificate_and_provisioning_profiles.html (EN)
21
- http://docs.flow.ci/zh/upload_certificate_and_provisioning_profiles.html (中文)
23
+ http://docs.flow.ci/zh/upload_certificate_and_provisioning_profiles.htm (ZH)
22
24
 
23
- finally,
25
+ when you exported p12s and provisons correctly,
24
26
  run `flow-cli remote upload_p12 FILE` and `flow-cli remote upload_provision FILE` to upload the files.
25
27
  )
26
28
  end
@@ -1,5 +1,5 @@
1
1
  module Flow
2
2
  module Cli
3
- VERSION = "0.0.5".freeze
3
+ VERSION = "0.0.6".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flow-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - atpking
@@ -213,8 +213,7 @@ post_install_message: "\n _____ _ _____ ______ ___ ____ _ ___
213
213
  \\ /\\ / / | | | | | | | | |\n | _| | |__| |_| |\\ V V /| |___ | | |
214
214
  |___| |___ | |\n |_| |_____\\___/ \\_/\\_/(_)____|___| \\____|_____|___|\n\n
215
215
  ****************************************************\n 这是 flow.ci CLI 的早期版本,暂时只支持
216
- ios 项目\n\n0.0.4 版本修正 在执行一些remote 指令,如果没登录,会报错的问题 另附增加 remote reset 指令\n0.0.3 版本新增
217
- flow-cli remote 系列指令,支持传证书,传provisions 文件\n\n "
216
+ ios 项目\n\n https://github.com/FIRHQ/flow-cli\n \n "
218
217
  rdoc_options: []
219
218
  require_paths:
220
219
  - lib