Skip to content

Commit

Permalink
make it work with 3.1.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed May 6, 2011
1 parent 0bff141 commit 29dd580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hoe.spec 'rails_autolink' do
self.readme_file = 'README.rdoc' self.readme_file = 'README.rdoc'
self.history_file = 'CHANGELOG.rdoc' self.history_file = 'CHANGELOG.rdoc'
self.extra_rdoc_files = FileList['*.rdoc'] self.extra_rdoc_files = FileList['*.rdoc']
self.extra_deps << ['rails', '~> 3.1.0'] self.extra_deps << ['rails', '~> 3.1.0.a']
end end


# vim: syntax=ruby # vim: syntax=ruby

0 comments on commit 29dd580

Please sign in to comment.