codegram / date_validator

A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails, based on ActiveModel.
http://thoughts.codegram.com/date-validation-with-rails-3
MIT License
495 stars 82 forks source link

Add license information to the gemspec #88

Closed reiz closed 3 years ago

reiz commented 3 years ago

License compliance tools like VersionEye are using this kind of information.

✍️ Description

(required) Please include any relevant details about this Pull Request, with a focus on:

Please don't be shy and add as much context as you think necessary.

βœ… Fixes

(optional)

βœ… QA

Before requesting a review, please make sure that:

πŸ“Έ Screenshots

(optional) Please post any relevant screenshots that might help understanding the scope of this functionality.

πŸ”— Relevant URLs

(optional)

πŸ“•Extra Documentation

(optional)

Please include links to any external documentation such as requirements, manuals, etc.

mrcasals commented 3 years ago

@reiz I've released this as a new version (v0.12.0, https://github.com/codegram/date_validator/releases/tag/v0.12.0) in case it's needed for these tools.

Thank you!