Searching a bit I've found that this can be caused by a malformed date
in the gemspec. The problem is described here:

http://stackoverflow.com/questions/5771758/invalid-gemspec-because-of-the-date-format-in-specification

Basically you have to edit
/var/lib/gems/1.8/specifications/tilt-1.3.3.gemspec and change the
line:

s.date = %q{2011-08-25  00:00:00.000000000Z}

to

s.date = %q{2011-08-25}

Tell us if this fixes your problem

On Wed, Jan 18, 2012 at 11:11 AM, Susmita Horrow <hsusmi...@gmail.com> wrote:
> The same error persists.
>
> _______________________________________________
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Javier Fontán Muiños
Project Engineer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | jfon...@opennebula.org | @OpenNebula
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to