luna-binary-uploader 0.1.13 → 0.1.14

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: 608a62aecb8dd5d6cf698087cee24847b10617e1240aca9a6437172022b9e9ad
4
- data.tar.gz: 513795f19904b0084ccc51adf8ef93e771197d8e9118b05e0f2df536828e8ccc
3
+ metadata.gz: bddd612b23e7bfb6de168bf2f9abc6556b14137dafee7ff73a3e2cf928e6ee97
4
+ data.tar.gz: c589fc08aeef2efe372393fdfe118f88da5b74a436861787e6726c1285f527a7
5
5
  SHA512:
6
- metadata.gz: 1bef91e202cad493b558e187764bfa65d035ee5338f75b85bc7728474285d5b664a3fbf9802cd2a6b6c9ace2a447bf077963c65fc29d5624df170ad2287041d1
7
- data.tar.gz: c7ca273c584f1507e4c75ba5c71d84fe7f20ff073c26e286d638e4dc38b35d69ab9201ef9512e9a18ce261ccb786bf37ef4b26e113db12b2f8dd1d0d16accc99
6
+ metadata.gz: add61c85f81622de9dd2de34e5ed45ebd4e2211a614e33243fc8d636671d55e7815da1048d5f035282142d3fad04cdd8c2a61480fe5419031ad09e3b68df6b8d
7
+ data.tar.gz: 0ab602dd51b43f73063d98623b004722fb3b68cb5db67169a8781152e5995444e606f589e9826270f1f637ec4aaec840ca8eab11047bde46f8e046671b9c434a
@@ -26,10 +26,10 @@ module Luna
26
26
  zipCommand = "cd #{rootPath};zip -r #{k}.zip #{k}"
27
27
  p zipCommand
28
28
  system zipCommand
29
- # Luna::Binary::Delete.new(k,v).deleteBinaryFramework
30
- # command = "cd #{rootPath};curl #{CBin.config.binary_upload_url} -F \"name=#{k}\" -F \"version=#{v}\" -F \"annotate=#{k}_#{v}_log\" -F \"file=@#{k}.zip\""
31
- # p command
32
- # system command
29
+ Luna::Binary::Delete.new(k,v).deleteBinaryFramework
30
+ command = "cd #{rootPath};curl #{CBin.config.binary_upload_url} -F \"name=#{k}\" -F \"version=#{v}\" -F \"annotate=#{k}_#{v}_log\" -F \"file=@#{k}.zip\""
31
+ p command
32
+ system command
33
33
  end
34
34
  rescue => exception
35
35
  p exception
@@ -1,7 +1,7 @@
1
1
  module Luna
2
2
  module Binary
3
3
  module Uploader
4
- VERSION = "0.1.13"
4
+ VERSION = "0.1.14"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luna-binary-uploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - 车德超