cocoapods-core 0.23.0.rc1 → 0.23.0
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/lib/cocoapods-core/gem_version.rb +1 -1
- data/lib/cocoapods-core/specification/dsl.rb +9 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ae06b1a2dadbb0c923c18ddfb9974841332b4f4
|
|
4
|
+
data.tar.gz: 4c501fb25d88fbf193d9da505739f688fba648d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4e659743f0eb8e1f3c2eea9f14e503e465420eba6fc1f8e80f0dc829bed94c2ade305556863a8a4d44fe86c32e976a14cb821566195a2077a08490612296022
|
|
7
|
+
data.tar.gz: a50ba0060aaf1e25acd780661fdc448b4f3ba42602df1f44c3b5b272a4522d50967dafd895e0862b4a1541af2b9f1f38994af13502d0aa80cd9ad009184bed4b
|
|
@@ -310,7 +310,11 @@ module Pod
|
|
|
310
310
|
# specification are collected.
|
|
311
311
|
#
|
|
312
312
|
# This command is executed before the Pod is cleaned and before the
|
|
313
|
-
# Pods project is created.
|
|
313
|
+
# Pods project is created. The working directory is the root of the
|
|
314
|
+
# Pod.
|
|
315
|
+
#
|
|
316
|
+
# If the pod is installed with the `:path` option this command will not
|
|
317
|
+
# be executed.
|
|
314
318
|
#
|
|
315
319
|
# @example
|
|
316
320
|
#
|
|
@@ -674,8 +678,10 @@ module Pod
|
|
|
674
678
|
|
|
675
679
|
# @!group File patterns
|
|
676
680
|
#
|
|
677
|
-
#
|
|
678
|
-
#
|
|
681
|
+
# Podspecs should be located at the **root** of the repository, and paths
|
|
682
|
+
# to files should be specified **relative** to the root of the repository
|
|
683
|
+
# as well. File patterns do not support traversing the parent directory ( `..` ).
|
|
684
|
+
# File patterns may contain the following wildcard patterns:
|
|
679
685
|
#
|
|
680
686
|
# ---
|
|
681
687
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.23.0
|
|
4
|
+
version: 0.23.0
|
|
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: 2013-08-
|
|
12
|
+
date: 2013-08-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|