logankoester / errship

Errship is a Rails 3.1 engine for rendering error pages inside your layout. It supports i18n, custom exceptions, and Airbrake error tracking.
http://blog.logankoester.com/errship.html
MIT License
26 stars 5 forks source link

Rake update #6

Closed czarneckid closed 12 years ago

czarneckid commented 12 years ago

Remove explicit Rake version dependency for 1.8.7 compatibility. Version bump. gemspec update.

czarneckid commented 12 years ago

This should address @fschwahn 's issues from #5.

fschwahn commented 12 years ago

cool, if you release the gem i can test it. But actually I'm not quite sure that is the problem. If you look at rubygems.org you can compare these version:

You can see that the 'Development Dependencies' for 2.1.1 are wrong, and for 2.0.1 it is right, even though it is also an explicit version requirement.

fschwahn commented 12 years ago

Ok, here is some more information: https://github.com/carlhuda/bundler/issues/1320 Summary:

The short answer is: only release from Ruby 1.8.

The longer answer is: the very latest Rubygems running on 1.9 with libyaml and psych might work, but I'm not positive.
fschwahn commented 12 years ago

Hey, could you release the gem with the updated dependency or do the release with 1.8.7? Then I can test if the problem with 1.8.7 is solved. Thanks!

czarneckid commented 12 years ago

errship 2.1.2 has been released today.

fschwahn commented 12 years ago

great, it works not. thank you very much!