From cc57b1b7589458b13592a33b735bcfaed34c943b Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Mon, 2 Oct 2017 16:16:36 +0200 Subject: [PATCH 1/3] 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/*'] From 285bc769ba749a1f6a292ba48342b40c4e691009 Mon Sep 17 00:00:00 2001 From: pedrofurtado Date: Fri, 29 Dec 2017 13:45:39 -0200 Subject: [PATCH 2/3] Update README.rdoc --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 632abc7..7495941 100644 --- a/README.rdoc +++ b/README.rdoc @@ -22,7 +22,7 @@ If you a looking for the old version for Rails 3.x go here[http://github.com/adz * Adds extensions to fix Rails date/time select issues (See Extensions) -* Supports I18n for the error messages +* Supports I18n for the error messages (Using {timeliness-i18n gem}[https://github.com/pedrofurtado/timeliness-i18n].) * Supports all the Rubies (that any sane person would be using in production). From b51a4544ff7912fb69b7d5db525369a678d1934b Mon Sep 17 00:00:00 2001 From: Pedro Felipe de Azevedo Furtado Date: Thu, 10 May 2018 13:12:52 -0300 Subject: [PATCH 3/3] Update README.rdoc --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 7495941..ab56672 100644 --- a/README.rdoc +++ b/README.rdoc @@ -22,7 +22,7 @@ If you a looking for the old version for Rails 3.x go here[http://github.com/adz * Adds extensions to fix Rails date/time select issues (See Extensions) -* Supports I18n for the error messages (Using {timeliness-i18n gem}[https://github.com/pedrofurtado/timeliness-i18n].) +* Supports I18n for the error messages. For multi-language support try {timeliness-i18n gem}[https://github.com/pedrofurtado/timeliness-i18n]. * Supports all the Rubies (that any sane person would be using in production).