rews 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/rews/folder.rb +3 -3
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
data/lib/rews/folder.rb CHANGED
@@ -302,9 +302,9 @@ module Rews
302
302
 
303
303
  def ==(other)
304
304
  other.is_a?(DistinguishedFolderId) &&
305
- @client = other.client &&
306
- @id = other.id &&
307
- @mailbox_email = other.mailbox_email
305
+ @client == other.client &&
306
+ @id == other.id &&
307
+ @mailbox_email == other.mailbox_email
308
308
  end
309
309
 
310
310
  # a JSON compatible key for persistently identifying this folder
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rews
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampoline Systems Ltd
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-17 00:00:00 +00:00
18
+ date: 2011-03-21 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency