We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11df6e3 commit a065b4bCopy full SHA for a065b4b
CHANGELOG.rdoc
@@ -1,3 +1,7 @@
1
+=== 1.0.6 / 2012-03-12
2
+
3
+* Added sanitize_options arg
4
5
=== 1.0.5 / 2012-01-27
6
7
* Update dependency to include rails 3.2.X
lib/rails_autolink.rb
@@ -1,5 +1,5 @@
module RailsAutolink
- VERSION = '1.0.5'
+ VERSION = '1.0.6'
class Railtie < ::Rails::Railtie
initializer 'rails_autolink' do |app|
0 commit comments