cocoapods-tdfire-binary 1.3.11 → 1.3.12

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
  SHA1:
3
- metadata.gz: 4a42d7594a035f08c4f44fc52698a825cbb3bffa
4
- data.tar.gz: 9dd701d6a34e71f800591576da71bcf47be9f670
3
+ metadata.gz: dee9cf8a99d925f5095b3bfba3a685cd98922f4b
4
+ data.tar.gz: 507e6cf70af163c12e869ae39af568f17576fdec
5
5
  SHA512:
6
- metadata.gz: ed3c4064974ed8c7548a5b10140135fecdafa7c821fa76691bb60b546d37b758adf38d5995af920586576b881e9816f2dfb21f6e2357d2b582bd206cd9adbb1b
7
- data.tar.gz: 4d5ca90c5d556a421068a0fc79ab0deea11a51c46c0f21c5171671a1cab67e4def75820a258ec2ab62cb0136d413b776c35a9a4f466764891b833c2b63efb479
6
+ metadata.gz: 8f3d3a2361bddd8fa8ac160b6000f5f0c56e010dd0f448890f626f5a64d74be5d93eafff4819d314a4ddad5092d6e5f3ce19163e37f3e0c99bab77dec7cb5443
7
+ data.tar.gz: 5a42687bcdf898d4492ce258d68f8b0dca30478f33bb3edafb04a8d3058fe20b9f71b70804acfcd5534daaf39cd8f09600a6f81d36b4c24eacc3c78b72225d5f
@@ -5,15 +5,15 @@ module Pod
5
5
  class Binary < Command
6
6
  class Lint < Binary
7
7
  self.abstract_command = false
8
- self.summary = '对本地二进制进行 Lint'
8
+ self.summary = '对本地组件进行 Lint'
9
9
  self.description = <<-DESC
10
- 对本地二进制进行 Lint
10
+ 对本地组件进行 Lint
11
11
  DESC
12
12
 
13
13
  def self.options
14
14
  [
15
15
  ['--sources', '私有源地址'],
16
- ['--clean', '执行成功后,删除 zip 文件外的所有生成文件'],
16
+ # ['--clean', '执行成功后,删除 zip 文件外的所有生成文件'],
17
17
  ['--binary-first', '二进制优先'],
18
18
  ['--subspec', 'lint 特定 subspec']
19
19
  ].concat(super)
@@ -27,24 +27,24 @@ module Pod
27
27
 
28
28
  @spec_file = first_podspec
29
29
  @spec_name = @spec_file.split('/').last.split('.').first unless @spec_file.nil?
30
- unzip_framework
30
+ # unzip_framework
31
31
  super
32
32
  end
33
33
 
34
34
  def validate!
35
35
  super
36
36
  help! '当前目录下没有podspec文件.' if @spec_file.nil?
37
- framework = "#{@spec_name}.framework"
38
- help! "当前目录下没有#{framework}文件" unless File.exist?(framework)
37
+ # framework = "#{@spec_name}.framework"
38
+ # help! "当前目录下没有#{framework}文件" unless File.exist?(framework)
39
39
  end
40
40
 
41
- def unzip_framework
42
- framework = "#{@spec_name}.framework"
43
- zip_name = "#{framework}.zip"
44
- if File.exist?(zip_name) && !File.exist?("#{@spec_name}.framework")
45
- system "unzip #{zip_name}"
46
- end
47
- end
41
+ # def unzip_framework
42
+ # framework = "#{@spec_name}.framework"
43
+ # zip_name = "#{framework}.zip"
44
+ # if File.exist?(zip_name) && !File.exist?("#{@spec_name}.framework")
45
+ # system "unzip #{zip_name}"
46
+ # end
47
+ # end
48
48
 
49
49
  def run
50
50
  if @binary_first
@@ -65,7 +65,7 @@ module Pod
65
65
  lint.validate!
66
66
  lint.run
67
67
 
68
- system "rm -fr #{@spec_name}.framework " if @clean
68
+ # system "rm -fr #{@spec_name}.framework " if @clean
69
69
  end
70
70
  end
71
71
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfireBinary
2
- VERSION = "1.3.11"
2
+ VERSION = "1.3.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdfire-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.11
4
+ version: 1.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - tripleCC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-18 00:00:00.000000000 Z
11
+ date: 2018-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler