dcparker / ruby-gmail

A Rubyesque interface to Gmail. Connect to Gmail via IMAP and manipulate emails and labels. Send email with your Gmail account via SMTP. Includes full support for parsing and generating MIME messages.
http://dcparker.github.com/ruby-gmail
792 stars 123 forks source link

no such file to load -- mime/message #29

Closed adimircolen closed 12 years ago

adimircolen commented 14 years ago

on ruby 1.9 `gem_original_require': no such file to load -- mime/message (LoadError) remove require 'mime/message' report on http://stackoverflow.com/questions/2954789/installing-the-ruby-gmail-rubygem-on-mac-os-snow-leopard

joshaven commented 13 years ago

adimircolen: you should be able to update dcparker/ruby-gmail yourself. You are a collaborator.

You should be able to checkout a read/write copy of the project. Let me know if you cannot.

Thanks, Joshaven Potter < yourtech at gmail dot com >

emiliano-poggi commented 13 years ago

On ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux], Ubuntu 10.04.2 LTS (lucid), ruby-gmail (0.2.1):

no such file to load -- mime/message

See https://gist.github.com/923011

myobie commented 13 years ago

Is this being merged into master?

joshaven commented 13 years ago

I am sorry, the original gem writer is deceased... Would you be interested in being made a contributor so you can contribute to the gem directly?

On Fri, Oct 28, 2011 at 10:36 AM, Nathan < reply@reply.github.com>wrote:

Is this being merged into master?

Reply to this email directly or view it on GitHub: https://github.com/dcparker/ruby-gmail/pull/29#issuecomment-2556745

Sincerely, Joshaven Potter

Among the sins to which the human heart is prone, hardly any other is more hateful to God than idolatry, for idolatry is at bottom a libel on His character. The idolatrous heart assumes that God is other than He is - in itself a monstrous sin - and substitutes for the true God one made after its own likeness. Always this God will conform to the image of the one who created it and will be base or pure, cruel or kind, according to the moral state of the mind from which it emerges. -- A. W. Tozer

myobie commented 13 years ago

I see. I am interested in helping out as a contributor.

joshaven commented 13 years ago

I have added you as a contributor

On Sun, Nov 13, 2011 at 9:43 AM, Nathan < reply@reply.github.com

wrote:

I see. I am interested in helping out as a contributor.


Reply to this email directly or view it on GitHub: https://github.com/dcparker/ruby-gmail/pull/29#issuecomment-2722566

Sincerely, Joshaven Potter

Among the sins to which the human heart is prone, hardly any other is more hateful to God than idolatry, for idolatry is at bottom a libel on His character. The idolatrous heart assumes that God is other than He is - in itself a monstrous sin - and substitutes for the true God one made after its own likeness. Always this God will conform to the image of the one who created it and will be base or pure, cruel or kind, according to the moral state of the mind from which it emerges. -- A. W. Tozer

myobie commented 12 years ago

Since this pull request is so large and drastic, I am going to cherry pick in commits as I can.

Draiken commented 12 years ago

So, is this ever going to be merged? If I just remove the require, should the gem work on 1.9?

thanks

myobie commented 12 years ago

This cannot be merged as is, but we should fix this issue soon. I can work on this next week. If you can push a branch that has the simplest fix possible before then I can merge that. If not, I'll work on something.

Draiken commented 12 years ago

I noticed the master branch doesn't have this error. I think this gem needs a new release, even if it's just with this bugfix since it completely breaks the gem on MRI 1.9. If the tags are correct, last gem release was 2 years ago. I am currently pointing my Gemfile to the master branch and no errors so far. Seems this pull request went out of it's original scope, and probably that's why it's being dragged for 2 years.

I can help out with some issues, but I think this gem needs some new releases so people don't get a 2 years old outdated gem when typing gem install ruby-gmail :)

zpatten commented 12 years ago

Yes, this is unusable under 1.9 with the currently publish gem, if you need someone to take over this gem I would be happy to do so.

myobie commented 12 years ago

I'll push a new version. However, it will be just master, not including any un-merged commits.