cocoapods-downloader 0.8.0 → 0.8.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: 7f983978f8becd06c6d0a16d593b5f7cc9ad52a8
4
- data.tar.gz: 64c97afee1bd09c8bf7eafb86d0f526e6e2b5c6f
3
+ metadata.gz: c5b19edc103afbfa96e6594effa1b279a07cc5a9
4
+ data.tar.gz: 71f247553c5e0c1395aa62299aac6a7d59849ddc
5
5
  SHA512:
6
- metadata.gz: 7f43e20e591ace30ca4f997c205431ffb58fc8636416fae8c16aab383457d0e186ca10d179e4a28560a7f9a55a4cc1553410d95130282f5d8af640ed855fabe6
7
- data.tar.gz: 24541f612c9ed6238aa950f32cb174a41db29aa60a4ccea93b6d3ff1612d2b30d34d0bb8e7ef2b25fab9e158b826daf75c60054edaa8febb72255a45af5a1d03
6
+ metadata.gz: c3747760712b1ec112a275b5870050b27690530163e5672ef05f612385d6fc73e681a2a4a9e85fdfe17075903c60cad47b8f209316564e0fa1b0451b590608dd
7
+ data.tar.gz: 0c3b7da117c02b3b430d9dfdbc4cd3244fbf573aac6b9ac4ae614b5de467def745c96810180e6e19226c082fd0f8c794c2f8506ee97344b19de5f33b25824e43
@@ -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.8.0'
6
+ VERSION = '0.8.1'
7
7
  end
8
8
  end
@@ -85,7 +85,7 @@ module Pod
85
85
  end
86
86
 
87
87
  def download_file(full_filename)
88
- curl! %(-L -o #{full_filename.shellescape} "#{url}" --create-dirs)
88
+ curl! %(-f -L -o #{full_filename.shellescape} "#{url}" --create-dirs)
89
89
  end
90
90
 
91
91
  def extract_with_type(full_filename, type = :zip)
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.8.0
4
+ version: 0.8.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-11-15 00:00:00.000000000 Z
12
+ date: 2014-12-25 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: