Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

Add license to gemspec. #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dynamic_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original author should probably be retained here

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{[email protected]}
s.extra_rdoc_files = [
Expand Down