ncursesw-ruby
ncursesw-ruby copied to clipboard
Invalid gemspec
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?
+1