如何从 github 获取特定版本的 gem
我使用 Rails 2.3 和 ruby 1.8.7,我的项目中提供了 .0.1.6 版本的破解版本。我想获取最新版本,看看它是否解决了我遇到的解析问题。
看起来最新版本在这里: https://github.com/jnunemaker/crack/
最新版本似乎是 0.1.8。
当我尝试安装时: sudo gem install jnunemaker-crack -s http://gems.github.com
它获取版本 0.1.4 并安装它。
我尝试过:
sudo gem install jnunemaker-crack --version 0.1.8 错误:在任何存储库中找不到有效的 gem 'jnunemaker-crack' (= 0.1.8)
我想我可以提取最新的代码并复制到我的供应商目录,但这似乎是一个黑客。
谢谢 乔尔
im using rails 2.3 and ruby 1.8.7, I have version .0.1.6 of crack vendored in my project. I would like to get the latest version to see if it solves a parsing issue I am having.
It looks like the latest version is here:
https://github.com/jnunemaker/crack/
and latest version appears to be 0.1.8.
when I try to install:
sudo gem install jnunemaker-crack -s http://gems.github.com
it gets version 0.1.4 and installs it.
I tried:
sudo gem install jnunemaker-crack --version 0.1.8
ERROR: Could not find a valid gem 'jnunemaker-crack' (= 0.1.8) in any repository
I guess I could just pull the latest code and copy to my vendor directory, but that seems to be a hack.
thanks
Joel
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,Github 已停止构建 gem。
有一个 rubygems 上的破解宝石,也许就是这个?
Github has stopped building gems unfortunately.
There's a crack gem on rubygems, perhaps thats the one?