Bump to 0.7.3 and fix lteq spanish translation

(getting the rails-4 branch caught up with changes on the master)
This commit is contained in:
jonatack 2013-05-23 15:00:51 +02:00
parent f536007960
commit 5f700ae201
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ es:
lt: "menor que"
lt_any: "menor que cualquier"
lt_all: "menor o igual a"
lteq: "less than or equal to"
lteq: "menor que o igual a"
lteq_any: "menor o igual a cualquier"
lteq_all: "menor o igual a todos"
gt: "mayor que"

View File

@ -1,3 +1,3 @@
module Ransack
VERSION = "0.7.2"
VERSION = "0.7.3"
end