Internal server error
I know. I already see this http://help.rubygems.org/discussions/problems/434-internal-server-e...
But they are not in the subject anymore.
So, I try to push a gem and this is what I get:
$ gem push tilt-mustache-0.0.1.gem
Pushing gem to RubyGems.org...
<h1>Internal Server Error</h1>
Support Staff 2 Posted by Nick Quaranto on 24 Dec, 2010 02:18 AM
No stack trace at all is printed? Can you paste the gemspec and
gem env?3 Posted by Benoit Côté-Jodoin on 24 Dec, 2010 02:23 AM
Sure.
And gem env
Support Staff 4 Posted by Nick Quaranto on 24 Dec, 2010 02:33 AM
There was no stack trace from
gem push?Two things I can see from the gemspec:
Email should be a string, not an array.
You should be using
add_runtime_dependencyinstead ofadd_dependency.5 Posted by Benoit Côté-Jodoin on 24 Dec, 2010 02:54 AM
I updated the gemspec. Rebuilded the gem. And pushed it .. and the same error happened.
How to get the stack trace? something like
gem push the.gem --backtrace?Support Staff 6 Posted by Nick Quaranto on 18 Jan, 2011 03:37 AM
Any update here? Not seeing it pushed yet:
http://rubygems.org/gems/tilt-mustache
Can you paste the actual gemspec? (run
gem spec the.gem)Nick Quaranto closed this discussion on 18 Jan, 2011 03:37 AM.
Nick Quaranto re-opened this discussion on 18 Jan, 2011 03:37 AM