cocoapods-downloader 0.9.0 → 0.9.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: b242104578fbc99f8c538ae8be3b168a36675dc3
4
- data.tar.gz: ec05c46011c4a75379e2d6a28ad2abf5981ea89f
3
+ metadata.gz: 6b9762c6e0b7752efc4a16070f295b91e12787c2
4
+ data.tar.gz: 8af75863e7dbf4319d6ef26472d87b1b2fe1fcbd
5
5
  SHA512:
6
- metadata.gz: f06e8796132833ad69e887b86c1b005daf7ee8db83bcdbb9c728080e56b772376beb5fa0036a0dac9f48438dafadbdeda646892486d1432ed05e76b10b43e5a2
7
- data.tar.gz: 7d9c5932b1a983cc4014bbffe126240851545259301a951b8d23be70d5acb95c464e39b188a067c7a237527e2ac89c3d5947f3098775f352b6895826ce167e92
6
+ metadata.gz: 93cb13632e73237a192cf1604b0e02d1d27613b3e79e7785d4f0a1e621da502b6070a842b3b578aab3a71c0a2a87d6dfd59d1b7b7dbc775cb534e3364ecc22c9
7
+ data.tar.gz: 41c388582d63741aad792eb8d7c6fa91b3c9e400dc84361bf55526da5937e2ba4834e6c7c53998724bc89e4c8e31774e3d7858b6f04f88dea4997253fe54dfc8
@@ -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.0'
6
+ VERSION = '0.9.1'
7
7
  end
8
8
  end
@@ -105,7 +105,7 @@ module Pod
105
105
  #
106
106
  def checkout_commit
107
107
  Dir.chdir(target_path) do
108
- git! 'checkout', '-b', 'activated-commit', options[:commit]
108
+ git! 'checkout', '--quiet', options[:commit]
109
109
  end
110
110
  end
111
111
 
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.0
4
+ version: 0.9.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: 2015-04-01 00:00:00.000000000 Z
12
+ date: 2015-06-27 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email:
@@ -41,17 +41,17 @@ require_paths:
41
41
  - lib
42
42
  required_ruby_version: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ">="
44
+ - - '>='
45
45
  - !ruby/object:Gem::Version
46
46
  version: 2.0.0
47
47
  required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  requirements:
49
- - - ">="
49
+ - - '>='
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project:
54
- rubygems_version: 2.4.6
54
+ rubygems_version: 2.4.8
55
55
  signing_key:
56
56
  specification_version: 3
57
57
  summary: A small library for downloading files from remotes in a folder.