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

Fix an issue with awesome print #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix an issue with awesome print #10

wants to merge 2 commits into from

Conversation

ushu
Copy link

@ushu ushu commented Sep 4, 2014

Hi all,

we encountered an issue due to #== not checking for its type and raising NoMethodError (because it's calling #mean on the other object).
Here is a small fix adding a type check to #== to avoid this problem.

Specs are included too.

@ushu
Copy link
Author

ushu commented Sep 4, 2014

btw there seems to be an issue on Travis side...

Gem::LoadError: You have already activated rake 10.2.2, but your Gemfile requires rake 0.9.2.2. Prepending `bundle exec` to your command may solve this.

@ushu
Copy link
Author

ushu commented Sep 4, 2014

Added PR #11 to fix travis build

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.

None yet

2 participants