We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pretty minor, but I see the error message all the time when running ruby:
Invalid gemspec in [/var/lib/gems/1.8/specifications/ncursesw-1.2.4.3.gemspec]: invalid date format in specification: "2010-11-9 13:45:50 -08:00"
In ncursesw.gemspec you have the line:
date: 2010-11-9 13:45:50 -08:00
and from slight poking around it appears it should be 2010-11-09. Any chance it could be changed, a new gem pushed and then my errors will go away?
2010-11-09
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Pretty minor, but I see the error message all the time when running ruby:
In ncursesw.gemspec you have the line:
and from slight poking around it appears it should be
2010-11-09
. Any chance it could be changed, a new gem pushed and then my errors will go away?The text was updated successfully, but these errors were encountered: