mirror of
https://github.com/rails/jquery-rails.git
synced 2026-01-10 07:07:54 -05:00
Epiphany time: I expect the Railtie API to work for all 3.x releases. No need for an edge Rails branch.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 0.2.2 (8 October 2010)
|
||||
|
||||
Feature:
|
||||
|
||||
- Depend on Rails >=3.0 && <4.0 for edge Rails compatibility
|
||||
|
||||
## 0.2.1 (2 October 2010)
|
||||
|
||||
Bugfix:
|
||||
|
||||
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
||||
s.required_rubygems_version = ">= 1.3.6"
|
||||
s.rubyforge_project = "jquery-rails"
|
||||
|
||||
s.add_dependency "rails", "~> 3.0.0"
|
||||
s.add_dependency "rails", "~> 3.0"
|
||||
s.add_development_dependency "bundler", "~> 1.0.0"
|
||||
|
||||
s.files = `git ls-files`.split("\n")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module Jquery
|
||||
module Rails
|
||||
VERSION = "0.2.1"
|
||||
VERSION = "0.2.2"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user