cocoapods 0.36.2 → 0.36.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7a811de61a0cb07082df81c3b11e58efec0c870
4
- data.tar.gz: b5e9bf412a02e0c460c7fd77ff950c30b6fc43bb
3
+ metadata.gz: a98a2f9b5683c1f3758671cbd0291869782ca873
4
+ data.tar.gz: 2c6ebb55051dd15cf9760ecd073a2aee5078317d
5
5
  SHA512:
6
- metadata.gz: 7b4a2f0a05152944bf72762cadf41d49f6ea55cc7e84d4412020943b1ca0992795ef68843cf5a4237576cf5324dd24f28fbb7e46b72a27d8af3a2b8d78499c63
7
- data.tar.gz: eb7c3e2ef80c3c9ae9b142a46d3bb0023b18fad79458124fcb5e7e81fc9534918bbaa915b25693d966f744f136902389878595debc2f19173234a1bc5500a266
6
+ metadata.gz: 929ee86fc4e3bbc5c48040acde4ca252beef250ea88f4602d9e662c5cb424d0059eadf4c295337b636008458f8b8671602dcd546cc0dddffe2e779fb3b28fa17
7
+ data.tar.gz: 428723fe6ff24918d7e15891031e0406f36fec0044634835b5bb3f13aa421ed04fc9f69e1b61a61b8b46f3e86b82df3c99573ddb65d7f872c84b5e6a8a9d0bce
@@ -4,11 +4,21 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
4
4
 
5
5
  To install release candidates run `[sudo] gem install cocoapods --pre`
6
6
 
7
+ ## 0.36.3
8
+
9
+ ##### Bug Fixes
10
+
11
+ * Fix using the downloader.
12
+ [Samuel Giddins](https://github.com/segiddins)
13
+ [#3344](https://github.com/CocoaPods/CocoaPods/issues/3344)
14
+ [#3345](https://github.com/CocoaPods/CocoaPods/issues/3345)
15
+
16
+
7
17
  ## 0.36.2
8
18
 
9
19
  [Core](https://github.com/CocoaPods/Core/compare/0.36.1...0.36.2)
10
20
 
11
- #### Bug Fixes
21
+ ##### Bug Fixes
12
22
 
13
23
  * Unique resources passed to the script generator.
14
24
  [Diego Torres](https://github.com/dtorres)
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods command line tool.
3
3
  #
4
- VERSION = '0.36.2' unless defined? Pod::VERSION
4
+ VERSION = '0.36.3' unless defined? Pod::VERSION
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.2
4
+ version: 0.36.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 0.36.2
20
+ version: 0.36.3
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: 0.36.2
27
+ version: 0.36.3
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: claide
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -59,14 +59,14 @@ dependencies:
59
59
  requirements:
60
60
  - - "~>"
61
61
  - !ruby/object:Gem::Version
62
- version: 0.8.1
62
+ version: 0.9.0
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: 0.8.1
69
+ version: 0.9.0
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: cocoapods-plugins
72
72
  requirement: !ruby/object:Gem::Requirement