From cc57b1b7589458b13592a33b735bcfaed34c943b Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Mon, 2 Oct 2017 16:16:36 +0200 Subject: [PATCH] Add license info to the gemspec. --- validates_timeliness.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/validates_timeliness.gemspec b/validates_timeliness.gemspec index 8f278f3..127895a 100644 --- a/validates_timeliness.gemspec +++ b/validates_timeliness.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |s| s.description = %q{Adds validation methods to ActiveModel for validating dates and times. Works with multiple ORMS.} s.email = %q{adam.meehan@gmail.com} s.homepage = %q{http://github.com/adzap/validates_timeliness} + s.license = "MIT" s.require_paths = ["lib"] s.files = `git ls-files`.split("\n") - %w{ .gitignore .rspec Gemfile Gemfile.lock autotest/discover.rb Appraisals Travis.yml } - Dir['gemsfiles/*']