Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
idris committed Dec 30, 2008
1 parent eba1e80 commit 9e3d217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_complete_jquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "auto_complete_jquery"
s.version = "0.1.1"
s.version = "0.1.2"
s.date = "2008-12-28"
s.summary = "auto-complete method for Rails controllers using Dylan Verheul's jQuery autocomplete plugin"
s.email = "chris@cobaltedge.com"
Expand All @@ -14,6 +14,6 @@ Gem::Specification.new do |s|
"auto_complete_jquery.gemspec",
"init.rb",
"lib/auto_complete_jquery.rb"]
s.rdoc_options = ["--main", "README.txt"]
s.rdoc_options = ["--main", "README"]
s.extra_rdoc_files = ["CHANGELOG", "README"]
end

0 comments on commit 9e3d217

Please sign in to comment.