提交 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 @@ ...@@ -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] * 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| Rails::Initializer.run do |config|
config.gems "bj" config.gem "bj"
config.gems "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
config.gems "aws-s3", :lib => "aws/s3" config.gem "aws-s3", :lib => "aws/s3"
end end
# List required gems. # List required gems.
......
...@@ -522,7 +522,7 @@ def plugins=(plugins) ...@@ -522,7 +522,7 @@ def plugins=(plugins)
# #
# rake gems:install # rake gems:install
# #
# You can add with the #gem method. # You can add gems with the #gem method.
attr_accessor :gems attr_accessor :gems
# Adds a single Gem dependency to the rails application. # 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.
先完成此消息的编辑!
想要评论请 注册