提交 c2ce6986 编写于 作者: R Rick Olson

whoops, typo in the CHANGELOG

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9148 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 a5b7f131
......@@ -18,9 +18,9 @@
* Added config.gem for specifying which gems are required by the application, as well as rake tasks for installing and freezing gems. [rick]
Rails::Initializer.run do |config|
config.gems "bj"
config.gems "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
config.gems "aws-s3", :lib => "aws/s3"
config.gem "bj"
config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
config.gem "aws-s3", :lib => "aws/s3"
end
# List required gems.
......
......@@ -522,7 +522,7 @@ def plugins=(plugins)
#
# rake gems:install
#
# You can add with the #gem method.
# You can add gems with the #gem method.
attr_accessor :gems
# Adds a single Gem dependency to the rails application.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册