Skip to content

Commit

Permalink
drop the gem dep back down to rails 3.0 now that it works with both
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed May 4, 2011
1 parent 5917d1d commit 9e4c9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Gem::Specification.new do |s|
s.email = ["andre@arko.net"]
s.homepage = "http://rubygems.org/gems/jquery-rails"
s.summary = "Use jQuery with Rails 3"
s.description = "This gem provides jQuery and the jQuery-ujs driver for your Rails 3.1 application."
s.description = "This gem provides jQuery and the jQuery-ujs driver for your Rails 3 application."

s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "jquery-rails"

s.add_dependency "rails", "~> 3.1.0.beta"
s.add_dependency "rails", "~> 3.0"
s.add_dependency "thor", "~> 0.14"
s.add_development_dependency "bundler", "~> 1.0.0"

Expand Down

0 comments on commit 9e4c9fd

Please sign in to comment.