打印

RubyGem1.1.0版发布,加Rubinius支持

RubyGem1.1.0版发布,加Rubinius支持

RubyGem1.1.0版本已经发布,此版本加入了对Rubinius的支持,可以运行在Rubinius之上。

新版RubyGems的特性包括:

* 在索引更新方面,RubyGems现在使用了持久连接,使得索引更新方面的效率更高。
* 默认情况下,RubyGems仅从默认的索引进行更新,目前从更新列表中去除的候选gems大约在1/4左右。实际的索引更新比这要快的多。
      o gem list -r命令可以只显示最新的gem版本,使用参数--all可以查看所有的gem包。
* gem spec可以从.gem文件中提取规范说明。
* gem query --installed用来辅助检查gem包进行的自动操作。

现在运行gem update --system就可以进行升级了!
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP

什么是Rubinius:

Rubinius is a project to develop the next generation virtual machine for the Ruby programming language.

http://rubini.us/
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP