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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab4d5851e3f4fc7b7155e44625f61e892b2ca7ae
4
- data.tar.gz: 9e995723829362c41b3a6f149fd0e14e52e26dcf
3
+ metadata.gz: 3ae06b1a2dadbb0c923c18ddfb9974841332b4f4
4
+ data.tar.gz: 4c501fb25d88fbf193d9da505739f688fba648d3
5
5
  SHA512:
6
- metadata.gz: ac262293aba8175d638309837b5742251aacf8f2e8ee376d66384901e5164f3e2b12b8d9393ee24e005671a8f80e2553a56b7d26844c423d20efbca27575e18b
7
- data.tar.gz: e05d53477c86dc846ebfe4776e79d3b752cf7607b76bd097efc81e228c2060d10156e2fe4da60e72ef0a5c620afef1e64486ba19c87d39f90410227c28ed1e92
6
+ metadata.gz: b4e659743f0eb8e1f3c2eea9f14e503e465420eba6fc1f8e80f0dc829bed94c2ade305556863a8a4d44fe86c32e976a14cb821566195a2077a08490612296022
7
+ data.tar.gz: a50ba0060aaf1e25acd780661fdc448b4f3ba42602df1f44c3b5b272a4522d50967dafd895e0862b4a1541af2b9f1f38994af13502d0aa80cd9ad009184bed4b
@@ -2,5 +2,5 @@ module Pod
2
2
 
3
3
  # The version of the cocoapods-core.
4
4
  #
5
- CORE_VERSION = '0.23.0.rc1' unless defined? Pod::CORE_VERSION
5
+ CORE_VERSION = '0.23.0' unless defined? Pod::CORE_VERSION
6
6
  end
@@ -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
- # These paths should be specified **relative** to the **root** of the
678
- # source and may contain the following wildcard patterns:
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.rc1
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-02 00:00:00.000000000 Z
12
+ date: 2013-08-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport