lhj-tools 0.1.43 → 0.1.44

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: c0aa070fc969536b21400e317179f065d532cf30053fe7b7df257b7424b917cd
4
- data.tar.gz: 79175f251cfed95f6ec032e5ec9a895c6eccc166bf78fc7c23a525ce1506bb25
3
+ metadata.gz: de320e5c5f781422768e61fec7a22189ad9dc43b308f9cbe7302879bd1f31485
4
+ data.tar.gz: cbf5518dd14e32f6d3f5ef7d7bea8da1af676b0690c537049227b4ac0ac17843
5
5
  SHA512:
6
- metadata.gz: 20fb81d28088d33bafba4b3157c8425fabea9ff13f1a7d882e47159a269be27965a6d9d9bc9270e5f1daf47237c07ba390e4353ffea2aa290bbb809d6047a45c
7
- data.tar.gz: 7dc681dc1c0cf85e9c376459f0dae3a0c3fcd94274cb2bc031d4f167d18fa5ef54bb20c7eaee4a524de702e39c76e39e8746408ef5dc10b9a725d4425336ae99
6
+ metadata.gz: 5206f3d577a021d431904d967d1eec6a7ee019902b3e28b69dee5c8ea3169e0acd28a4650421efe2faa0d33ef3dae756d4edac1d391a916bbda1561807af34c8
7
+ data.tar.gz: 546a93073595d5141f706e106d2c2814399ef8a2d747423f57019b4ed5f998aca6d5e52c716550558ee92986a616af41484b4de6acbd37c425ddb3a7a675b53f
@@ -57,9 +57,9 @@ module Lhj
57
57
  'installType' => 2,
58
58
  'file' => Faraday::UploadIO.new(file, 'application/octet-stream')
59
59
  }
60
- upload_with_type(path, file) unless path.empty?
61
60
  begin
62
61
  puts 'begin upload...'
62
+ upload_with_type(path, file) unless path.empty?
63
63
  response = http_client.post API_HOST, params
64
64
  @result = response.body
65
65
  puts @result
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Lhj
4
4
  module Tools
5
- VERSION = "0.1.43"
5
+ VERSION = "0.1.44"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lhj-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.43
4
+ version: 0.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - lihaijian