Skip to content

Commit aaf5d2c

Browse files
author
David Padilla
committed
README version updated
1 parent e6770a8 commit aaf5d2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ I'd encourage you to understand how to use those 3 amazing tools before attempti
2020

2121
Include the gem on your Gemfile
2222

23-
gem 'rails3-jquery-autocomplete', '0.3.0'
23+
gem 'rails3-jquery-autocomplete', '0.3.1'
2424

2525
Install it
2626

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ begin
1010
gem.email = "[email protected]"
1111
gem.homepage = "http://github.com/crowdint/rails3-jquery-autocomplete"
1212
gem.authors = ["David Padilla"]
13-
gem.add_development_dependency "rails", ">= 3.0.0.rc2"
13+
gem.add_development_dependency "rails", ">= 3.0.0"
1414
gem.files = %w(README.markdown Rakefile) + Dir.glob("{lib,test}/**/*")
1515

1616
end

0 commit comments

Comments
 (0)