sconover / wrong

Wrong provides a general assert method that takes a predicate block. Assertion failure messages are rich in detail.
MIT License
433 stars 30 forks source link

Cannot install 'wrong' gem because of sexp_processor dependency #27

Closed nyarlathotep77 closed 11 years ago

nyarlathotep77 commented 11 years ago

After having built the gem with the command:

The dependencies on sexp_processor don't seem can all be satisfied, as ParseTree dependes on a version which can't satisfy all the others.

My environment is: Windows 7 64bit, Ruby 1.9.3

alexch commented 11 years ago

The current version of Wrong is 0.7.0 and it should correct all those dependency problems.

Looks like I forgot to push those changes to the sconover fork though. I'll do that right now.

nyarlathotep77 commented 11 years ago

Thank you very much, this is fixed now.