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 f07793c commit 4043b55Copy full SHA for 4043b55
Rakefile
@@ -15,7 +15,7 @@ Hoe.spec 'rails_autolink' do
15
self.readme_file = 'README.rdoc'
16
self.history_file = 'CHANGELOG.rdoc'
17
self.extra_rdoc_files = FileList['*.rdoc']
18
- self.extra_deps << ['rails', '~> 3.1.0.a']
+ self.extra_deps << ['rails', '~> 3.1.0']
19
end
20
21
# vim: syntax=ruby
lib/rails_autolink.rb
@@ -1,5 +1,5 @@
1
module RailsAutolink
2
- VERSION = '1.0.2'
+ VERSION = '1.0.3'
3
4
class Railtie < ::Rails::Railtie
5
initializer 'rails_autolink' do |app|
0 commit comments