cocoapods 0.36.2 → 0.36.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -1
- data/lib/cocoapods/gem_version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a98a2f9b5683c1f3758671cbd0291869782ca873
|
4
|
+
data.tar.gz: 2c6ebb55051dd15cf9760ecd073a2aee5078317d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 929ee86fc4e3bbc5c48040acde4ca252beef250ea88f4602d9e662c5cb424d0059eadf4c295337b636008458f8b8671602dcd546cc0dddffe2e779fb3b28fa17
|
7
|
+
data.tar.gz: 428723fe6ff24918d7e15891031e0406f36fec0044634835b5bb3f13aa421ed04fc9f69e1b61a61b8b46f3e86b82df3c99573ddb65d7f872c84b5e6a8a9d0bce
|
data/CHANGELOG.md
CHANGED
@@ -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
|
-
|
21
|
+
##### Bug Fixes
|
12
22
|
|
13
23
|
* Unique resources passed to the script generator.
|
14
24
|
[Diego Torres](https://github.com/dtorres)
|
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.
|
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.
|
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.
|
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.
|
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.
|
69
|
+
version: 0.9.0
|
70
70
|
- !ruby/object:Gem::Dependency
|
71
71
|
name: cocoapods-plugins
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|