所以我正在运行这些命令来安装特定版本的 rspec
ruby script/plugin install git://github.com/dchelimsky/rspec.git -r 'refs/tags/1.2.9'
ruby script/plugin install git://github.com/dchelimsky/rspec-rails.git -r 'refs/tags/1.2.9'
“-r”选项有什么作用?(在每个命令中的 'refs/tags/1.2.9' 之前)
这是一个 git 选项吗?还是 ruby/ror 安装的选项?