luna-binary-uploader 0.1.2 → 0.1.3

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: fdf3910fb738057554515aac9ecd91ce6a86f8fce2720e27fd050e9e04216b74
4
- data.tar.gz: 4e5efdedf0dd045eb0c591b7242b29aa4c625ce91add1714411909d5ecf61b66
3
+ metadata.gz: 84e392814f97c1e19ce1d09e4bb06c0bea4175b69c053b7a6b304d9ce72a0910
4
+ data.tar.gz: 814189268751d9c3050cd0ed1f369e06c2c91852003b56d8a6bfe2ea79e1aeae
5
5
  SHA512:
6
- metadata.gz: 21610a08fefcd450ecc7db97c0fbbd8819f6ca05271a0dad8f1d0d86d7801ac2517a82a303ae3bc8774049cf1cdef0423282e62dac2a7ce5b8d54c9ae838f982
7
- data.tar.gz: 0f6b63c16350925aabb3beb53f21e93408d19f8721d740a19c0fbe05f629eb697716397f4da043e973f2fe2e7ec1c47d2ca0f4e0eeb539f253a81b4d80c7c4a3
6
+ metadata.gz: 5359a7be828f8fa9d844af66aadd3775019cf2a286ee54dca197ee35a66d55d3b06ffbbd1e92304dac6516d57d7af3b70117d09e89b6fcbb92beaf062ecf9b5d
7
+ data.tar.gz: 65612d7f6540f26f9de5819bd90bc7bf02bf82b97bdb769fff2b524377c95366d9dc7e6cc02d9d0fc150f52a8ea75f1a9ac1740581bcd12118ae142650679609
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- luna-binary-uploader (0.1.22)
4
+ luna-binary-uploader (0.1.2)
5
5
  cocoapods
6
6
  cocoapods-generate (~> 2.0.1)
7
7
  cocoapods-imy-bin (= 0.3.1.3)
@@ -115,7 +115,7 @@ GEM
115
115
  cucumber-messages (~> 17.0, >= 17.0.1)
116
116
  diff-lcs (1.4.4)
117
117
  escape (0.0.4)
118
- ethon (0.14.0)
118
+ ethon (0.15.0)
119
119
  ffi (>= 1.15.0)
120
120
  ffi (1.15.4)
121
121
  fourflusher (2.3.1)
@@ -125,7 +125,7 @@ GEM
125
125
  httpclient (2.8.3)
126
126
  i18n (1.8.10)
127
127
  concurrent-ruby (~> 1.0)
128
- json (2.5.1)
128
+ json (2.6.0)
129
129
  mime-types (3.3.1)
130
130
  mime-types-data (~> 3.2015)
131
131
  mime-types-data (3.2021.0901)
data/bin/lbu CHANGED
@@ -6,7 +6,6 @@ require "luna/binary/delete"
6
6
  require "luna/binary/analysis"
7
7
  require "luna/binary/refresh"
8
8
  require "luna/binary/build"
9
- require "luna/binary/DSL/uploader_DSL"
10
9
  require 'gli'
11
10
 
12
11
  # You can add fixtures and/or initialization code here to make experimenting
@@ -1,7 +1,7 @@
1
1
  module Luna
2
2
  module Binary
3
3
  module Uploader
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 车德超