README.rdoc in auto_html-1.2.0 vs README.rdoc in auto_html-1.2.1
- old
+ new
@@ -62,18 +62,18 @@
As from version 1.2.0 auto_html uses Rails' engine for discovering links. There are some bugs with that engine in versions under Rails 2.3.2. so it's recommended you use auto_html 1.1.2 in that case, since internal engine is used in that version.
Rails:: auto_html
<= 2.3.1:: 1.1.2
->= 2.3.2:: 1.2.0
+>= 2.3.2:: 1.2.1
=== As a gem
To enable the library in your Rails 2.1 (or greater) project, use the gem configuration method in "config/environment.rb"
Rails::Initializer.run do |config|
- config.gem 'dejan-auto_html', :version => '~> 1.2.0', :lib => 'auto_html', :source => 'http://gems.github.com'
+ config.gem 'dejan-auto_html', :version => '~> 1.2.1', :lib => 'auto_html', :source => 'http://gemcutter.org'
end
=== As a Rails plugin
script/plugin install git://github.com/dejan/auto_html.git