cocoapods-core 0.21.0.rc1 → 0.21.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: 62b312896ca3d9a7d6e2ae1631acc1b6e1c9bbbb
4
- data.tar.gz: 6e5c6481e6aebb081b04d84b9ec193c0587614fc
3
+ metadata.gz: aa0920a92d8bee01a8962b7663a4fae76263b61c
4
+ data.tar.gz: 5e3c87ca0c0009ac80d5ebe0b052f7af21822fba
5
5
  SHA512:
6
- metadata.gz: 8996846f9dd57340fa2901478ab8671e06800cc04bc50813350ca3c9b3f2cd0563417a1b6b1ce047b89c0da81d0c90ffbfeaaa78b2f8564728356f6285c57efe
7
- data.tar.gz: d2b27e00017dd8a9742c6f5b1565cf178716bbd8682b6f2232cdf0050a2e28f79603a1e5ea926403ed203b498ed5827a4e28e898639d56d1615bf32a47441783
6
+ metadata.gz: 93e5a2f3388083a0ac34bbdee8b2500b3ba0679662ab0ace1af232440083841c57704e6d132830e0aca512f212ec4e50d9f1f9e6cdddbabee70391130329e0f0
7
+ data.tar.gz: 7f24c3313a669d0cba75c3a9a4d7352f2def15e50f619452323317ceb59fd28289defbd7a683fc52fa7f7a8aa7feeb1a15620649ec9b40c75cf8862ad9891f8b
@@ -2,5 +2,5 @@ module Pod
2
2
 
3
3
  # The version of the cocoapods-core.
4
4
  #
5
- CORE_VERSION = '0.21.0.rc1' unless defined? Pod::CORE_VERSION
5
+ CORE_VERSION = '0.21.0' unless defined? Pod::CORE_VERSION
6
6
  end
@@ -452,7 +452,7 @@ module Pod
452
452
  # been downloaded but before they are installed.
453
453
  #
454
454
  # It receives the
455
- # `[Pod::Hooks::InstallerRepresentation](http://docs.cocoapods.org/cocoapods/pod/hooks/installerrepresentation/)`
455
+ # [`Pod::Hooks::InstallerRepresentation`](http://docs.cocoapods.org/cocoapods/pod/hooks/installerrepresentation/)
456
456
  # as its only argument.
457
457
  #
458
458
  # @example Defining a pre install hook in a Podfile.
@@ -471,7 +471,7 @@ module Pod
471
471
  # to perform.
472
472
  #
473
473
  # It receives the
474
- # `[Pod::Hooks::InstallerRepresentation](http://docs.cocoapods.org/cocoapods/pod/hooks/installerrepresentation/)`
474
+ # [`Pod::Hooks::InstallerRepresentation`](http://docs.cocoapods.org/cocoapods/pod/hooks/installerrepresentation/)
475
475
  # as its only argument.
476
476
  #
477
477
  # @example Customizing the `OTHER_LDFLAGS` of all targets
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.21.0.rc1
4
+ version: 0.21.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-06-18 00:00:00.000000000 Z
12
+ date: 2013-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport