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 +4 -4
- data/lib/cocoapods-downloader/gem_version.rb +1 -1
- data/lib/cocoapods-downloader/git.rb +2 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d7839bbfa904499407cba1f8624800dc6230c49
|
4
|
+
data.tar.gz: 1a399b095b4bdfd2c4d69b7973f4a82ebf15f6f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab4612d573b1c8b69304d031adb0b03a65376f9eddb99ddcac5e2f6302b443a3147e1f490d18c0c7cbb32ec41109f14b6c656f112b756048ae7bdeef226148f4
|
7
|
+
data.tar.gz: 899b7d9e9b5282a92ff26c9683b7f72bd5c3f5a5c0ca1e927ba8ae5ea16238aa8d2cb90a377b102b2c7ac546a51b5ef8cf814d40d158b3004e035f955e624cde
|
@@ -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.
|
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-
|
12
|
+
date: 2015-08-26 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email:
|