Skip to content

Commit

Permalink
bump version, fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 31, 2023
1 parent e721fed commit ef58aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamic_form.gemspec
Original file line number Diff line number Diff line change
@@ -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.}
Expand Down

0 comments on commit ef58aa1

Please sign in to comment.