From ef58aa1df1465b8496526d2e6e886e0d0ddf954a Mon Sep 17 00:00:00 2001 From: Mathieu Jobin Date: Tue, 31 Oct 2023 14:54:04 +0900 Subject: [PATCH] bump version, fix condition --- dynamic_form.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dynamic_form.gemspec b/dynamic_form.gemspec index 243012b..bc0ef5f 100644 --- a/dynamic_form.gemspec +++ b/dynamic_form.gemspec @@ -1,9 +1,9 @@ Gem::Specification.new do |s| s.name = %q{dynamic_form} - s.version = "1.2.1" + s.version = "1.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.required_ruby_version = "> 2.7.0", "< 3.3" + s.required_ruby_version = ">= 2.7.0", "< 3.3" s.authors = ["Joel Moss"] s.date = %q{2010-09-05} s.description = %q{DynamicForm holds a few helper methods to help you deal with your Rails3 models. It includes the stripped out methods from Rails 2; error_message_on and error_messages_for. It also brings in the functionality of the custom-err-messages plugin, which provides more flexibility over your model error messages.}