gmailgem / gmail

A Rubyesque interface to Gmail, with all the tools you'll need.
Other
397 stars 119 forks source link

wrong number of arguments in ruby 2.1.2 #112

Closed johnnyshields closed 9 years ago

johnnyshields commented 9 years ago

From @mukimov on July 12, 2014 17:1

Copied from original issue: nu7hatch/gmail/pull/112

johnnyshields commented 9 years ago

From @tomrossi7 on July 17, 2014 15:15

+1

johnnyshields commented 9 years ago

From @tomrossi7 on July 17, 2014 17:51

I tried to install your branch, but can't get it to work with Rails 4.1.4. Have you?

johnnyshields commented 9 years ago

From @mukimov on July 18, 2014 6:41

@tomrossi7 It is worked for me in single ruby project, never tried with ror, btw should be no difference. Can you provide more examples or stack trace with this issue?

johnnyshields commented 9 years ago

From @tomrossi7 on July 18, 2014 11:42

It is strictly a Rails issue. The project has a gem dependency that won't let you install with Rails 4.1.4: https://github.com/nu7hatch/gmail/issues/113

johnnyshields commented 9 years ago

This should be merged to master after checking for backwards compatibility. Gem does not work in Ruby 2.1.x without this :(

johnnyshields commented 9 years ago

This is fixed on master