From 80c7a0e249d1755f5fdd797eeb2ec4b7f47dc053 Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Mon, 2 Oct 2017 16:06:05 +0200 Subject: [PATCH] Add license to gemspec. --- dynamic_form.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/dynamic_form.gemspec b/dynamic_form.gemspec index 0b3ceba..a4c61da 100644 --- a/dynamic_form.gemspec +++ b/dynamic_form.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Joel Moss"] s.date = %q{2010-09-05} + s.license = "MIT" 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.} s.email = %q{joel@developwithstyle.com} s.extra_rdoc_files = [