提交 be75cb88 编写于 作者: P Pratik Naik

Remove docs for TemplateRunner#gem as the behaviour has been changed

上级 e8cc4b11
......@@ -76,19 +76,6 @@ def plugin(name, options)
end
# Adds an entry into config/environment.rb for the supplied gem :
#
# 1. Provide a git repository URL...
#
# gem 'will-paginate', :git => 'git://github.com/mislav/will_paginate.git'
#
# 2. Provide a subversion repository URL...
#
# gem 'will-paginate', :svn => 'svn://svnhub.com/mislav/will_paginate/trunk'
#
# 3. Provide a gem name and use your system sources to install and unpack it.
#
# gem 'ruby-openid'
#
def gem(name, options = {})
puts "adding gem #{name}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册