又是这个date format的错误。
上次出错忘了,记录下来,可好又得查一遍,赶快抄回来。
Invalid gemspec in [/home/ra/.rvm/gems/ruby-1.9.2-p180/specifications/json_pure-1.6.1.gemspec]: invalid date format in specification: "2011-09-18 00:00:00.000000000Z"
总之,问题就是这个格式的时间,认不出来
那么理论上只要
在给出的问题gem包里把
"s.date = %q{2011-05-21 00:00:00.000000000Z}"
#改成
"s.date = %q{2011-05-21}"
也有说可以gem update或者再装解决
我比较推荐
#/home/user/.rvm/gems/ruby-1.9.2-p180/specifications/
grep -i *.gemspec -e '.*s\.date.*=.*%q{\(....-..-..\) \(.*Z\)}
或者
sed -i -e 's/\(.*\)s\.date.*=.*%q{\(....-..-..\) \(.*Z\)}/\1s.date = %q\{\2}/p' ./*.gemspec
shell脚本多文件替换,方便快捷
#或者删了再装
gem list | cut -d" " -f1 | xargs gem uninstall -aIx
rm `rvm gemdir`/specifications/*.gemspec
gem update --system
gem install bundler
bundle install
分享到:
相关推荐
标题 "解决Invalid byte 1 of 1-byte UTF-8 sequence" 涉及的问题是关于字符编码不匹配引发的错误,通常在处理包含非ASCII字符的文本文件时出现。UTF-8是一种广泛使用的字符编码标准,能表示世界上大部分语言的字符...
### "format ' x' invalid or incompatible with argument" 解决办法 在进行电子设计自动化(EDA)软件Protel 99 SE的操作过程中,用户可能会遇到一个常见的错误提示:“format ' x' invalid or incompatible with ...
然而,在使用过程中,用户可能会遇到一些问题,比如“Format '%x' invalid or”这样的错误提示,这通常是由于软件内部格式处理的问题或者与自定义库的兼容性引起的。为了解决这个困扰用户的难题,我们可以深入探讨这...
### 错误解析与解决方案:Format ' x' Invalid or Incompatible with Argument 在使用Protel 99进行PCB设计时,可能会遇到“format ' x' invalid or incompatible with argument”这样的错误提示。这一错误通常出现...
标题中的问题“protel 99se :format %x invalid or incompatible with argument”是一个常见的错误提示,通常在尝试运行或安装Protel 99SE软件时出现。这个错误表明程序在处理某种格式化字符串(%x)时遇到了不兼容...
标题中的“protel.99 format '%x' invalid or incompatible with argument打软体报错补丁.rar”指的是Protel 99软件在运行时遇到了一个格式错误,具体表现为使用`%x`格式化字符串与传入的参数不兼容。这通常出现在C/...
### MyEclipse中出现“Invalid location of tag”的问题解决方法 在使用MyEclipse进行Web开发时,可能会遇到一个常见的错误提示:“Invalid location of tag”,这通常与HTML、CSS或JavaScript代码的位置不当有关。...
java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 at org.apache.coyote....
在Linux系统中,"invalid module format"错误通常发生在尝试加载一个与当前运行内核不兼容的模块时。这个问题涉及到内核模块的编译和加载,是Linux系统管理员和开发者经常遇到的问题之一。以下是对该问题的详细分析...
InvalidSignature-The signature is invalid(解决方案).md
标题 "IL 格式不正确Bad IL Format" 描述了一个常见的编程问题,通常与.NET框架中的中间语言(IL,Intermediate Language)相关。当开发者遇到这个错误时,这意味着编译后的.NET程序集(如.dll或.exe文件)包含的IL...
标题中的问题 "Format '%x' invalid or incompatible" 是在使用Protel 99 SE这款电路设计软件时遇到的一个常见错误提示。这个错误通常出现在软件尝试处理一个格式化字符串时,发现该字符串与传递的参数不匹配或者...
前言 目前在项目中我们使用...fecha.format接收一个Date对象(或一个时间戳)和一个字符串形式的日期格式,然后返回一个字符串(处理后的日期)。 注意: 当传入的参数无效时,fecha会报错 fecha.format(<Date>, <
求问各位大神,在仿真是出现以下问题:Evaluation of expression resulted in an invalid output. Only finite double vector or matrix outputs are supported。估计是.m文件调用的问题,求解释,拜谢拜谢。
项目中碰到的问题
Because some committers work on different parts, the total number in the committers section of the triangle is higher than in the above triangle. The kernel is the main building block of FreeBSD. ...
7 Repair of the Explorer to drag the file to the left directory tree, if the disk in the same folder instead of moving to perform the copy operation BUG; 8 Fixed shortcut key F4, and Shoulong address...
The availability of drivers that support the features of the specification will simplify the process of developing Windows appli¬cation programs that in-corporate absolute coordinate input, and ...
Subject to the licenses granted in Section 2.1 and 3.1, Licensor retains all right, title and interest in and to all copies of the Software in any format or medium, including, but not limited to, any...
ResourceTemplate, but cannot be disassembled as such because the EndTag does not appear at the very end of the buffer. AcpiExec - Added the "-t" command line option to enable the serialized mode of ...