orientepodspecpush 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: 5bae0ffb602e90b3cbdd44704705b8f23544d064c27dbb47a3b568a7e27b84f5
4
- data.tar.gz: de357d0ba368533bbeb6d5ad41458c8f1ccb8a8d2e51215eb301ca8a0735780a
3
+ metadata.gz: 6a7dcb2eecfb4c1bd36db33a8e30abf2aa95532414bf0179c80863bfb7004f52
4
+ data.tar.gz: dbec7deed1d204bc9b3576c48ecbfd38a0bd7edeb5153ca935bf935114027694
5
5
  SHA512:
6
- metadata.gz: 7ad6a2747690a9ce7c63351f5402aebc7aec8a085290207efedad4c413da07fd6bd5c307be0deaf6395bbc3ecdc9a8957450451c34e5613b846c1057b4173b42
7
- data.tar.gz: 2a527fea4a97cd5ad1259304de89cded1ceef0820b2291b0bb270e746fc39b908e8ea9fc1f66df7118b63ec06926f98687ea19e7c9613ace5a0933c624c590ef
6
+ metadata.gz: 0bcc4460fac5598f8a1c89fee9535c83862eb56b39a69d9c493be645f82eac075b2b5aa4a5dc6c619d66881922d47ef0141dcfade37e208b42abab50df680ce5
7
+ data.tar.gz: 582d3beac2dbb6843a0c96395eb4c53315ceaf24fa16a2ff6847d20988cb8c40646fcb15edfcb5f190ac176791fa2b4b49a4aaf86a80f49b0888b3e640eaecb0
@@ -1,3 +1,3 @@
1
1
  module Orientepodspecpush
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -54,23 +54,25 @@ module Orientepodspecpush
54
54
  def makeLintCmd(opts)
55
55
  lintCmd = []
56
56
  lintCmd << ['bundle exec'] if shouldUseBundleExec
57
- podSpecLint = "pod spec lint"
58
- unless opts[:lint] == nil
59
- podSpecLint + opts[:lint].to_s
60
- end
61
-
62
- lintCmd << [podSpecLint]
57
+ lintCmd << "pod spec lint"
58
+
59
+ # Build sources
60
+ # sources = ["https://github.com/CocoaPods/Specs.git"]
61
+ # sources << opts[:sources] unless opts[:sources] == nil
62
+ # unless opts[:lint] == nil
63
+ # sources << opts[:lint]
64
+ # end
63
65
 
64
66
 
67
+ # sourcesArg = "--sources=" + sources.join(",")
65
68
 
66
- # Build sources
67
- sources = ["https://github.com/CocoaPods/Specs.git"]
68
- sources << opts[:sources] unless opts[:sources] == nil
69
- sourcesArg = "--sources=" + sources.join(",")
69
+
70
+
70
71
 
71
72
  # Build lintCmd
72
73
  lintCmd << specfile
73
- lintCmd << sourcesArg
74
+ # lintCmd << sourcesArg
75
+ lintCmd << opts[:sources] unless opts[:sources] == nil
74
76
  lintCmd << ["--private"] unless opts[:private] == false
75
77
 
76
78
  # finalize
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orientepodspecpush
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
  - John wang