cfoundry 0.3.16 → 0.3.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,6 +75,11 @@ module CFoundry::V1
75
75
  @manifest = nil
76
76
  end
77
77
 
78
+ def eql?(other)
79
+ other.is_a?(self.class) && @name == other.name
80
+ end
81
+ alias :== :eql?
82
+
78
83
  { :type => :type,
79
84
  :vendor => :vendor,
80
85
  :version => :version,
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.3.16"
3
+ VERSION = "0.3.17"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfoundry
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 16
10
- version: 0.3.16
9
+ - 17
10
+ version: 0.3.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci