cocoapods 0.31.0 → 0.31.1
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 +4 -4
- data/CHANGELOG.md +22 -0
- data/lib/cocoapods.rb +5 -1
- data/lib/cocoapods/gem_version.rb +1 -1
- metadata +12 -43
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 117688488a845efec8bddd33f13c596243fa2ee3
|
|
4
|
+
data.tar.gz: ebbb976236e9b57427e2736fa4a9cbd9be0fab65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b8d6696c213744889e323b7903fdc44355f32d1325082fb5aab10a50e2df59505c7f58eb9d125e56c00549e66f3353ac8be9442effec4312062715d8a9ef350
|
|
7
|
+
data.tar.gz: 926fc7919f094716979f130be82c0e7a7b0446a51741a548110751c91cc1e14d3e3b4d4ae6b7a415501b41e9b44c2ef1a488b702b392708d4b964fc2afd10139
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides/installing_cocoapods.html).
|
|
4
4
|
|
|
5
|
+
## 0.31.1
|
|
6
|
+
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.31.1...0.31.0)
|
|
7
|
+
• [CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.31.1...0.31.0)
|
|
8
|
+
|
|
9
|
+
##### Minor Enhancements
|
|
10
|
+
|
|
11
|
+
* The specification now strips the indentation of the `prefix_header` and
|
|
12
|
+
`prepare_command` to aide their declaration as a here document (similarly to
|
|
13
|
+
what it already does with the description).
|
|
14
|
+
[Fabio Pelosin][irrationalfab]
|
|
15
|
+
[Core#51](https://github.com/CocoaPods/Core/issues/51)
|
|
16
|
+
|
|
17
|
+
##### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* Fix linting for Pods which declare a private repo as the source.
|
|
20
|
+
[Boris Bügling](https://github.com/neonichu)
|
|
21
|
+
[Core#82](https://github.com/CocoaPods/Core/issues/82)
|
|
22
|
+
|
|
23
|
+
|
|
5
24
|
## 0.31.0
|
|
6
25
|
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.30.0...0.31.0)
|
|
7
26
|
• [CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.30.0...0.31.0)
|
|
@@ -2187,3 +2206,6 @@ allowing you to automate Xcode related tasks.
|
|
|
2187
2206
|
[5]: https://github.com/tomaz/appledoc
|
|
2188
2207
|
[6]: https://github.com/CocoaPods/CocoaPods/compare/0.5.1...0.6.0
|
|
2189
2208
|
[7]: https://github.com/CocoaPods/CocoaPods/compare/0.3.10...0.5.0
|
|
2209
|
+
|
|
2210
|
+
[irrationalfab]: https://github.com/irrationalfab
|
|
2211
|
+
|
data/lib/cocoapods.rb
CHANGED
|
@@ -22,6 +22,11 @@ module Pod
|
|
|
22
22
|
require 'cocoapods/config'
|
|
23
23
|
require 'cocoapods/downloader'
|
|
24
24
|
|
|
25
|
+
# Loaded immediately after dependencies to ensure proper override of their
|
|
26
|
+
# UI methods.
|
|
27
|
+
#
|
|
28
|
+
require 'cocoapods/user_interface'
|
|
29
|
+
|
|
25
30
|
# Indicates an user error. This is defined in cocoapods-core.
|
|
26
31
|
#
|
|
27
32
|
class Informative < PlainInformative
|
|
@@ -41,7 +46,6 @@ module Pod
|
|
|
41
46
|
autoload :Project, 'cocoapods/project'
|
|
42
47
|
autoload :Resolver, 'cocoapods/resolver'
|
|
43
48
|
autoload :Sandbox, 'cocoapods/sandbox'
|
|
44
|
-
autoload :UI, 'cocoapods/user_interface'
|
|
45
49
|
autoload :Validator, 'cocoapods/validator'
|
|
46
50
|
|
|
47
51
|
module Generator
|
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.31.
|
|
4
|
+
version: 0.31.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-
|
|
12
|
+
date: 2014-04-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cocoapods-core
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.31.
|
|
20
|
+
version: 0.31.1
|
|
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.31.
|
|
27
|
+
version: 0.31.1
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: claide
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -268,45 +268,14 @@ homepage: https://github.com/CocoaPods/CocoaPods
|
|
|
268
268
|
licenses:
|
|
269
269
|
- MIT
|
|
270
270
|
metadata: {}
|
|
271
|
-
post_install_message: "\nCHANGELOG:\n\n## 0.31.
|
|
272
|
-
[CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.
|
|
273
|
-
Enhancements\n\n*
|
|
274
|
-
|
|
275
|
-
\
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
\ a full lint. \n [Richard Lee](https://github.com/dlackty)\n [Fabio Pelosin](https://github.com/irrationalfab)\n
|
|
280
|
-
\ [#1704](https://github.com/CocoaPods/CocoaPods/issues/1704)\n [Core#70](https://github.com/CocoaPods/Core/pull/70)\n\n*
|
|
281
|
-
Improved detection of the last version of a specification in `pod spec`\n subcommands.
|
|
282
|
-
\ \n [Laurent Sansonetti](https://github.com/lrz)\n [#1953](https://github.com/CocoaPods/CocoaPods/pull/1953)\n\n*
|
|
283
|
-
Display advised settings for Travis CI in the warning related presented when\n the
|
|
284
|
-
terminal encoding is not set to UTF-8. \n [Richard Lee](https://github.com/dlackty)\n
|
|
285
|
-
\ [#1933](https://github.com/CocoaPods/CocoaPods/issues/1933)\n [#1941](https://github.com/CocoaPods/CocoaPods/pull/1941)\n\n*
|
|
286
|
-
Unset the `CDPATH` env variable before shelling-out to `prepare_command`. \n [Marc
|
|
287
|
-
Boquet](https://github.com/apalancat)\n [#1943](https://github.com/CocoaPods/CocoaPods/pull/1943)\n\n#####
|
|
288
|
-
Bug Fixes\n\n* Resolve crash related to the I18n deprecation warning. \n [Eloy
|
|
289
|
-
Durán](https://github.com/alloy)\n [#1950](https://github.com/CocoaPods/CocoaPods/issues/1950)\n\n*
|
|
290
|
-
Fix compilation issues related to the native Extension of Xcodeproj. \n [Eloy
|
|
291
|
-
Durán](https://github.com/alloy)\n\n* Robustness against user Git configuration
|
|
292
|
-
and against merge commits in `pod\n repo` subcommands. \n [Boris Bügling](https://github.com/neonichu)\n
|
|
293
|
-
\ [#1949](https://github.com/CocoaPods/CocoaPods/issues/1949)\n [#1978](https://github.com/CocoaPods/CocoaPods/pull/1978)\n\n*
|
|
294
|
-
Gracefully inform the user if the `:head` option is not supported for a given\n
|
|
295
|
-
\ download strategy. \n [Boris Bügling](https://github.com/neonichu)\n [#1947](https://github.com/CocoaPods/CocoaPods/issues/1947)\n
|
|
296
|
-
\ [#1958](https://github.com/CocoaPods/CocoaPods/pull/1958)\n\n* Cleanup a pod directory
|
|
297
|
-
if error occurs while downloading. \n [Alex Rothenberg](https://github.com/alexrothenberg)\n
|
|
298
|
-
\ [#1842](https://github.com/CocoaPods/CocoaPods/issues/1842)\n [#1960](https://github.com/CocoaPods/CocoaPods/pull/1960)\n\n*
|
|
299
|
-
No longer warn for Github repositories with OAuth authentication. \n [Boris Bügling](https://github.com/neonichu)\n
|
|
300
|
-
\ [#1928](https://github.com/CocoaPods/CocoaPods/issues/1928)\n [Core#77](https://github.com/CocoaPods/Core/pull/77)\n\n*
|
|
301
|
-
Fix for when using `s.version` as the `:tag` for a git repository in a\n Podspec.
|
|
302
|
-
\ \n [Joel Parsons](https://github.com/joelparsons)\n [#1721](https://github.com/CocoaPods/CocoaPods/issues/1721)\n
|
|
303
|
-
\ [Core#72](https://github.com/CocoaPods/Core/pull/72)\n\n* Improved escaping of
|
|
304
|
-
paths in Git downloader. \n [Vladimir Burdukov](https://github.com/chipp)\n [cocoapods-downloader#14](https://github.com/CocoaPods/cocoapods-downloader/pull/14)\n\n*
|
|
305
|
-
Podspec without explicitly set `requires_arc` attribute no longer passes the\n lint.
|
|
306
|
-
\ \n [Richard Lee](https://github.com/dlackty)\n [#1840](https://github.com/CocoaPods/CocoaPods/issues/1840)\n
|
|
307
|
-
\ [Core#71](https://github.com/CocoaPods/Core/pull/71)\n\n* Properly quote headers
|
|
308
|
-
in the `-isystem` compiler flag of the aggregate\n targets. \n [Eloy Durán](https://github.com/alloy)\n
|
|
309
|
-
\ [#1862](https://github.com/CocoaPods/CocoaPods/issues/1862)\n [#1894](https://github.com/CocoaPods/CocoaPods/pull/1894)\n\n"
|
|
271
|
+
post_install_message: "\nCHANGELOG:\n\n## 0.31.1\n[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.31.1...0.31.0)\n•
|
|
272
|
+
[CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.31.1...0.31.0)\n\n#####
|
|
273
|
+
Minor Enhancements\n\n* The specification now strips the indentation of the `prefix_header`
|
|
274
|
+
and\n `prepare_command` to aide their declaration as a here document (similarly
|
|
275
|
+
to\n what it already does with the description). \n [Fabio Pelosin][irrationalfab]\n
|
|
276
|
+
\ [Core#51](https://github.com/CocoaPods/Core/issues/51)\n\n##### Bug Fixes\n\n*
|
|
277
|
+
Fix linting for Pods which declare a private repo as the source. \n [Boris Bügling](https://github.com/neonichu)\n
|
|
278
|
+
\ [Core#82](https://github.com/CocoaPods/Core/issues/82)\n\n\n"
|
|
310
279
|
rdoc_options: []
|
|
311
280
|
require_paths:
|
|
312
281
|
- lib
|