cocoapods-downloader 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.

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: aa8a46dc2f695c41fea96ed47be215c794d7b525
4
- data.tar.gz: 1484c387e242ed7e655d29b395d9a8924394e522
3
+ metadata.gz: 68831d76366281bca8558fb7bdd5daddbb277763
4
+ data.tar.gz: 31d2c74d3b451373ededbd926c39ce04eddbe2e1
5
5
  SHA512:
6
- metadata.gz: a667857e15a111546ab8f842f449567be58de096f4909ef0a0042035f997973cbc527958db579b368554d2dec266e5bd588633f0b26f5c8973af0d104e9e2410
7
- data.tar.gz: 7ec7bb4994034106647d350b181769d14d79382447640cc6e57b193635447d5ce0906ed9e85869a1bfd2fc0305331635c0035b1823cd5dc973a5cc0c93423da0
6
+ metadata.gz: abbd94ca42ef5e0f4deeab4ffd34f8220542da81581c9c287c115c69a73930baf086a27f5dc328d5550e6ab573665730fc69b9db8723ffe1b51e3b8c3f449674
7
+ data.tar.gz: 861cca68ba4a61421ea9ee183e5b6e7b4af44ca86871cf6dfa32b39f8a785f5e8f20fd543025355b28a6969443fd17fde589b3346fd4ca99b68590c256fac989
@@ -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.7.0'
6
+ VERSION = '0.7.1'
7
7
  end
8
8
  end
@@ -85,7 +85,7 @@ module Pod
85
85
  #
86
86
  def init_submodules
87
87
  Dir.chdir(target_path) do
88
- git! 'submodule update --init --depth 1'
88
+ git! 'submodule update --init'
89
89
  end
90
90
  end
91
91
  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.7.0
4
+ version: 0.7.1
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: 2014-09-11 00:00:00.000000000 Z
12
+ date: 2014-09-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email:
@@ -56,4 +56,3 @@ signing_key:
56
56
  specification_version: 3
57
57
  summary: A small library for downloading files from remotes in a folder.
58
58
  test_files: []
59
- has_rdoc: