rgrove-larch 1.0.1 → 1.0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/larch/imap/mailbox.rb +1 -1
  2. metadata +1 -1
@@ -17,7 +17,7 @@ class Mailbox
17
17
  @name = name
18
18
  @delim = delim
19
19
  @subscribed = subscribed
20
- @attr = *attr.flatten # flatten is necessary for Ruby 1.9
20
+ @attr = attr.flatten
21
21
 
22
22
  @ids = {}
23
23
  @last_id = 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgrove-larch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Grove