5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{rails3-jquery-autocomplete}
8
- s . version = "0.5.0 "
8
+ s . version = "0.5.1 "
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-10-26 }
12
+ s . date = %q{2010-11-24 }
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 = [
@@ -27,13 +27,13 @@ Gem::Specification.new do |s|
27
27
"lib/rails3-jquery-autocomplete/form_helper.rb" ,
28
28
"lib/rails3-jquery-autocomplete/formtastic_plugin.rb" ,
29
29
"lib/rails3-jquery-autocomplete/helpers.rb" ,
30
- "test/active_record_controller_test.rb" ,
31
30
"test/form_helper_test.rb" ,
32
31
"test/generators/generator_test.rb" ,
33
32
"test/helpers.rb" ,
34
- "test/mongoid_controller_test .rb" ,
33
+ "test/implementations_test .rb" ,
35
34
"test/support/active_record.rb" ,
36
35
"test/support/mongoid.rb" ,
36
+ "test/test_controller.rb" ,
37
37
"test/test_helper.rb"
38
38
]
39
39
s . homepage = %q{http://github.com/crowdint/rails3-jquery-autocomplete}
@@ -42,13 +42,13 @@ Gem::Specification.new do |s|
42
42
s . rubygems_version = %q{1.3.7}
43
43
s . summary = %q{Use jQuery's autocomplete plugin with Rails 3.}
44
44
s . test_files = [
45
- "test/active_record_controller_test.rb" ,
46
- "test/form_helper_test.rb" ,
45
+ "test/form_helper_test.rb" ,
47
46
"test/generators/generator_test.rb" ,
48
47
"test/helpers.rb" ,
49
- "test/mongoid_controller_test .rb" ,
48
+ "test/implementations_test .rb" ,
50
49
"test/support/active_record.rb" ,
51
50
"test/support/mongoid.rb" ,
51
+ "test/test_controller.rb" ,
52
52
"test/test_helper.rb"
53
53
]
54
54
0 commit comments