File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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.1 "
8
+ s . version = "0.3.2 "
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" ]
@@ -45,12 +45,12 @@ Gem::Specification.new do |s|
45
45
s . specification_version = 3
46
46
47
47
if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
48
- s . add_development_dependency ( %q<rails> , [ ">= 3.0.0.rc2 " ] )
48
+ s . add_development_dependency ( %q<rails> , [ ">= 3.0.0" ] )
49
49
else
50
- s . add_dependency ( %q<rails> , [ ">= 3.0.0.rc2 " ] )
50
+ s . add_dependency ( %q<rails> , [ ">= 3.0.0" ] )
51
51
end
52
52
else
53
- s . add_dependency ( %q<rails> , [ ">= 3.0.0.rc2 " ] )
53
+ s . add_dependency ( %q<rails> , [ ">= 3.0.0" ] )
54
54
end
55
55
end
56
56
You can’t perform that action at this time.
0 commit comments