Skip to content

Commit

Permalink
Change dependencies to include rais 3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Jan 27, 2012
1 parent 4043b55 commit 8c9a5e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,7 @@
=== 1.0.5 / 2012-01-27

* Update dependency to include rails 3.2.X

=== 1.0.2 / 2011-06-18

* Compatibility with rails 3.1.0.rc4
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -43,7 +43,7 @@ This behaviour can be overriden setting the <tt>:sanitize</tt> option to false

== REQUIREMENTS:

* rails >= 3.1
* rails ~> 3.1

== INSTALL:

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,7 @@ Hoe.spec 'rails_autolink' do
self.readme_file = 'README.rdoc'
self.history_file = 'CHANGELOG.rdoc'
self.extra_rdoc_files = FileList['*.rdoc']
self.extra_deps << ['rails', '~> 3.1.0']
self.extra_deps << ['rails', '~> 3.1']
end

# vim: syntax=ruby
2 changes: 1 addition & 1 deletion lib/rails_autolink.rb
@@ -1,5 +1,5 @@
module RailsAutolink
VERSION = '1.0.3'
VERSION = '1.0.5'

class Railtie < ::Rails::Railtie
initializer 'rails_autolink' do |app|
Expand Down

0 comments on commit 8c9a5e9

Please sign in to comment.