invalid gemspec error when using rubygems 1.8.5
rounders opened this issue · 3 comments
after upgrading to rubygems 1.8.5 I started encountering the following error:
Invalid gemspec in [/Users/fharbec/.rvm/gems/ruby-1.8.7-p334@bigmama/specifications/isbn-2.0.6.gemspec]: invalid date format in specification: "2011-04-15 00:00:00.000000000Z"
I had to revert back to rubygems 1.4.2 to fix this problem.
According to this http://groups.google.com/group/wrong-rb/browse_thread/thread/6347bf35eb7977fe?pli=1
the bug is in rubygems and caused by pushing a gem with rubygems 1.8.2. I've bumped the version to 2.0.7 and pushed with Rubygems 1.8.5. Let me know if this resolves your issue
I'm going to assume this issue has been resolved
sorry for the delay in replying, version 2.0.7 has indeed fixed the problem. Thanks very much :-)