cocoapods-core 0.23.0 → 0.24.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: 3ae06b1a2dadbb0c923c18ddfb9974841332b4f4
4
- data.tar.gz: 4c501fb25d88fbf193d9da505739f688fba648d3
3
+ metadata.gz: e270989fada6e795e2cc7e79e4e1ca357f8c58b9
4
+ data.tar.gz: 02de35dcbf2139ee33baeb52137af8b186470bc8
5
5
  SHA512:
6
- metadata.gz: b4e659743f0eb8e1f3c2eea9f14e503e465420eba6fc1f8e80f0dc829bed94c2ade305556863a8a4d44fe86c32e976a14cb821566195a2077a08490612296022
7
- data.tar.gz: a50ba0060aaf1e25acd780661fdc448b4f3ba42602df1f44c3b5b272a4522d50967dafd895e0862b4a1541af2b9f1f38994af13502d0aa80cd9ad009184bed4b
6
+ metadata.gz: 769f690211c80b3bca39e07ac65edaeb0d6abc3e9852fea691cc4a02cc16336616b9e946ad3514216d83d87a8ebe4004577b675a39f47b074543dc72edc5a812
7
+ data.tar.gz: 5f7d2436c93626c0d98247249a5a30a1f0928ba3235178319f15864caf5a35c1e76407ef6562381edc9b28ca5faae0badad391dde5d772ab1d0c8b481f47d750
@@ -2,5 +2,5 @@ module Pod
2
2
 
3
3
  # The version of the cocoapods-core.
4
4
  #
5
- CORE_VERSION = '0.23.0' unless defined? Pod::CORE_VERSION
5
+ CORE_VERSION = '0.24.0' unless defined? Pod::CORE_VERSION
6
6
  end
@@ -78,9 +78,9 @@ module Pod
78
78
  # * [RubyGems Versioning Policies](http://docs.rubygems.org/read/chapter/7)
79
79
  #
80
80
  # Finally, instead of a version, you can specify the `:head` flag. This
81
- # will use the pod’s latest version spec version, but force the download
82
- # of the ‘bleeding edge’ version. Use this with caution, as the spec
83
- # might not be compatible anymore.
81
+ # will use the spec of the newest available version in your spec repo(s),
82
+ # but force the download of the ‘bleeding edge’ version (HEAD). Use this
83
+ # with caution, as the spec _might_ not be compatible anymore.
84
84
  #
85
85
  # pod 'Objection', :head
86
86
  #
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.24.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-08 00:00:00.000000000 Z
12
+ date: 2013-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -17,42 +17,42 @@ dependencies:
17
17
  requirements:
18
18
  - - ~>
19
19
  - !ruby/object:Gem::Version
20
- version: 3.2.13
20
+ version: '3.0'
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: 3.2.13
27
+ version: '3.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: nap
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - ~>
33
33
  - !ruby/object:Gem::Version
34
- version: 0.5.1
34
+ version: '0.5'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - ~>
40
40
  - !ruby/object:Gem::Version
41
- version: 0.5.1
41
+ version: '0.5'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: json
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - ~>
47
47
  - !ruby/object:Gem::Version
48
- version: 1.8.0
48
+ version: '1.8'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - ~>
54
54
  - !ruby/object:Gem::Version
55
- version: 1.8.0
55
+ version: '1.8'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: bacon
58
58
  requirement: !ruby/object:Gem::Requirement