lib/grape/locale/en.yml in grape-2.1.3 vs lib/grape/locale/en.yml in grape-2.2.0

- old
+ new

@@ -9,9 +9,10 @@ blank: 'is empty' values: 'does not have a valid value' except_values: 'has a value not allowed' same_as: 'is not the same as %{parameter}' length: 'is expected to have length within %{min} and %{max}' + length_is: 'is expected to have length exactly equal to %{is}' length_min: 'is expected to have length greater than or equal to %{min}' length_max: 'is expected to have length less than or equal to %{max}' missing_vendor_option: problem: 'missing :vendor option' summary: 'when version using header, you must specify :vendor option'