Skip to content

Version confusion on Rubygems.org? #23

Description

@hut8

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">

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions