-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hey. I just did gem install mbox today, and it installed from rubygems as per normal. I think that the "master" on this branch hasn't been pushed to rubygems recently, even though the version in master says "0.1.0" which is what I have. Can you push it to "0.2.0" since you added things then push it?
Error that caused me to realize this:
require 'mbox'
some_mbox = Mbox.open '/path/to/mbox'
some_mbox.class.name #=> "Mbox"
some_mbox[3].class.name #=> "Mbox::Mail"
some_mbox[3].subject #=> NoMethodError: undefined method `subject' for #<Mail:"guy@place.com">- http://www.rubydoc.info/gems/mbox/0.1.0/Mbox/Mail
- http://www.rubydoc.info/github/meh/ruby-mbox/Mbox/Mail
Thanks!
mtricolici
Metadata
Metadata
Assignees
Labels
No labels