luna-binary-uploader 0.1.25 → 0.1.26

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: 69f6dde43552f8b6f3c016abed8c0efe2df08f975afebd16d5d15786059564b7
4
- data.tar.gz: 449f282e177e6d6125dde7672ad3cdf1b34e114cefc32b0f6e3f9bc417629558
3
+ metadata.gz: 34ab8b047090d75fa5271d54235b4d41606bb096480e096a9f15107b4f736e1f
4
+ data.tar.gz: f41390fd6a5b7aa8015d192baf5c116a3de0e2963cce0eda7c469f6ca1d2c403
5
5
  SHA512:
6
- metadata.gz: 9b28579c5ffa2121188c4f96b9dd6a660cf4a4948ce5b500556d82e5650a39e1c8c7a14b1da7d5b6086a438780ab61d11271fd43d7d45474495f8af1929544a2
7
- data.tar.gz: 6bfba261965ef5bc34e54746fc1c45e34e4d86aee2c83eccbf7d49701148d29519671d84f1656ed860e2d695ed639dd559f111b33abf51e831e1fb87c34131a2
6
+ metadata.gz: 61a5cf56fb25d762b0ebcbc959e1cae3647702af35be552b3a3ece517c6aa5d3a85b20843cfde44d208bf50076c4901132da2a1582d9e492edbfa127c861a171
7
+ data.tar.gz: bf0bea03b4437d83c7b5431e574c1e8bf694837c9d4220a714dd02a099983c3907c14f355f9475a61314eaef57718429793764ce15b2b6df8c81e3af0578d49e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- luna-binary-uploader (0.1.25)
4
+ luna-binary-uploader (0.1.26)
5
5
  cocoapods
6
6
  cocoapods-generate (~> 2.0.1)
7
7
  cocoapods-imy-bin (= 0.3.1.3)
data/bin/lbu CHANGED
@@ -193,10 +193,13 @@ class App
193
193
  c.desc '是否需要build, 不需要的话 -n or --no'
194
194
  c.switch [:n,:no]
195
195
  c.action do |global_options,options,args|
196
- help_now!('args is required') if args.empty?
197
196
  if options[:no]
198
197
  update = Luna::Binary::Update.new()
199
- update.binary_path = Luna::Binary::Common.instance.binary_path_merged
198
+ if args[0] != nil
199
+ update.binary_path = args[0]
200
+ else
201
+ update.binary_path = Luna::Binary::Common.instance.binary_path_merged
202
+ end
200
203
  update.run
201
204
  else
202
205
  help_now!('workspace is required') if args[0] == nil
@@ -1,7 +1,7 @@
1
1
  module Luna
2
2
  module Binary
3
3
  module Uploader
4
- VERSION = "0.1.25"
4
+ VERSION = "0.1.26"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luna-binary-uploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - 车德超
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-20 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake