Skip to content

Commit 91f91c7

Browse files
author
David Padilla
committed
Regenerated gemspec for version 0.5.1
1 parent c23b426 commit 91f91c7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

rails3-jquery-autocomplete.gemspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{rails3-jquery-autocomplete}
8-
s.version = "0.5.0"
8+
s.version = "0.5.1"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["David Padilla"]
12-
s.date = %q{2010-10-26}
12+
s.date = %q{2010-11-24}
1313
s.description = %q{Use jQuery's autocomplete plugin with Rails 3.}
1414
s.email = %q{david.padilla@crowdint.com}
1515
s.extra_rdoc_files = [
@@ -27,13 +27,13 @@ Gem::Specification.new do |s|
2727
"lib/rails3-jquery-autocomplete/form_helper.rb",
2828
"lib/rails3-jquery-autocomplete/formtastic_plugin.rb",
2929
"lib/rails3-jquery-autocomplete/helpers.rb",
30-
"test/active_record_controller_test.rb",
3130
"test/form_helper_test.rb",
3231
"test/generators/generator_test.rb",
3332
"test/helpers.rb",
34-
"test/mongoid_controller_test.rb",
33+
"test/implementations_test.rb",
3534
"test/support/active_record.rb",
3635
"test/support/mongoid.rb",
36+
"test/test_controller.rb",
3737
"test/test_helper.rb"
3838
]
3939
s.homepage = %q{http://github.com/crowdint/rails3-jquery-autocomplete}
@@ -42,13 +42,13 @@ Gem::Specification.new do |s|
4242
s.rubygems_version = %q{1.3.7}
4343
s.summary = %q{Use jQuery's autocomplete plugin with Rails 3.}
4444
s.test_files = [
45-
"test/active_record_controller_test.rb",
46-
"test/form_helper_test.rb",
45+
"test/form_helper_test.rb",
4746
"test/generators/generator_test.rb",
4847
"test/helpers.rb",
49-
"test/mongoid_controller_test.rb",
48+
"test/implementations_test.rb",
5049
"test/support/active_record.rb",
5150
"test/support/mongoid.rb",
51+
"test/test_controller.rb",
5252
"test/test_helper.rb"
5353
]
5454

0 commit comments

Comments
 (0)