File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{rails3-jquery-autocomplete}
8
- s . version = "0.3.3 "
8
+ s . version = "0.3.4 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "David Padilla" ]
12
- s . date = %q{2010-09-12 }
12
+ s . date = %q{2010-09-14 }
13
13
s . description = %q{Use jQuery's autocomplete plugin with Rails 3.}
14
14
s . email = %q{david.padilla@crowdint.com}
15
15
s . extra_rdoc_files = [
@@ -19,6 +19,7 @@ Gem::Specification.new do |s|
19
19
s . files = [
20
20
"README.markdown" ,
21
21
"Rakefile" ,
22
+ "lib/cucumber/autocomplete.rb" ,
22
23
"lib/form_helper.rb" ,
23
24
"lib/generators/autocomplete_generator.rb" ,
24
25
"lib/generators/templates/autocomplete-rails.js" ,
You can’t perform that action at this time.
0 commit comments