From 42c02cbc88394f5d9edc5aadeb835d32a4df4b27 Mon Sep 17 00:00:00 2001 From: nickgnd Date: Mon, 6 Mar 2017 23:56:56 +0100 Subject: [PATCH] Update copyright to 2017 [ci skip] --- LICENSE.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 5799978..56a5aab 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright © 2014-2016 Luca Guidi +Copyright © 2014-2017 Luca Guidi MIT License diff --git a/README.md b/README.md index 23ce6fb..4e12a77 100644 --- a/README.md +++ b/README.md @@ -682,11 +682,11 @@ To be used like this: class SignupValidator include Hanami::Validations messages_path 'config/messages.yml' - + predicate :email? do |current| # ... end - + validations do required(:email).filled(:str?, :email?) required(:age).filled(:int?, gt?: 18) @@ -798,6 +798,6 @@ Thanks to [dry-rb](http://dry-rb.org) Community for their priceless support. ❤ ## Copyright -Copyright © 2014-2016 Luca Guidi – Released under MIT License +Copyright © 2014-2017 Luca Guidi – Released under MIT License This project was formerly known as Lotus (`lotus-validations`).