cocoapods 0.3.3 → 0.3.4

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.
@@ -1,5 +1,5 @@
1
1
  module Pod
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
 
4
4
  class Informative < StandardError
5
5
  end
@@ -92,6 +92,10 @@ module Pod
92
92
  @specification.name
93
93
  end
94
94
 
95
+ def ==(other)
96
+ self.class === other && name == other.name
97
+ end
98
+
95
99
  def required_by(specification)
96
100
  before = @specification
97
101
  super(specification)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 3
9
- version: 0.3.3
8
+ - 4
9
+ version: 0.3.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eloy Duran
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-11-13 00:00:00 +01:00
17
+ date: 2011-11-17 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency