{"id":13879112,"url":"https://github.com/drexed/lite-validators","last_synced_at":"2026-01-19T10:33:28.010Z","repository":{"id":34986927,"uuid":"193772463","full_name":"drexed/lite-validators","owner":"drexed","description":"Collection of ActiveModel/ActiveRecord validators","archived":false,"fork":false,"pushed_at":"2023-01-19T01:39:28.000Z","size":207,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-09T15:13:57.153Z","etag":null,"topics":["activemodel","activerecord","rails","ruby","validators"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drexed.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-25T19:41:36.000Z","updated_at":"2022-02-11T20:14:51.000Z","dependencies_parsed_at":"2023-02-10T19:31:29.350Z","dependency_job_id":null,"html_url":"https://github.com/drexed/lite-validators","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/drexed/lite-validators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drexed%2Flite-validators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drexed%2Flite-validators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drexed%2Flite-validators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drexed%2Flite-validators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drexed","download_url":"https://codeload.github.com/drexed/lite-validators/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drexed%2Flite-validators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activemodel","activerecord","rails","ruby","validators"],"created_at":"2024-08-06T08:02:10.231Z","updated_at":"2026-01-19T10:33:27.995Z","avatar_url":"https://github.com/drexed.png","language":"Ruby","readme":"# Lite::Validators\n\n[![Gem Version](https://badge.fury.io/rb/lite-validators.svg)](http://badge.fury.io/rb/lite-validators)\n[![Build Status](https://travis-ci.org/drexed/lite-validators.svg?branch=master)](https://travis-ci.org/drexed/lite-validators)\n\nLite::Validators is a collection of validators useful for any Rails application.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'lite-validators'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install lite-validators\n\n## Table of Contents\n\n* [Validators](#validators)\n* [3rd-party](#3rd-party)\n\n## Validators\n\n* [Alpha](https://github.com/drexed/lite-validators/blob/master/docs/ALPHA.md)\n* [Alpha numeric](https://github.com/drexed/lite-validators/blob/master/docs/ALPHA_NUMERIC.md)\n* [Base64](https://github.com/drexed/lite-validators/blob/master/docs/BASE64.md)\n* [Boolean](https://github.com/drexed/lite-validators/blob/master/docs/BOOLEAN.md)\n* [Compare](https://github.com/drexed/lite-validators/blob/master/docs/COMPARE.md)\n* [Coordinates](https://github.com/drexed/lite-validators/blob/master/docs/COORDINATE.md)\n* [Credit card](https://github.com/drexed/lite-validators/blob/master/docs/CREDIT_CARD.md)\n* [Csv](https://github.com/drexed/lite-validators/blob/master/docs/CSV.md)\n* [Currency](https://github.com/drexed/lite-validators/blob/master/docs/CURRENCY.md)\n* [CUSIP](https://github.com/drexed/lite-validators/blob/master/docs/CUSIP.md)\n* [Email](https://github.com/drexed/lite-validators/blob/master/docs/EMAIL.md)\n* [EIN](https://github.com/drexed/lite-validators/blob/master/docs/EIN.md)\n* [File content Type](https://github.com/drexed/lite-validators/blob/master/docs/FILE_CONTENT_TYPE.md)\n* [File extension](https://github.com/drexed/lite-validators/blob/master/docs/FILE_EXTENSION.md)\n* [File size](https://github.com/drexed/lite-validators/blob/master/docs/FILE_SIZE.md)\n* [HEX](https://github.com/drexed/lite-validators/blob/master/docs/HEX.md)\n* [IMEI](https://github.com/drexed/lite-validators/blob/master/docs/IMEI.md)\n* [IP address](https://github.com/drexed/lite-validators/blob/master/docs/IP_ADDRESS.md)\n* [ISBN](https://github.com/drexed/lite-validators/blob/master/docs/ISBN.md)\n* [ISIN](https://github.com/drexed/lite-validators/blob/master/docs/ISIN.md)\n* [List](https://github.com/drexed/lite-validators/blob/master/docs/LIST.md)\n* [MAC address](https://github.com/drexed/lite-validators/blob/master/docs/MAC.md)\n* [Name](https://github.com/drexed/lite-validators/blob/master/docs/NAME.md)\n* [Password](https://github.com/drexed/lite-validators/blob/master/docs/PASSWORD.md)\n* [Phone number](https://github.com/drexed/lite-validators/blob/master/docs/PHONE_NUMBER.md)\n* [Reference](https://github.com/drexed/lite-validators/blob/master/docs/REFERENCE.md)\n* [SEDOL](https://github.com/drexed/lite-validators/blob/master/docs/SEDOL.md)\n* [Slug](https://github.com/drexed/lite-validators/blob/master/docs/SLUG.md)\n* [SSN](https://github.com/drexed/lite-validators/blob/master/docs/SSN.md)\n* [Time zone](https://github.com/drexed/lite-validators/blob/master/docs/TIME_ZONE.md)\n* [Type](https://github.com/drexed/lite-validators/blob/master/docs/TYPE.md)\n* [URL](https://github.com/drexed/lite-validators/blob/master/docs/URL.md)\n* [Username](https://github.com/drexed/lite-validators/blob/master/docs/USERNAME.md)\n* [UUID](https://github.com/drexed/lite-validators/blob/master/docs/UUID.md)\n\n## 3rd-party\n\nThe following are highly recommended 3rd-party validators to supplement your workflow:\n\n* **DateTime:** Validates Timeliness - https://github.com/adzap/validates_timeliness\n* **Existence:** Validates Existence - https://github.com/perfectline/validates_existence\n* **Group:** Group Validations - https://github.com/adzap/grouped_validations\n* **Overlap:** Validates Overlap - https://github.com/robinbortlik/validates_overlap\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/drexed/lite-validators. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Lite::Validators project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/drexed/lite-validators/blob/master/CODE_OF_CONDUCT.md).\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrexed%2Flite-validators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrexed%2Flite-validators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrexed%2Flite-validators/lists"}