cocoapods-downloader 0.9.1 → 0.9.2

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.

Potentially problematic release.


This version of cocoapods-downloader might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b9762c6e0b7752efc4a16070f295b91e12787c2
4
- data.tar.gz: 8af75863e7dbf4319d6ef26472d87b1b2fe1fcbd
3
+ metadata.gz: 0d7839bbfa904499407cba1f8624800dc6230c49
4
+ data.tar.gz: 1a399b095b4bdfd2c4d69b7973f4a82ebf15f6f3
5
5
  SHA512:
6
- metadata.gz: 93cb13632e73237a192cf1604b0e02d1d27613b3e79e7785d4f0a1e621da502b6070a842b3b578aab3a71c0a2a87d6dfd59d1b7b7dbc775cb534e3364ecc22c9
7
- data.tar.gz: 41c388582d63741aad792eb8d7c6fa91b3c9e400dc84361bf55526da5937e2ba4834e6c7c53998724bc89e4c8e31774e3d7858b6f04f88dea4997253fe54dfc8
6
+ metadata.gz: ab4612d573b1c8b69304d031adb0b03a65376f9eddb99ddcac5e2f6302b443a3147e1f490d18c0c7cbb32ec41109f14b6c656f112b756048ae7bdeef226148f4
7
+ data.tar.gz: 899b7d9e9b5282a92ff26c9683b7f72bd5c3f5a5c0ca1e927ba8ae5ea16238aa8d2cb90a377b102b2c7ac546a51b5ef8cf814d40d158b3004e035f955e624cde
@@ -3,6 +3,6 @@ module Pod
3
3
  # @return [String] Downloader’s version, following
4
4
  # [semver](http://semver.org).
5
5
  #
6
- VERSION = '0.9.1'
6
+ VERSION = '0.9.2'
7
7
  end
8
8
  end
@@ -28,7 +28,6 @@ module Pod
28
28
  def download!
29
29
  clone
30
30
  checkout_commit if options[:commit]
31
- init_submodules if options[:submodules]
32
31
  end
33
32
 
34
33
  # @return [void] Checks out the HEAD of the git source in the destination
@@ -36,7 +35,6 @@ module Pod
36
35
  #
37
36
  def download_head!
38
37
  clone(true)
39
- init_submodules if options[:submodules]
40
38
  end
41
39
 
42
40
  # @!group Download implementations
@@ -98,6 +96,8 @@ module Pod
98
96
  end
99
97
  end
100
98
 
99
+ command << '--recursive' if options[:submodules]
100
+
101
101
  command
102
102
  end
103
103
 
@@ -108,14 +108,6 @@ module Pod
108
108
  git! 'checkout', '--quiet', options[:commit]
109
109
  end
110
110
  end
111
-
112
- # Initializes and updates the submodules of the cloned repo.
113
- #
114
- def init_submodules
115
- Dir.chdir(target_path) do
116
- git! %w(submodule update --init)
117
- end
118
- end
119
111
  end
120
112
  end
121
113
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-downloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-27 00:00:00.000000000 Z
12
+ date: 2015-08-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: