ikun 1.3.2 → 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
  SHA256:
3
- metadata.gz: 48014f4aa1cef46d7b68a7281dec3bbc040a7974420cf9ca870345e21ea709fa
4
- data.tar.gz: 244ddda343ac5bf05e172f75449aa7aaf9fd8a8a9253b98bf665413817aa5a20
3
+ metadata.gz: 2a94854b9e56d689c785fb3ba5a4f51071acfe00a64065b6456d38ff3b930f4d
4
+ data.tar.gz: 1b8be872f3d3927c91eb866f3d5dbb7931b913480f58ecd0f23ed367b7ce5870
5
5
  SHA512:
6
- metadata.gz: ac2728c2dc8dc6f922d8df62fdca112b69a159e33ace5ac012e1ba86e1997b74696cec155566edfbb07f203626cce0f95592a487f37f71299804cd9c3d22cafd
7
- data.tar.gz: fe40da2138db53316a202329807ee47496e5e9001828dfd83fb3acec41870d85d793f46f71c22582467560f429dd67d80e2a276558164acd7276b2b42be354fd
6
+ metadata.gz: 4717996d297ed03203c8fe1004258d8bc48bb7d326464b5381d8a8a59f037f16e7cae89a497c42c6da23a5d605fbfc1e01887edbd99fe2efb2e0f79336075b10
7
+ data.tar.gz: 38f1ea7e693b5d1ccb104166106401d87be22dc6bef4aaf1c751ec30caf2ef06a445b96f24cb368722ac89aaf5271179643bf7b2c7eabb8053fa9af085f0aeab
data/lib/ikun/command.rb CHANGED
@@ -16,9 +16,9 @@ class Setup < Ikun::Command
16
16
  [
17
17
  ['--shipping', '使用shipping路径的MetaWorldMobile.framework'],
18
18
  ['--branch=CONTAINER_BRANCH', '项目分支, 默认为main分支'],
19
- ['--target=BUSINESS_LINE', '业务线(gpark or 233), 默认为gpark, 不区分大小写.'],
19
+ ['--target=BUSINESS_LINE', '业务线(gpark/233/shindig), 默认为gpark, 不区分大小写.'],
20
20
  ['--ikun-branch', 'ikun使用哪个分支'],
21
- ['--env', '项目环境, target == 233时生效, test/pre/online']
21
+ ['--env', '项目环境, target233/shindig时生效, pre/online']
22
22
  ].concat(super)
23
23
  end
24
24
 
data/lib/ikun/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ikun
2
- VERSION = "1.3.2"
2
+ VERSION = "1.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ikun
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - lei.han
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-11 00:00:00.000000000 Z
11
+ date: 2024-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: claide