Commit Graph

51 Commits

Author SHA1 Message Date
Nemo cbc329f738
Merge pull request #4 from captn3m0/next 2023-07-10 21:52:04 +05:30
Nemo d986c22c5a v2 browser testing and build 2023-07-10 21:48:45 +05:30
Nemo fddfe4113c [npm] Fix ignored files 2023-07-02 15:11:57 +05:30
Nemo 2c02026a8f [docs] Add supported language note (skip-ci) 2023-07-02 15:07:27 +05:30
Nemo 9bb0367232 Fix README links 2023-07-02 15:00:28 +05:30
Nemo 86e276b81c [php] Fix 7.2 tests 2023-07-02 14:59:31 +05:30
Nemo 794f82a4e2 Version bump 2023-07-02 14:50:25 +05:30
Nemo a5adba4a5c Docs updates 2023-07-02 14:48:11 +05:30
Nemo 2461fc5ace [php] Add some old PHP versions for fun 2023-07-02 14:40:15 +05:30
Nemo f1eb4a8c80 [ci] Migrate from Travis 2023-07-02 14:33:09 +05:30
Nemo e1cb3c9054 [php] Ignore things for composer 2023-07-02 14:27:38 +05:30
Nemo 79b3302227 [php] Get PHP functional 2023-07-02 14:21:35 +05:30
Nemo fc6bfdb113 Lots of changes for v2
Mainly, add a search method to find all valid pincodes
See #3

Create a single unified regex.
Update some dependencies

However, this breaks on PHP,so I need to fix something for that.
2023-07-01 20:00:02 +05:30
Nemo 9105240bcb
Create FUNDING.yml 2022-05-30 14:50:01 +05:30
Nemo 5d5e939a6b [python] WIP switch to pdm 2021-12-19 19:19:10 +05:30
Nemo dc6531ee98 Minor updates 2021-12-19 19:18:41 +05:30
Nemo 062df76ec9 Adds language list 2020-05-11 17:58:31 +05:30
Nemo 108543a4b4 Updates regex 2020-04-27 12:07:11 +05:30
Nemo eb853b5f4c Fix .gitattributes 2020-04-27 11:57:42 +05:30
Nemo 2885606b4a Adds .gitattributes to fix GitHub language detection
See https://github.com/github/linguist#overrides
2020-04-26 20:57:16 +05:30
Nemo bf66a2f6b3 Fix contributing 2020-04-26 10:03:11 +05:30
Nemo 41b8940751 [docs] Updates docs with a WHY note 2020-04-26 09:34:42 +05:30
Nemo 511cd51730 [docs] Adds ruby in docs 2020-04-26 08:58:11 +05:30
Nemo b3f3441d2f [ruby] Fix missing version 2020-04-26 08:58:11 +05:30
Nemo c26443624f [ruby] Least supported ruby release is 2.5.0 2020-04-26 08:58:11 +05:30
Nemo dfa13e6d10 Don't commit Gemfile.lock
Current best practice is to commit this
https://bundler.io/man/bundle-install.1.html#THE-GEMFILE-LOCK
but we have zero deps, so it doesn't make sense
2020-04-26 08:58:11 +05:30
Nemo 8b3df3fb17 [ci/ruby] Adds travis builds for Ruby 2020-04-26 08:58:11 +05:30
Nemo 89d922062a [ruby] Adds test and code 2020-04-26 08:58:11 +05:30
Nemo 8ec8ab839e Initial commit for rubygem 2020-04-26 08:58:11 +05:30
Nemo e625caee29 Version Bump (1.0.4) 2020-04-21 21:11:41 +05:30
Nemo e8403d43e3 Adds support for browser-usage using browserify
- Browserify with the brfs plugin generates the stub JS file
  that can be included directly in the browser
- Jasmine is supported for an integration test-suite in the browser
2020-04-21 21:09:50 +05:30
Nemo 6562dd1cf3 Improve all ignore files 2020-03-17 01:21:31 +05:30
Nemo 986a0bfbc9 [node] Ignore dist directory for npm package 2020-03-17 01:19:33 +05:30
Nemo 6be76ef8d8 Improve pyproject 2020-03-13 18:08:45 +05:30
Nemo c2af505e2a Fixes bug on regex matching not stopping after 6 chars 2020-03-13 17:49:02 +05:30
Nemo af8d7d995b [ci] Travis/py 2020-03-13 17:35:49 +05:30
Nemo 85df2cd6f3 Version bump 2020-03-13 16:44:52 +05:30
Nemo d58c04274b Updates regex.txt definition 2020-03-13 16:44:29 +05:30
Nemo f24d67d914 Python package and other updates
- Break down regex into one-per area code
- Improves tests
- Adds python package
- Adds editorconfig
- Travis Updates
2020-03-13 16:42:58 +05:30
Nemo f42f70d156 Adds LICENSE and badges 2020-02-25 14:45:40 +05:30
Nemo 83f5afc398 Changes name to pincode-validator 2020-02-25 14:40:14 +05:30
Nemo 03e864b165 Adds npm ignore 2020-02-25 14:34:52 +05:30
Nemo ac0db7b024 node14 isn't there yet 2020-02-25 14:33:57 +05:30
Nemo 5bba7b9c87 Run more builds 2020-02-25 14:31:32 +05:30
Nemo 783c0dc956 Initial NPM package 2020-02-25 14:20:53 +05:30
Nemo b0fcf5a284 Adds HACKING.md 2020-02-25 00:20:42 +05:30
Nemo 84dadeb1ff Support phpunit 8.0 for php7.2 for now 2020-02-24 23:54:30 +05:30
Nemo cc55f45269 Fix composer install on travis 2020-02-24 23:47:34 +05:30
Nemo f14f923c26 Adds Travis badge 2020-02-24 23:45:55 +05:30
Nemo e634e7ccd5 Let us do this 2020-02-24 23:41:34 +05:30