`
wheeler
  • 浏览: 5760 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

http://gems.rubyforge.org/ does not appear to be a repository

阅读更多
Did you ever get
引用
http://gems.rubyforge.org/ does not appear to be a repository
?
I did, and the solution was quite simple.
First, download the latest gems(it's 0.8.7 for now, you just google it), second, unpack it and
引用
gem install rake-0.8.7.gem

Bigo!
PS. I got the point from http://osdir.com/ml/RubyonRailsTalk/2009-06/msg01064.html
分享到:
评论
4 楼 jhsea3do 2009-12-07  
把rubygems升到1.3.5肯定不会有问题
3 楼 cncolder 2009-11-27  
gemcutter 有哪里好?

我没太仔细的看, 不是要直接上传 .gem 文件的吗? 那不是和网盘没了分别. 只是带依赖信息.
2 楼 wheeler 2009-11-24  
Hooopo 写道
已经挪到gemcutter了.

nice shot
1 楼 Hooopo 2009-11-23  
已经挪到gemcutter了.
引用
Hello -

You're receiving this email because you're a RubyForge project admin and a recent change probably affects you.   A few days ago we repointed gems.rubyforge.org to the gemcutter.org box.  This means that Nick Quaranto's excellent gemcutter app is now indexing and serving all the gems - so rather than having two gem indexes, we now have one.  As a consequence of this, when you release files to RubyForge you will probably also want to do a "gem push" to get them onto gemcutter and into the main gem index.

Note that you can continue to release gems (and other files) at RubyForge; it's just that gems won't automatically make it into the main gem index.

Yours,

The RubyForge support team
http://rubyforge.org/projects/support/

相关推荐

    GLSViewer.zip_3d_3d obj_GLSViewer_obj bmp_smd

    A fast 3D mesh viewer. Released as Freeware and open-sourced under Mozilla PL (http://mozilla.org) 3D Formats: 3DS, OBJ, SMD, MD2, TIN, PLY, STL 2D Formats: JPG, BMP, TGA, CEL etc. Supports smooth ...

    freedesktop.org.xml内容错误解决方案文件

    Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: C:/Ruby26/lib/ruby/gems/2.6.0/gems/mimemagic-0.3.10/ext/mimemagic C:/Ruby26/bin/ruby.exe -rrubygems C:/Ruby26/lib...

    jekyll-blog-master.zip

    # bundle config mirror.https://rubygems.org https://gems.ruby-china.com bundle exec jekyll serve --watch --host=0.0.0.0 --port=8080 如果是 windows 系统,环境搭建好后可以运行项目下的cli.bat快速启动

    ruby watir教程

    - **列出已安装的Gems**:`gem list` - **检查已安装的Gem包**:`gem check` - **卸载Gem包**:`gem uninstall GEMNAME` ##### 3. 安装Firefox及Firebug插件 - **安装Firefox**:访问Mozilla官网 (`...

    GPU Gems2.CHM[EN - htm to chm]

    This sequel to the best-selling, first volume of GPU Gems details the latest programming techniques for today’s graphics processing units (GPUs). As GPUs find their way into mobile phones, handheld ...

    chsource:更改 Gemfile 以快速使用 3rd 方来源

    $ chsource gzruby = > source ' http://gems.gzruby.org ' $ chsource tsinghua = > source ' http://mirrors.tuna.tsinghua.edu.cn/rubygems ' $ chsource rubygems = > source ' http://rubygems.org ' ...

    wytamma.github.io:https

    3. **Ruby Gems和Bundler**: Ruby Gems是Ruby的包管理系统,它允许开发者轻松地管理和依赖外部库。Bundler是管理Gem依赖关系的工具,"bundle exec"确保命令在特定的Gem环境中运行,避免版本冲突。 4. **静态站点...

    paulaalves.github.io

    特征 功放页面 谷歌分析 分页 404错误页面 SEO Gems: , , 分享按钮使用这个主题只需分叉此存储库,然后重命名为your_github_username.github.io 。在本地计算机上运行此主题要提供这个jekyll主题,请确保您的...

    rubyinstaller-devkit-2.5.7-1-x64.zip

    | 8 | gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/ | 更换源[https://gems.ruby-china.com](https://gems.ruby-china.com/) | | 9 | jekyll new myblog | 初始化默认博客 | |...

    assets:Ruby Web应用程序的资产管理

    API文件: http : //rdoc.info/gems/hanami-assets 错误/问题: https : //github.com/hanami/assets/issues 支持: http : //stackoverflow.com/questions/tagged/hanami 论坛: https : //discuss.hanamirb...

    在CentOS系统下安装Puppet和Puppet Foreman的教程.docx

    对于Puppet Foreman的安装,你需要先安装必要的依赖,例如Ruby Gems和Passenger。然后,可以通过Ruby Gem包管理器来安装Foreman。最后,配置Apache或Nginx作为Foreman的反向代理,并启动Foreman服务。 在客户端机器...

    icai.github.io:使用Jekyll的博客

    设置## chinabundle config mirror.https://rubygems.org https://gems.ruby-china.com## install nodejscurl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs## ...

    Ruby on Rails入门例子

    Ruby on Rails,简称Rails,是一种基于Ruby语言的开源Web应用程序框架,它遵循MVC(Model-View-Controller)架构...同时,Rails社区的活跃度高,有大量的插件和 gems 可供扩展功能,为开发者提供了丰富的资源和支持。

    提供Ruby的每秒迭代基准测试-Ruby开发

    Benchmark-ips rdoc :: http://rubydoc.info/gems/benchmark-ips主页:: https://github.com/evanphx/benchmark-ips https://github.com/evanphx/benchmark-ips描述:每秒迭代一次的增强基准-ips rdoc :: ...

    logstash-input-mongodb-master.zip

    (3) 修改logstash目录下的 Gemfile 文件 添加配置 gem "logstash-input-mongodb", :path => "./logstash-input-mongodb-master" (4) logstash bin目录下执行 logstash-plugin install --no-verify 命令安装 ...

    centos安装redmind

    cd ./ruby-2.4.1 ./configure make make install ``` **方法2:** 使用 yum 包管理器安装 Ruby ```bash # 安装基本的包 sudo yum install -y ruby # 安装额外的 Ruby 包和文档 sudo yum install -y ruby-devel ruby-...

    cluster.zip

    docker编排redis集群, 集群搭建: 1.在某个容器下,修改chmod +x /usr/bin/redis-trib.rb 2.在某个集群下进行密码初始化(和config里面密码一致):/usr/local/share/gems/gems/redis-3.1.0/lib/redis/client.rb ...

    linux下redmine安装笔记

    gem source -r http://gems.rubyforge.org gem source -a http://rubygems.org ``` 接下来是安装Rails,这是Redmine依赖的Web框架。在安装之前,需要确保系统已经安装了zlib和zlib-devel,这可以通过yum安装: ```...

    [CHM]GPU Gems2[EN-Pages Link]

    This sequel to the best-selling, first volume of GPU Gems details the latest programming techniques for today’s graphics processing units (GPUs). As GPUs find their way into mobile phones, handheld ...

    DELPHI图形处理控件

    You may obtain a copy of the License at http://www.mozilla.org/MPL/ // // Software distributed under the License is distributed on an "AS IS" basis, // WITHOUT WARRANTY OF ANY KIND, either express or...

Global site tag (gtag.js) - Google Analytics