mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
This simplifies the code a lot and fixes the issues with date and time colummns when using the plugin parser. Add appraisals for all rails 3 versions
12 lines
164 B
Ruby
12 lines
164 B
Ruby
appraise "rails_3_0" do
|
|
gem "rails", "~> 3.0.0"
|
|
end
|
|
|
|
appraise "rails_3_1" do
|
|
gem "rails", "~> 3.1.0"
|
|
end
|
|
|
|
appraise "rails_3_2" do
|
|
gem "rails", "~> 3.2.0"
|
|
end
|