Skip to content

Commit 4043b55

Browse files
committed
fixing dependencies
1 parent f07793c commit 4043b55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hoe.spec 'rails_autolink' do
1515
self.readme_file = 'README.rdoc'
1616
self.history_file = 'CHANGELOG.rdoc'
1717
self.extra_rdoc_files = FileList['*.rdoc']
18-
self.extra_deps << ['rails', '~> 3.1.0.a']
18+
self.extra_deps << ['rails', '~> 3.1.0']
1919
end
2020

2121
# vim: syntax=ruby

lib/rails_autolink.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RailsAutolink
2-
VERSION = '1.0.2'
2+
VERSION = '1.0.3'
33

44
class Railtie < ::Rails::Railtie
55
initializer 'rails_autolink' do |app|

0 commit comments

Comments
 (0)