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 +4 -4
- data/Gemfile.lock +1 -1
- data/bin/lbu +5 -2
- data/lib/luna/binary/uploader/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34ab8b047090d75fa5271d54235b4d41606bb096480e096a9f15107b4f736e1f
|
|
4
|
+
data.tar.gz: f41390fd6a5b7aa8015d192baf5c116a3de0e2963cce0eda7c469f6ca1d2c403
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61a5cf56fb25d762b0ebcbc959e1cae3647702af35be552b3a3ece517c6aa5d3a85b20843cfde44d208bf50076c4901132da2a1582d9e492edbfa127c861a171
|
|
7
|
+
data.tar.gz: bf0bea03b4437d83c7b5431e574c1e8bf694837c9d4220a714dd02a099983c3907c14f355f9475a61314eaef57718429793764ce15b2b6df8c81e3af0578d49e
|
data/Gemfile.lock
CHANGED
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
|
-
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2021-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|