luna-binary-uploader 0.1.9 → 0.1.11

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: 1a03d35e87f54eca095c221a1535e39d2319c1884a6ffbc1ea806129adc19dcb
4
- data.tar.gz: 67f72c5ce3ab92944e6ec00a980bb2beb3ce23cd2666080de36cc4224a58dd40
3
+ metadata.gz: 2be18823676fca9bb18233b751f1d371a60534c07e54caa1a14b72fb8c040e89
4
+ data.tar.gz: c81637d974e0d35cc8e9de5464618ff7198c055430b07599877c20f1b6102e00
5
5
  SHA512:
6
- metadata.gz: 44719841721dadc7c2a5184dd7d2a98db3dbf8a1425670eb8858054f9b798231730a682df9f57429c1c310db08ae11702cd4bc18cf1125146a528f50578d20f3
7
- data.tar.gz: 2b7c868e1a058c008d7be8188eb20416485814a311d556c1773ae6f4c6e81b9f413542b033de9c8028e3f8ec4250e65bfcd2c882ab95bd6daa2cbe495e41ed02
6
+ metadata.gz: 350e9c4a52c80b9f4aa77e589783c10c1a0240b1c0151ca87771d0478244af4109219a247b535804453c6bbb577f157738a72f57ab7d678afbebe4ff699634c1
7
+ data.tar.gz: cbcb31fa3171119886fce5a62f25643200a15ceb317e6c43e3e2d60cc009481f7ac051c86aa916369a34db4ddff30444309a855a990ea50b2bccd45dc4c53986
data/.gitignore CHANGED
@@ -6,4 +6,9 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
- Gemfile.lock
9
+ Gemfile.lock
10
+ Podfile
11
+ Podfile.lock
12
+ temp-luna-uploader/
13
+ vendor/
14
+ Embed/
@@ -27,6 +27,7 @@ module Luna
27
27
  end
28
28
  }
29
29
  if repoPath == nil
30
+ p '没找到repo路径'
30
31
  raise '没找到repo路径'
31
32
  end
32
33
  return repoPath
@@ -41,7 +41,7 @@ module Luna
41
41
  uploader = Luna::Binary::Uploader::SingleUploader.new(moduleName, "", "", binary_path)
42
42
  uploader.specification=Pod::Specification.from_file(pathArr.first)
43
43
  uploader.specificationWork
44
- localPathMapper[moduleName] = pathArr.first
44
+ successList<<uploader
45
45
  end
46
46
 
47
47
  elsif gitURL && tag && !moduleName["/"]
@@ -75,6 +75,7 @@ module Luna
75
75
  }
76
76
 
77
77
  successList.each { |item|
78
+ Pod::UserInterface.puts "#{item} 制作中".yellow
78
79
  item.upload
79
80
  }
80
81
  p "exception:#{failList}"
@@ -1,7 +1,7 @@
1
1
  module Luna
2
2
  module Binary
3
3
  module Uploader
4
- VERSION = "0.1.9"
4
+ VERSION = "0.1.11"
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.9
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - 车德超