cocoapods-multithread-installpod 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ebb973dbafdb05af787ceb1e1647ddefd711ab51
4
- data.tar.gz: a0b766aee06c095fa24abff2e462bfec88a60545
3
+ metadata.gz: c8facbce949d6b96fe959fbf36123aa98ae4a436
4
+ data.tar.gz: c529ea3c4cf6fd34ea0f2c01847c3db5f9e2ac32
5
5
  SHA512:
6
- metadata.gz: 560ddab0f20abbc825b9e714e2c4ee88a86ea2ab9a20cee3d98f73985be68ce0f2f511afa926153b51b50677272e73ad4c0aa556b253c592dc2438d433569231
7
- data.tar.gz: d268870bf20b286035f18cb1a800bf1ae2361e3e538f73074f3ca1074c08a5a3875802736dbbca3da09b168af3b13fbafa9a45ce42e378bcccd609f069ac1dac
6
+ metadata.gz: 660f9956c7516c3fb9f68278176f9952f885fad59dd3b877e128d74fd1e8c0157167ab8b334ffc4d5c699fd0ba156bc75974c9d4be0315c0233a15f456ba473d
7
+ data.tar.gz: a751386ec9810242ebf48a7e42d0c9a6ebe1afbf1616c83a210cfc3af3730cf02bfe0e91f286f709683449c5937d41d4dd94ab276c5230a951b77ebaed7bae08
@@ -1,7 +1,7 @@
1
1
  require "cocoapods-multithread-installpod/version"
2
2
  require 'thread'
3
3
 
4
- if Pod::VERSION=='0.39.0' or Pod::VERSION=='1.0.0'
4
+ if Pod::VERSION>='0.39.0'
5
5
  module Pod
6
6
  class Installer
7
7
  def install_pod_sources
@@ -1,3 +1,3 @@
1
1
  module CocoapodsMultithreadInstallpod
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-multithread-installpod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - 晨燕
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-16 00:00:00.000000000 Z
11
+ date: 2017-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -59,10 +59,10 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - lib/cocoapods-multithread-installpod/version.rb
62
+ - cocoapods-multithread-installpod.gemspec
63
63
  - lib/cocoapods-multithread-installpod.rb
64
+ - lib/cocoapods-multithread-installpod/version.rb
64
65
  - lib/cocoapods_plugin.rb
65
- - cocoapods-multithread-installpod.gemspec
66
66
  homepage: https://github.com/mahaiyannn/cocoapods-multithread-installpod
67
67
  licenses:
68
68
  - MIT
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  version: '0'
84
84
  requirements: []
85
85
  rubyforge_project:
86
- rubygems_version: 2.0.14.1
86
+ rubygems_version: 2.6.4
87
87
  signing_key:
88
88
  specification_version: 4
89
89
  summary: 将cocoapods installer过程中download_dependencies改为多线程,提高效率