Update copyright to 2017 [ci skip]

This commit is contained in:
nickgnd 2017-03-06 23:56:56 +01:00
parent af7ad19bcb
commit 42c02cbc88
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Copyright © 2014-2016 Luca Guidi
Copyright © 2014-2017 Luca Guidi
MIT License

View File

@ -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`).