From c9eabacaacb53cab4af8b8f42de96cb6f8742015 Mon Sep 17 00:00:00 2001 From: Caleb Thompson Date: Mon, 6 Feb 2017 17:06:30 -0600 Subject: [PATCH] formulaic 0.4.0 * Translations for submit falls back to same defaults as form builder submit. * Add configurable default_wait_time, useful for speeding up js tests * Treat `Symbol` values as string input * Try translating option for select in StringInput * Humanize attribute when translation fails and class does not exist * Use Integer instead of deprecated Fixnum * Drop support for ruby 2.1 --- lib/formulaic/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/formulaic/version.rb b/lib/formulaic/version.rb index 73650a4..61eacfc 100644 --- a/lib/formulaic/version.rb +++ b/lib/formulaic/version.rb @@ -1,3 +1,3 @@ module Formulaic - VERSION = '0.3.0' + VERSION = '0.4.0' end