简体   繁体   English

狂欢宝石1.0.0

[英]Spree Gem 1.0.0

  • Mac OSX Mac OSX
  • Rails 3.2.1 导轨3.2.1
  • Ruby 1.9.3p0 Ruby 1.9.3p0

The spree documentation says to run gem install spree. 狂欢文档说要运行gem install狂欢。 This installs spree '0.70.3'. 这将安装大礼包“ 0.70.3”。 However, their documentation specifies spree '1.0.0' as the latest gem version. 但是,他们的文档将大礼包'1.0.0'指定为最新的gem版本。

When I add gem 'spree', '1.0.0' to my Gemfile and run bundle, it says "Could not find gem 'spree (= 1.0.0) ruby' in any of the gem sources listed in your Gemfile." 当我在Gemfile中添加宝石'spree','1.0.0'并运行包时,它说“在Gemfile中列出的任何宝石来源中找不到宝石'spree(= 1.0.0)红宝石”。

When I run gem install spree -v '1.0.0' it says "Could not find a valid gem 'spree' (= 1.0.0) in any repository". 当我运行gem install spree -v'1.0.0'时,它说“在任何存储库中找不到有效的gem'spree'(= 1.0.0)”。

How do I install spree '1.0.0'? 如何安装大礼包“ 1.0.0”?

命令行是Spree 1.0.0.rc4的命令行

gem install spree --pre

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM