Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed rescue call in Rakefile to assign LoadError object #45

Merged
merged 1 commit into from
Jan 18, 2012
Merged

fixed rescue call in Rakefile to assign LoadError object #45

merged 1 commit into from
Jan 18, 2012

Conversation

alexgenco
Copy link
Contributor

The diff pretty much explains it. STDERR.puts e.message fails with undefined method message' for nil:NilClassbecause e isn't assigned in the rescue clause. Changed it torescue LoadError => e`

nu7hatch added a commit that referenced this pull request Jan 18, 2012
fixed rescue call in Rakefile to assign LoadError object
@nu7hatch nu7hatch merged commit 88fe2ad into nu7hatch:master Jan 18, 2012
@nu7hatch
Copy link
Owner

Uhm, i missed that pull request somehow, sorry for the late merge.
Anyway, can you add yourself to the contributors in readme and send me another pull request with it?

@alexgenco
Copy link
Contributor Author

done and done.

@johnnyshields
Copy link
Collaborator

This issue was moved to gmailgem/gmail#45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants